The UART_NRFX_FLOW_CONTROL Kconfig symbol was renamed to
UART_0_NRF_FLOW_CONTROL in commit 3f99eefe5a ("drivers: uart: Rename
nrf5 namings to nrfx").
The assignments in samples/bluetooth/hci_uart/microbit.conf and
samples/bluetooth/hci_uart/nrf5.conf were updated in the same commit,
but to the wrong name. Change them to use the correct name.
Signed-off-by: Ulf Magnusson <Ulf.Magnusson@nordicsemi.no>
16 lines
360 B
Plaintext
16 lines
360 B
Plaintext
CONFIG_CONSOLE=n
|
|
CONFIG_STDOUT_CONSOLE=n
|
|
CONFIG_UART_CONSOLE=n
|
|
CONFIG_GPIO=y
|
|
CONFIG_SERIAL=y
|
|
CONFIG_UART_INTERRUPT_DRIVEN=y
|
|
CONFIG_UART_0_NRF_FLOW_CONTROL=y
|
|
CONFIG_MAIN_STACK_SIZE=512
|
|
CONFIG_SYSTEM_WORKQUEUE_STACK_SIZE=512
|
|
CONFIG_BT=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
|