Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions modules/hal_silabs/simplicity_sdk/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@ zephyr_include_directories(
inc
)

zephyr_compile_definitions_ifdef(CONFIG_SOC_GECKO_SE
zephyr_compile_definitions_ifdef(CONFIG_SILABS_SISDK_SE
SL_SE_MANAGER_THREADING
)

set(vse_device_families 22 27)
if(CONFIG_SOC_FAMILY_SILABS_S2 AND NOT (SILABS_DEVICE_FAMILY_NUMBER IN_LIST vse_device_families))
zephyr_compile_definitions_ifdef(CONFIG_SOC_GECKO_SE
zephyr_compile_definitions_ifdef(CONFIG_SILABS_SISDK_SE
SL_SE_MANAGER_YIELD_WHILE_WAITING_FOR_COMMAND_COMPLETION
)
endif()
Expand Down
4 changes: 2 additions & 2 deletions soc/silabs/silabs_siwx917/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ if MBEDTLS

config PSA_CRYPTO_SW_ONLY
bool "PSA Crypto software implementation only"
select WISECONNECT_NETWORK_STACK
select SILABS_SIWX91X_NWP

config PSA_CRYPTO_DRIVER_SILABS_SIWX91X
bool "PSA Crypto Driver for SiWx91x"
default y if !PSA_CRYPTO_SW_ONLY
# Crypto is handled by the network coprocessor
select WISECONNECT_NETWORK_STACK
select SILABS_SIWX91X_NWP

config MBEDTLS_USER_CONFIG_ENABLE
default y if PSA_CRYPTO_DRIVER_SILABS_SIWX91X
Expand Down
2 changes: 1 addition & 1 deletion west.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ manifest:
path: modules/crypto/mbedtls
- name: zephyr
remote: silabs
revision: bcc4689cd01620c1a5408986085343e656ec5a71
revision: 433893e54b9ca7e70d6f158690839b56913d5dce
import:
# By using name-allowlist we can clone only the modules that are
# strictly needed by the application.
Expand Down