add boards/nucleo_c031c6.conf with CONFIG_NEWLIB_LIBC_MIN_REQUIRED_HEAP_SIZE=4096 to avoid twister issue due to a too low heap size on the co31c6 Signed-off-by: Marc Desvaux <marc.desvaux-ext@st.com> |
||
|---|---|---|
| .. | ||
| boards | ||
| src | ||
| CMakeLists.txt | ||
| Kconfig | ||
| prj.conf | ||
| README.txt | ||
| testcase.yaml | ||
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 sanity-out/*/tests/lib/cbprintf_fp/benchmark.cbprintf_fp.*/build.log ; do
basename $(dirname $f)
sed -n '/Memory/,/^\[/p' < $f
done