boards: arm: arduino_nano_33_ble: Add uart console to board defconfig
This commit adds uart console to the board defconfig. Signed-off-by: Benjamin Björnsson <benjamin.bjornsson@gmail.com>
This commit is contained in:
parent
13f382287a
commit
0c23a02c8d
1 changed files with 4 additions and 0 deletions
|
@ -12,6 +12,10 @@ CONFIG_HW_STACK_PROTECTION=y
|
|||
CONFIG_GPIO=y
|
||||
CONFIG_SERIAL=y
|
||||
|
||||
# enable console
|
||||
CONFIG_CONSOLE=y
|
||||
CONFIG_UART_CONSOLE=y
|
||||
|
||||
# enable sam-ba bootloader on legacy mode
|
||||
CONFIG_BOOTLOADER_BOSSA=y
|
||||
CONFIG_BOOTLOADER_BOSSA_LEGACY=y
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue