zephyr/tests/lib/cbprintf_fp
Torsten Rasmussen 1cccc8a8fe cmake: increase minimal required version to 3.20.0
Move to CMake 3.20.0.

At the Toolchain WG it was decided to move to CMake 3.20.0.

The main reason for increasing CMake version is better toolchain
support.

Better toolchain support is added in the following CMake versions:
- armclang, CMake 3.15
- Intel oneAPI, CMake 3.20
- IAR, CMake 3.15 and 3.20

Signed-off-by: Torsten Rasmussen <Torsten.Rasmussen@nordicsemi.no>
2021-08-20 09:47:34 +02:00
..
src
CMakeLists.txt cmake: increase minimal required version to 3.20.0 2021-08-20 09:47:34 +02:00
Kconfig
README.txt tests: lib: cbprintf_fp: add missed README 2021-01-28 16:32:46 -05:00
prj.conf tests: lib: cbprintf_fp: enable CONFIG_TEST in the test suite 2021-03-04 14:53:27 -05:00
testcase.yaml test: lib/cbprintf_fp: fix test filtering 2021-08-06 08:00:54 -05:00

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 sanity-out/*/tests/lib/cbprintf_fp/benchmark.cbprintf_fp.*/build.log ; do
      basename $(dirname $f)
      sed -n '/Memory/,/^\[/p' < $f
    done