boards: nrf52840_papyr: misc. board config fixes
Enables BT_CTLR if BT is enabled, connects shell-uart to uart0, and enabled NRFX uart driver by default. Signed-off-by: Tavish Naruka <tavishnaruka@gmail.com>
This commit is contained in:
parent
6ee55fc145
commit
28ee240f61
3 changed files with 5 additions and 0 deletions
|
@ -47,4 +47,7 @@ config SPI_1
|
|||
|
||||
endif # SPI
|
||||
|
||||
config BT_CTLR
|
||||
default BT
|
||||
|
||||
endif # BOARD_NRF52840_PAPYR
|
||||
|
|
|
@ -15,6 +15,7 @@
|
|||
chosen {
|
||||
zephyr,console = &uart0;
|
||||
zephyr,uart-mcumgr = &uart0;
|
||||
zephyr,shell-uart = &uart0;
|
||||
zephyr,bt-mon-uart = &uart0;
|
||||
zephyr,sram = &sram0;
|
||||
zephyr,flash = &flash0;
|
||||
|
|
|
@ -14,6 +14,7 @@ CONFIG_GPIO=y
|
|||
|
||||
# enable uart driver
|
||||
CONFIG_SERIAL=y
|
||||
CONFIG_UART_NRFX=y
|
||||
CONFIG_UART_0_NRF_UART=y
|
||||
|
||||
# enable console
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue