modules: hal_silabs: Update WiseConnect SDK
Import the new version of the WiseConnect SDK. Signed-off-by: Jérôme Pouiller <jerome.pouiller@silabs.com>
This commit is contained in:
parent
4f6077f369
commit
fbc70337e8
@ -481,7 +481,7 @@ static unsigned int siwx91x_on_join(sl_wifi_event_t event,
|
||||
static int siwx91x_status(const struct device *dev, struct wifi_iface_status *status)
|
||||
{
|
||||
sl_wifi_interface_t interface = sl_wifi_get_default_interface();
|
||||
sl_wifi_wireless_info_t wlan_info = { };
|
||||
sl_si91x_rsp_wireless_info_t wlan_info = { };
|
||||
struct siwx91x_dev *sidev = dev->data;
|
||||
uint8_t join_config;
|
||||
int32_t rssi;
|
||||
|
||||
@ -8,6 +8,7 @@ set(COMMON_DIR ${ZEPHYR_HAL_SILABS_MODULE_DIR}/simplicity_sdk/platform/common)
|
||||
# Keep these values sync with
|
||||
# components/device/silabs/si91x/mcu/core/chip/component/siwg917*.slcc
|
||||
zephyr_compile_definitions(
|
||||
SL_SUPPRESS_DEPRECATION_WARNINGS_WISECONNECT_3_5
|
||||
SL_SI91X_ENABLE_LITTLE_ENDIAN
|
||||
SLI_SI91X_MCU_COMMON_FLASH_MODE
|
||||
SLI_SI91X_MCU_CONFIG_RADIO_BOARD_VER2
|
||||
|
||||
Loading…
Reference in New Issue
Block a user