samples: bluetooth: hci_uart: update nrf52840_pca10090 config
Enable the GPIO reset pin feature of nrf52840_pca10090 on pin P1.02 and the wait NOP feature of the controller. These are used to let nrf9160_pca10090 synchronize the HCI communication with nrf52840_pca10090 controllers. Signed-off-by: Emanuele Di Santo <emdi@nordicsemi.no>
This commit is contained in:
parent
3dc71c8d34
commit
43b00eff1f
1 changed files with 5 additions and 5 deletions
|
@ -3,22 +3,22 @@ CONFIG_SERIAL=y
|
|||
CONFIG_MAIN_STACK_SIZE=512
|
||||
CONFIG_SYSTEM_WORKQUEUE_STACK_SIZE=512
|
||||
CONFIG_BT=y
|
||||
CONFIG_BT_WAIT_NOP=y
|
||||
CONFIG_BT_HCI_RAW=y
|
||||
CONFIG_BT_MAX_CONN=16
|
||||
CONFIG_BT_TINYCRYPT_ECC=n
|
||||
CONFIG_BT_CTLR_DTM_HCI=y
|
||||
CONFIG_BT_CTLR_ASSERT_HANDLER=y
|
||||
|
||||
# We can spare a UART for the console
|
||||
CONFIG_CONSOLE=y
|
||||
CONFIG_STDOUT_CONSOLE=y
|
||||
CONFIG_UART_CONSOLE=y
|
||||
|
||||
# Connect the MCU interface pins to the nRF9160
|
||||
# We will instantiate UART1 on these pins
|
||||
CONFIG_BOARD_PCA10090_INTERFACE0_MCU=y
|
||||
CONFIG_BOARD_PCA10090_INTERFACE1_MCU=y
|
||||
|
||||
# Enable reset pin on P1.02
|
||||
CONFIG_BOARD_PCA10090_NRF52840_RESET=y
|
||||
CONFIG_BOARD_PCA10090_NRF52840_RESET_P1_02=y
|
||||
|
||||
# Use UART1 for HCI
|
||||
CONFIG_UART_1_NRF_UARTE=y
|
||||
CONFIG_UART_1_NRF_FLOW_CONTROL=y
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue