File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
modules/hal_silabs/simplicity_sdk
soc/silabs/silabs_siwx917 Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -14,13 +14,13 @@ zephyr_include_directories(
1414 inc
1515)
1616
17- zephyr_compile_definitions_ifdef(CONFIG_SOC_GECKO_SE
17+ zephyr_compile_definitions_ifdef(CONFIG_SILABS_SISDK_SE
1818 SL_SE_MANAGER_THREADING
1919)
2020
2121set (vse_device_families 22 27)
2222if (CONFIG_SOC_FAMILY_SILABS_S2 AND NOT (SILABS_DEVICE_FAMILY_NUMBER IN_LIST vse_device_families))
23- zephyr_compile_definitions_ifdef(CONFIG_SOC_GECKO_SE
23+ zephyr_compile_definitions_ifdef(CONFIG_SILABS_SISDK_SE
2424 SL_SE_MANAGER_YIELD_WHILE_WAITING_FOR_COMMAND_COMPLETION
2525 )
2626endif ()
Original file line number Diff line number Diff line change @@ -6,13 +6,13 @@ if MBEDTLS
66
77config PSA_CRYPTO_SW_ONLY
88 bool "PSA Crypto software implementation only"
9- select WISECONNECT_NETWORK_STACK
9+ select SILABS_SIWX91X_NWP
1010
1111config PSA_CRYPTO_DRIVER_SILABS_SIWX91X
1212 bool "PSA Crypto Driver for SiWx91x"
1313 default y if !PSA_CRYPTO_SW_ONLY
1414 # Crypto is handled by the network coprocessor
15- select WISECONNECT_NETWORK_STACK
15+ select SILABS_SIWX91X_NWP
1616
1717config MBEDTLS_USER_CONFIG_ENABLE
1818 default y if PSA_CRYPTO_DRIVER_SILABS_SIWX91X
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ manifest:
1515 path : modules/crypto/mbedtls
1616 - name : zephyr
1717 remote : silabs
18- revision : bcc4689cd01620c1a5408986085343e656ec5a71
18+ revision : 433893e54b9ca7e70d6f158690839b56913d5dce
1919 import :
2020 # By using name-allowlist we can clone only the modules that are
2121 # strictly needed by the application.
You can’t perform that action at this time.
0 commit comments