Primary Git Repository for the Zephyr Project. Zephyr is a new generation, scalable, optimized, secure RTOS for multiple hardware architectures.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Benjamin Cabé f21f3b0d92 tests: do not use "sanity" word 2 weeks ago
..
boards
src
CMakeLists.txt
Kconfig
README.txt tests: do not use "sanity" word 2 weeks ago
prj.conf
testcase.yaml

README.txt

Footprint and Behavior Test for cbprintf variants
#################################################

This ensures that formatted output to the console works as expected with
minimal libc and newlib versions with printk, printf, and cbprintf.

Footprint data can be obtained with:

for f in coherence-out/*/tests/lib/cbprintf_fp/benchmark.cbprintf_fp.*/build.log ; do
basename $(dirname $f)
sed -n '/Memory/,/^\[/p' < $f
done