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
c4befd50ab
zephyr
/
tests
/
subsys
/
logging
/
log_msg
/
prj.conf
6 lines
101 B
Plaintext
Raw
Normal View
History
Unescape
Escape
tests: subsys: logging: Add tests for log_msg and log_list Tests for intrnal logging subsystem modules. Signed-off-by: Krzysztof Chruściński <krzysztof.chruscinski@nordicsemi.no>
2018-05-30 14:52:40 +08:00
CONFIG_MAIN_THREAD_PRIORITY=5
CONFIG_ZTEST=y
CONFIG_LOG=y
CONFIG_LOG_PRINTK=n
logging: Refactoring 'in place' mode to reduce memory footprint Changed 'in place' mode to bypass logger system and directly call active backends. With this approach memory footprint of the logger can be significantly reduced in terms of RAM and ROM. Signed-off-by: Krzysztof Chruscinski <krzysztof.chruscinski@nordicsemi.no>
2019-01-10 15:37:15 +08:00
CONFIG_LOG_IMMEDIATE=n