This website requires JavaScript.
Explore
Help
Sign In
OrgZephyr
/
zephyr
mirror of
https://github.com/zephyrproject-rtos/zephyr.git
Watch
1
Star
0
Fork
You've already forked zephyr
0
Code
Issues
Releases
Wiki
Activity
3aef3dae02
zephyr
/
tests
/
lib
/
cbprintf_package
/
prj.conf
4 lines
79 B
Plaintext
Raw
Normal View
History
Unescape
Escape
tests: lib: Add test for cbprintf_package Add test to validate cbprintf packaging on various platforms Signed-off-by: Krzysztof Chruscinski <krzysztof.chruscinski@nordicsemi.no>
2021-03-03 17:48:30 +08:00
CONFIG_ZTEST=y
tests: lib: cbprintf_package: Enable CONFIG_CBPRINTF_LIBC_SUBSTS Enable option to use snprintfcb in the test. Signed-off-by: Krzysztof Chruscinski <krzysztof.chruscinski@nordicsemi.no>
2021-05-07 17:30:37 +08:00
CONFIG_CBPRINTF_LIBC_SUBSTS=y
tests: lib: cbprintf_packaged: Extend test to check new modes Extended test to check new flags added to cbprintf packaging API. Signed-off-by: Krzysztof Chruscinski <krzysztof.chruscinski@nordicsemi.no>
2022-03-11 14:49:23 +08:00
CONFIG_TEST_EXTRA_STACK_SIZE=1024