mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-06 11:11:56 +00:00
Previously, CONFIG_PRINTK being false means none of functions related to the UART console and serial are compiled into the binary. This effectively means UART console and serial drivers are disabled. By decoupling serial drivers from console related configs, additional options are needed to disable serial drivers and UART console driver itself. So add those options here to disable UART console and serial, or else the resulting binaries will be too bloated. Change-Id: If526e42404f22caf6a550795f8277ba742625883 Signed-off-by: Daniel Leung <daniel.leung@intel.com> |
||
---|---|---|
.. | ||
apps | ||
benchmark | ||
test |