Iosif Macesanu | 2d18f25 | 2019-11-01 16:03:27 +0100 | [diff] [blame] | 1 | # Disable Zephyr console |
2 | CONFIG_CONSOLE=n | ||||
Iosif Macesanu | 2d18f25 | 2019-11-01 16:03:27 +0100 | [diff] [blame] | 3 | |
4 | # MCUBoot settings | ||||
5 | CONFIG_BOOT_MAX_IMG_SECTORS=256 | ||||
6 | |||||
7 | # MCUboot serial recovery | ||||
8 | CONFIG_MCUBOOT_SERIAL=y | ||||
9 | CONFIG_BOOT_SERIAL_DETECT_PORT="GPIO_0" | ||||
10 | CONFIG_BOOT_SERIAL_DETECT_PIN=5 | ||||
11 | CONFIG_BOOT_SERIAL_DETECT_PIN_VAL=0 |