zephyr/samples/bluetooth
Aksel Skauge Mellbye bc6c363bc9 boards: silabs: Consistently name dev kits
Rename all Silicon Labs dev kits to always use the official kit name
as board target name. Previous kit names used various naming schemes,
including putting part of the SoC name in the board name. With HWMv2,
SoC names (if needed) should go in the SoC board qualifier.

Use HWMv2 revisions for the two variants of SLTB010A.

Split the xG27 Dev Kit from the EFR32BG22 Thunderboard. This attempt
at deduplication is confusing due to the very different kit names
and use of different ICs (BG22 vs BG27), and was not continued with
the xG24 Dev Kit, meaning that it wasn't consistent.

Signed-off-by: Aksel Skauge Mellbye <aksel.mellbye@silabs.com>
2024-06-12 12:52:28 -04:00
..
bap_broadcast_assistant samples: Bluetooth: Audio: Change names to <profile>_<role> 2024-05-31 09:56:11 -05:00
bap_broadcast_sink Bluetooth samples: Handle broadcast source gone 2024-06-07 15:04:38 +02:00
bap_broadcast_source samples: Bluetooth: Audio: Change names to <profile>_<role> 2024-05-31 09:56:11 -05:00
bap_unicast_client samples: Bluetooth: Refactor TX for unicast audio client 2024-06-11 17:35:30 +03:00
bap_unicast_server samples: Bluetooth: Refactor TX for unicast audio client 2024-06-11 17:35:30 +03:00
beacon Bluetooth: Controller: Preliminary support for nRF54L15 SoC 2024-06-07 18:07:48 +01:00
broadcaster hwmv2: Introduce Hardware model version 2 and convert devices 2024-03-02 16:56:33 -05:00
broadcaster_multiple samples: Bluetooth: Fix incorrect comments about adv sets 2024-05-24 07:46:43 -04:00
bthome_sensor_template samples, tests: Switch main return type from void to int 2023-04-14 07:49:41 +09:00
central hwmv2: Introduce Hardware model version 2 and convert devices 2024-03-02 16:56:33 -05:00
central_gatt_write samples: Bluetooth: Only connect to devices with rssi below -50 2024-02-26 14:34:07 +01:00
central_hr Bluetooth: Enable CI central_hr/peripheral_hr on bbc_microbit 2024-05-30 05:31:21 -07:00
central_ht samples: tests: bluetooth: Add support for frdm_rw612 2024-06-10 07:02:06 -07:00
central_iso Bluetooth: Controller: BT_CTLR_ISO_TX_BUFFER_SIZE from BT_ISO_TX_MTU 2024-05-10 15:02:10 +02:00
central_multilink hwmv2: Introduce Hardware model version 2 and convert devices 2024-03-02 16:56:33 -05:00
central_otc hwmv2: Introduce Hardware model version 2 and convert devices 2024-03-02 16:56:33 -05:00
central_past samples: bluetooth: Increase sync timeout to allow packet loss 2024-04-17 14:34:23 +02:00
direct_adv Bluetooth: samples: Switch to one-time adv 2024-05-29 10:48:04 -07:00
direction_finding_central hwmv2: Introduce Hardware model version 2 and convert devices 2024-03-02 16:56:33 -05:00
direction_finding_connectionless_rx samples: bluetooth: df: fix misleading comment in rx overlay 2024-05-24 08:05:19 -04:00
direction_finding_connectionless_tx samples: Bluetooth: use correct periodic advertising intervals 2024-06-07 16:45:44 +03:00
direction_finding_peripheral Bluetooth: samples: Switch to one-time adv 2024-05-29 10:48:04 -07:00
eddystone Bluetooth: samples: Switch to one-time adv 2024-05-29 10:48:04 -07:00
encrypted_advertising Samples: Bluetooth: Remove unnecessary signal 2024-06-07 15:06:48 +02:00
extended_adv samples: Bluetooth: Fix incorrect comments about adv sets 2024-05-24 07:46:43 -04:00
handsfree Samples: Bluetooth: HF: Fix link key missing issue 2024-03-14 09:47:23 +00:00
handsfree_ag samples: Bluetooth: HFP_AG: Initialize version 2024-05-16 09:15:49 +02:00
hap_ha Bluetooth: Audio: Rename set_sirk to just sirk 2024-05-31 08:05:24 +02:00
hci_ipc arch: define struct arch_esf and deprecate z_arch_esf_t 2024-06-04 14:02:51 -05:00
hci_pwr_ctrl Bluetooth: samples: Switch to one-time adv 2024-05-29 10:48:04 -07:00
hci_spi Bluetooth: Remove BT_HCI_RESERVE and BT_HCI_RAW_RESERVE 2024-04-29 11:01:27 +02:00
hci_uart Bluetooth: doc: Update documentation for the new HCI API 2024-06-11 19:42:49 -04:00
hci_uart_3wire Bluetooth: doc: Update documentation for the new HCI API 2024-06-11 19:42:49 -04:00
hci_uart_async Bluetooth: doc: Update documentation for the new HCI API 2024-06-11 19:42:49 -04:00
hci_usb usb: device_next: Rename usbd_contex to usbd_context 2024-06-03 06:43:20 -07:00
hci_usb_h4 hwmv2: Introduce Hardware model version 2 and convert devices 2024-03-02 16:56:33 -05:00
hci_vs_scan_req samples: Bluetooth: hci_vs_scan_req: Build for BT_LL_SW_SPLIT only 2024-05-25 11:26:26 +03:00
ibeacon boards: silabs: Consistently name dev kits 2024-06-12 12:52:28 -04:00
iso_broadcast samples: Bluetooth: Fix incorrect comments about adv sets 2024-05-24 07:46:43 -04:00
iso_broadcast_benchmark samples: Bluetooth: Fix incorrect comments about adv sets 2024-05-24 07:46:43 -04:00
iso_connected_benchmark Bluetooth: Samples: Remove uses of auto name in AD 2024-04-23 12:42:24 +02:00
iso_receive hwmv2: Introduce Hardware model version 2 and convert devices 2024-03-02 16:56:33 -05:00
mesh samples: bluetooth: mesh: Fix usage of board name checking 2024-03-22 10:06:04 +01:00
mesh_demo flash: Move dependency on FLASH_PAGE_LAYOUT where it belongs 2024-04-10 10:01:40 +02:00
mesh_provisioner flash: Move dependency on FLASH_PAGE_LAYOUT where it belongs 2024-04-10 10:01:40 +02:00
mtu_update Bluetooth: samples: Switch to one-time adv 2024-05-29 10:48:04 -07:00
observer hwmv2: Introduce Hardware model version 2 and convert devices 2024-03-02 16:56:33 -05:00
pbp_public_broadcast_sink samples: Bluetooth: Audio: Change names to <profile>_<role> 2024-05-31 09:56:11 -05:00
pbp_public_broadcast_source samples: Bluetooth: Audio: Change names to <profile>_<role> 2024-05-31 09:56:11 -05:00
periodic_adv samples: Bluetooth: Fix incorrect comments about adv sets 2024-05-24 07:46:43 -04:00
periodic_adv_conn Bluetooth: samples: Fix PAwR samples to match board capabilities 2024-06-11 19:42:49 -04:00
periodic_adv_rsp Bluetooth: samples: Fix PAwR samples to match board capabilities 2024-06-11 19:42:49 -04:00
periodic_sync samples: bluetooth: Increase sync timeout to allow packet loss 2024-04-17 14:34:23 +02:00
periodic_sync_conn Bluetooth: samples: Fix PAwR samples to match board capabilities 2024-06-11 19:42:49 -04:00
periodic_sync_rsp Bluetooth: samples: Fix PAwR samples to match board capabilities 2024-06-11 19:42:49 -04:00
peripheral Bluetooth: samples: Switch to one-time adv 2024-05-29 10:48:04 -07:00
peripheral_accept_list Bluetooth: samples: Switch to one-time adv 2024-05-29 10:48:04 -07:00
peripheral_csc Bluetooth: samples: Switch to one-time adv 2024-05-29 10:48:04 -07:00
peripheral_dis Bluetooth: samples: Switch to one-time adv 2024-05-29 10:48:04 -07:00
peripheral_esp Bluetooth: samples: Switch to one-time adv 2024-05-29 10:48:04 -07:00
peripheral_gatt_write Bluetooth: samples: Switch to one-time adv 2024-05-29 10:48:04 -07:00
peripheral_hids Bluetooth: samples: Switch to one-time adv 2024-05-29 10:48:04 -07:00
peripheral_hr Bluetooth: Controller: Preliminary support for nRF54L15 SoC 2024-06-07 18:07:48 +01:00
peripheral_ht samples: tests: bluetooth: Add support for frdm_rw612 2024-06-10 07:02:06 -07:00
peripheral_identity Bluetooth: Samples: Remove uses of auto name in AD 2024-04-23 12:42:24 +02:00
peripheral_iso Bluetooth: samples: Switch to one-time adv 2024-05-29 10:48:04 -07:00
peripheral_nus Bluetooth: samples: Switch to one-time adv 2024-05-29 10:48:04 -07:00
peripheral_ots Bluetooth: samples: Switch to one-time adv 2024-05-29 10:48:04 -07:00
peripheral_past Bluetooth: samples: Switch to one-time adv 2024-05-29 10:48:04 -07:00
peripheral_sc_only Bluetooth: samples: Switch to one-time adv 2024-05-29 10:48:04 -07:00
scan_adv hwmv2: Introduce Hardware model version 2 and convert devices 2024-03-02 16:56:33 -05:00
st_ble_sensor Bluetooth: samples: Switch to one-time adv 2024-05-29 10:48:04 -07:00
tmap_bmr Bluetooth: Controller: BT_CTLR_ISO_TX_BUFFER_SIZE from BT_ISO_TX_MTU 2024-05-10 15:02:10 +02:00
tmap_bms samples: Bluetooth: Fix incorrect comments about adv sets 2024-05-24 07:46:43 -04:00
tmap_central Bluetooth: CAP: Add reference to the set member for CAP discover 2024-05-18 15:51:26 +03:00
tmap_peripheral Bluetooth: BAP: Unicast client Split start and connect 2024-06-03 15:42:33 +02:00
bluetooth.rst hwmv2: Introduce Hardware model version 2 and convert devices 2024-03-02 16:56:33 -05:00