14 lines
238 B
Plaintext
14 lines
238 B
Plaintext
# Disable Zephyr console
|
|
CONFIG_CONSOLE=n
|
|
CONFIG_CONSOLE_HANDLER=n
|
|
CONFIG_UART_CONSOLE=n
|
|
|
|
# Disable Flash protection
|
|
CONFIG_FPROTECT=n
|
|
|
|
# MCUBoot settings
|
|
CONFIG_BOOT_MAX_IMG_SECTORS=256
|
|
|
|
# MCUboot serial recovery
|
|
CONFIG_MCUBOOT_SERIAL=y
|