Skip to content

Commit 4598b3f

Browse files
committed
manifest: Update zephyr to v4.3.0-rc1
Update to the rc1 build of the Zephyr main tree. Signed-off-by: Aksel Skauge Mellbye <aksel.mellbye@silabs.com>
1 parent b3bf84f commit 4598b3f

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

modules/hal_silabs/simplicity_sdk/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

2121
set(vse_device_families 22 27)
2222
if(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
)
2626
endif()

soc/silabs/silabs_siwx917/Kconfig

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@ if MBEDTLS
66

77
config PSA_CRYPTO_SW_ONLY
88
bool "PSA Crypto software implementation only"
9-
select WISECONNECT_NETWORK_STACK
9+
select SILABS_SIWX91X_NWP
1010

1111
config 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

1717
config MBEDTLS_USER_CONFIG_ENABLE
1818
default y if PSA_CRYPTO_DRIVER_SILABS_SIWX91X

west.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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.

0 commit comments

Comments
 (0)