Skip to content
#

zephyr

Here are 155 public repositories matching this topic...

petejohanson
petejohanson commented Jun 18, 2021

As part of the work in #736 we added a Kconfig setting to keep using the old built in "nano" z_printf implementation, after identifying that our use of format strings didn't work properly w/ the newly introduced CBPRINTF in the newer Zephyr release.

Someone should back out that defaulting, and make ZMK work with the newer printf implementation.

See https://github.com/zephyrproject-rtos/zep

mbolivar
mbolivar commented Dec 19, 2018

repo forall defines a useful set of environment variables for the duration of each call:

  • REPO_PROJECT is set to the unique name of the project.
  • REPO_PATH is the path relative to the root of the client.
  • REPO_REMOTE is the name of the remote system from the manifest.
  • REPO_LREV is the name of the revision from the manifest, translated to a local tracking branch. Used if you need to pass
adamfowleruk
adamfowleruk commented Feb 27, 2021

[Who] As an epidemiologist-developer
[What] I want to be able to read and write a simple sample format (Date,value) for any input/output for the data analysis API
[Value] To be able to quickly supply test data and evaluate results in a simple, consistent format

Desired Implementation

  • Source: CSV file date,value to SampleList<Sample>
  • Sink: Opposite of the above

Sp

Improve this page

Add a description, image, and links to the zephyr topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the zephyr topic, visit your repo's landing page and select "manage topics."

Learn more