Skip to content

Commit 6e7db46

Browse files
asmellbycfriedt
authored andcommitted
modules: hal_silabs: Update to latest simplicity_sdk
Update hal_silabs to include simplicity_sdk v2025.6.2. Modify Bluetooth controller configuration to match HAL changes. Signed-off-by: Aksel Skauge Mellbye <[email protected]>
1 parent 41a0865 commit 6e7db46

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

modules/hal_silabs/simplicity_sdk/config/ll/sl_btctrl_config.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,7 @@
118118

119119
#ifdef CONFIG_BT_SILABS_EFR32_HIGH_POWER_AFH
120120
#define SL_CATALOG_BLUETOOTH_FEATURE_AFH_PRESENT
121+
#define SL_BT_CONTROLLER_ADAPTIVITY_MODE (SL_BTCTRL_CHANNELMAP_FLAG_ACTIVE_ADAPTIVITY)
121122
#endif
122123

123124
#ifndef CONFIG_BT_SILABS_EFR32_HCI_VS
@@ -163,4 +164,7 @@
163164
#define SL_BT_CONTROLLER_CONN_EVENT_LENGTH_EXTENSION 0
164165
#define SL_BT_CONTROLLER_USE_LEGACY_VENDOR_SPECIFIC_EVENT_CODE 0
165166

167+
/* Use RAIL for PA configuration */
168+
#define SL_BT_CONTROLLER_PA_CONFIG SL_BT_BLUETOOTH_RAIL_UTIL_PA
169+
166170
#endif /* SL_BTCTRL_CONFIG_H */

west.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ manifest:
240240
groups:
241241
- hal
242242
- name: hal_silabs
243-
revision: b71ca6e4cb7a2ba9413dcdaf256527a4f0c4167a
243+
revision: ae1afd84a2acb0cdca2b691047d81a61ce3f9356
244244
path: modules/hal/silabs
245245
groups:
246246
- hal

0 commit comments

Comments
 (0)