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.
|
2 weeks ago | |
---|---|---|
.. | ||
boards | ||
src | ||
CMakeLists.txt | ||
Kconfig | ||
README.txt | 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