boot: zephyr: boards: add Actinius Icarus board

Add Actinius Icarus board configuration to be able to enter serial
recovery mode

Signed-off-by: Iosif Macesanu <iosif@actinius.com>
This commit is contained in:
Iosif Macesanu 2019-11-01 16:03:27 +01:00 committed by Andrzej Puzdrowski
parent 4023d62849
commit 2d18f2577b
1 changed files with 13 additions and 0 deletions

View File

@ -0,0 +1,13 @@
# Disable Zephyr console
CONFIG_CONSOLE=n
CONFIG_CONSOLE_HANDLER=n
CONFIG_UART_CONSOLE=n
# MCUBoot settings
CONFIG_BOOT_MAX_IMG_SECTORS=256
# MCUboot serial recovery
CONFIG_MCUBOOT_SERIAL=y
CONFIG_BOOT_SERIAL_DETECT_PORT="GPIO_0"
CONFIG_BOOT_SERIAL_DETECT_PIN=5
CONFIG_BOOT_SERIAL_DETECT_PIN_VAL=0