mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-14 04:21:55 +00:00
The new Logger subsys uses a very robust formatter function in minimal libc: _prf(). This adds up to ~3K flash. For resource constrained devices running samples that don't use the extra formatting options, allow them to select LOG_DISABLE_FANCY_OUTPUT_FORMATTING to revert back to vprintk. MCUBOOT is one such sample that has a very limited amount of output and benefits from the flash savings due to small bootloader partition sizes. Signed-off-by: Michael Scott <mike@foundries.io> |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
Kconfig | ||
Kconfig.template.log_config | ||
log_backend_native_posix.c | ||
log_backend_net.c | ||
log_backend_rtt.c | ||
log_backend_swo.c | ||
log_backend_uart.c | ||
log_cmds.c | ||
log_core.c | ||
log_list.c | ||
log_list.h | ||
log_msg.c | ||
log_output.c | ||
sys_log_net.c | ||
sys_log.c |