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:
Tavish Naruka 2019-05-02 16:13:35 +05:30 committed by Anas Nashif
commit 28ee240f61
3 changed files with 5 additions and 0 deletions

View file

@ -47,4 +47,7 @@ config SPI_1
endif # SPI
config BT_CTLR
default BT
endif # BOARD_NRF52840_PAPYR

View file

@ -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;

View file

@ -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