zephyr/boards/arm/raytac_mdbt53v_db_40_nrf5340
Carles Cufi 9cf07bbdb5 bluetooth: Rename rpmsg HCI driver and sample to ipc
The existing driver and sample:

- drivers/bluetooth/hci/rpmsg
- samples/bluetooth/hci_rpmsg

are no longer correctly named, since they now use the IPC subsystem to
send and receive data. The IPC subsystem can use RPMsg as a transport,
but that is one of several selectable backends.

I initially wanted to deprecated both the BT_RPMSG Kconfig option as
well as the zephyr,bt-hci-rpmsg-ipc chosen node in Devicetree. However,
this proved to be undoable in the case of the Kconfig option. This is
because it's a choice option, and those have special behavior. In
particular, the only practical way to deprecate would've been to keep
the old Kconfig option outside the choice (much like it's done in this
commit) but then also add a 'depends on !BT_RPMSG' on each of the
remaining choice symbols *except* on the new BT_HCI_IPC one. This, however,
only works correctly for .conf files. If a board instead sets the
default BT_HCI_BUS_TYPE in the Kconfig.defconfig file then the Kconfig
tree parsing would fail, because it'd try to set it to a value
(BT_RPMSG) that is no longer part of the choice.

Signed-off-by: Carles Cufi <carles.cufi@nordicsemi.no>
2023-11-02 08:32:20 +02:00
..
doc doc: Remove note for missing tf-m/ns target support 2023-10-24 09:40:16 +02:00
board.cmake
CMakeLists.txt
Kconfig bluetooth: Rename rpmsg HCI driver and sample to ipc 2023-11-02 08:32:20 +02:00
Kconfig.board
Kconfig.defconfig bluetooth: Rename rpmsg HCI driver and sample to ipc 2023-11-02 08:32:20 +02:00
pre_dt_board.cmake
raytac_mdbt53v_db_40_nrf5340_cpuapp.dts
raytac_mdbt53v_db_40_nrf5340_cpuapp.yaml
raytac_mdbt53v_db_40_nrf5340_cpuapp_common-pinctrl.dtsi boards: raytac_mdbt53v_db_40_nrf5340: Add uart1 pin assignment 2023-10-24 09:40:16 +02:00
raytac_mdbt53v_db_40_nrf5340_cpuapp_common.dts bluetooth: Rename rpmsg HCI driver and sample to ipc 2023-11-02 08:32:20 +02:00
raytac_mdbt53v_db_40_nrf5340_cpuapp_defconfig boards: nrf-based: remove redundant CONFIG_PINCTRL=y 2023-09-20 08:57:09 +02:00
raytac_mdbt53v_db_40_nrf5340_cpuapp_ns.dts
raytac_mdbt53v_db_40_nrf5340_cpuapp_ns.yaml
raytac_mdbt53v_db_40_nrf5340_cpuapp_ns_defconfig boards: nrf-based: remove redundant CONFIG_PINCTRL=y 2023-09-20 08:57:09 +02:00
raytac_mdbt53v_db_40_nrf5340_cpuapp_partition_conf.dts
raytac_mdbt53v_db_40_nrf5340_cpunet-pinctrl.dtsi boards: raytac_mdbt53v_db_40_nrf5340: Add uart1 pin assignment 2023-10-24 09:40:16 +02:00
raytac_mdbt53v_db_40_nrf5340_cpunet.dts bluetooth: Rename rpmsg HCI driver and sample to ipc 2023-11-02 08:32:20 +02:00
raytac_mdbt53v_db_40_nrf5340_cpunet.yaml
raytac_mdbt53v_db_40_nrf5340_cpunet_common.dts
raytac_mdbt53v_db_40_nrf5340_cpunet_defconfig boards: nrf-based: remove redundant CONFIG_PINCTRL=y 2023-09-20 08:57:09 +02:00
raytac_mdbt53v_db_40_nrf5340_cpunet_reset.c
raytac_mdbt53v_db_40_nrf5340_shared_sram_planning_conf.dts