Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
src/ | 11-Mar-2024 | - | 43 | 35 | ||
CMakeLists.txt | D | 11-Mar-2024 | 194 | 9 | 5 | |
Kconfig | D | 11-Mar-2024 | 503 | 26 | 17 | |
README.txt | D | 11-Mar-2024 | 442 | 13 | 9 | |
prj.conf | D | 11-Mar-2024 | 68 | 4 | 3 | |
testcase.yaml | D | 11-Mar-2024 | 1.8 KiB | 77 | 76 |
README.txt
1Footprint and Behavior Test for cbprintf variants 2################################################# 3 4This ensures that formatted output to the console works as expected with 5minimal libc and newlib versions with printk, printf, and cbprintf. 6 7Footprint data can be obtained with: 8 9 for f in sanity-out/*/tests/lib/cbprintf_fp/benchmark.cbprintf_fp.*/build.log ; do 10 basename $(dirname $f) 11 sed -n '/Memory/,/^\[/p' < $f 12 done 13