We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4141705 commit 99a4af6Copy full SHA for 99a4af6
tests/lib/cbprintf_fp/README.txt
@@ -0,0 +1,12 @@
1
+Footprint and Behavior Test for cbprintf variants
2
+#################################################
3
+
4
+This ensures that formatted output to the console works as expected with
5
+minimal libc and newlib versions with printk, printf, and cbprintf.
6
7
+Footprint 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
0 commit comments