• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..--

boards/03-Aug-2024-42

src/03-Aug-2024-4436

CMakeLists.txtD03-Aug-2024194 95

KconfigD03-Aug-2024503 2617

README.txtD03-Aug-2024442 139

prj.confD03-Aug-202468 43

testcase.yamlD03-Aug-20242.4 KiB101100

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