File tree Expand file tree Collapse file tree 3 files changed +7
-6
lines changed Expand file tree Collapse file tree 3 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 1- # Due the small boot partition can't use logging and debug optimalization
2- # out-off-the-box. For using these features need to increase boot partition via
3- # zephyr DTS.
4- CONFIG_BOOT_HAVE_LOGGING=n
1+ # Due the small boot partition, we can't enable logging or the debug
2+ # optimization level out off the box. You need to increase the boot
3+ # partition size with a zephyr DTS overlay to make MCUboot's debug
4+ # builds fit.
5+ CONFIG_LOG=n
56CONFIG_SIZE_OPTIMIZATIONS=y
Original file line number Diff line number Diff line change 11# The UART is used for Serial Recovery, so logging requires
22# an RTT console, which is not available out of the box on this board.
33# Disable logging.
4- CONFIG_BOOT_HAVE_LOGGING =n
4+ CONFIG_LOG =n
55
66# Serial
77CONFIG_SERIAL=y
Original file line number Diff line number Diff line change 4343#define MCUBOOT_OVERWRITE_ONLY_FAST
4444#endif
4545
46- #ifdef CONFIG_BOOT_HAVE_LOGGING
46+ #ifdef CONFIG_LOG
4747#define MCUBOOT_HAVE_LOGGING 1
4848#endif
4949
You can’t perform that action at this time.
0 commit comments