zephyr/boards/arm/particle_boron
Michael Scott 54d323948b boards: particle: fix BT selection
When selecting BT we need to select BT_CTRL for most bluetooth
samples to work correctly.

Let's fix that in the board files.

Fixes the following error when CONFIG_BT is selected:
zephyr/drivers/bluetooth/hci/h4.c:463:30:
error: ‘CONFIG_BT_UART_ON_DEV_NAME’ undeclared (first use in
this function)
  h4_dev = device_get_binding(CONFIG_BT_UART_ON_DEV_NAME);
                              ^~~~~~~~~~~~~~~~~~~~~~~~~~

Signed-off-by: Michael Scott <mike@foundries.io>
2019-02-07 18:06:13 +01:00
..
doc
Kconfig
Kconfig.board
Kconfig.defconfig boards: particle: fix BT selection 2019-02-07 18:06:13 +01:00
board.cmake
mesh_feather.dtsi boards: particle: add bindings for on-board flash 2019-02-01 04:21:40 -06:00
mesh_feather_spi1_spi3.dtsi
mesh_feather_spi_spi3.dtsi
mesh_feather_uart1_rtscts.dtsi
particle_boron.dts
particle_boron.yaml
particle_boron_defconfig