Jared Wolff | a25c941 | 2020-07-19 14:44:36 -0400 | [diff] [blame] | 1 | # Disable Zephyr console |
| 2 | CONFIG_CONSOLE=n |
Jared Wolff | a25c941 | 2020-07-19 14:44:36 -0400 | [diff] [blame] | 3 | |
Jared Wolff | da2580d | 2021-01-15 16:23:07 -0500 | [diff] [blame] | 4 | # Multithreading |
| 5 | CONFIG_MULTITHREADING=y |
| 6 | |
Jared Wolff | a25c941 | 2020-07-19 14:44:36 -0400 | [diff] [blame] | 7 | # MCUBoot settings |
| 8 | CONFIG_BOOT_MAX_IMG_SECTORS=256 |
| 9 | |
| 10 | # MCUboot serial recovery |
| 11 | CONFIG_MCUBOOT_SERIAL=y |
Jared Wolff | 8e4d791 | 2021-01-21 19:34:05 -0500 | [diff] [blame] | 12 | CONFIG_BOOT_SERIAL_DETECT_DELAY=450 |
| 13 | CONFIG_MCUBOOT_INDICATION_LED=y |