Skip to content

Commit 08eedf2

Browse files
committed
manifest: Update nrf to v3.4.0-rc1
Update sdk-nrf to v3.4.0-rc1. This update includes changes caused by mbedTLS 4.1.0: nrfconnect/sdk-nrf#28496 Signed-off-by: Tommi Rantanen <tommi.rantanen@nordicsemi.no>
1 parent dde7101 commit 08eedf2

3 files changed

Lines changed: 6 additions & 2 deletions

File tree

app/overlay-full-fota.conf

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,11 @@ CONFIG_DFU_TARGET_STREAM=y
1414
CONFIG_DFU_TARGET_FULL_MODEM=y
1515
CONFIG_FMFU_FDEV_SKIP_PREVALIDATION=n
1616
CONFIG_TFM_PROFILE_TYPE_NOT_SET=y
17-
CONFIG_MBEDTLS_LEGACY_CRYPTO_C=y
1817
CONFIG_MBEDTLS_SHA256_C=y
18+
CONFIG_MBEDTLS_MD_C=y
19+
CONFIG_MBEDTLS_HMAC_DRBG_C=y
20+
CONFIG_MBEDTLS_ECP_C=y
21+
CONFIG_MBEDTLS_AES_C=y
1922
CONFIG_FMFU_FDEV=y
2023
CONFIG_ZCBOR=y
2124
CONFIG_STREAM_FLASH_INSPECT=n

app/overlay-memfault.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ CONFIG_LTE_LINK_CONTROL=y
2424
CONFIG_LTE_LC_EDRX_MODULE=y
2525
CONFIG_LTE_LC_PSM_MODULE=y
2626
CONFIG_LTE_LC_PDN_MODULE=y
27+
CONFIG_PSA_WANT_ALG_SHA_1=y
2728

2829
# Use IMEI as HW ID
2930
CONFIG_HW_ID_LIBRARY_SOURCE_IMEI=y

west.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ manifest:
1313
- name: nrf
1414
remote: ncs
1515
repo-path: sdk-nrf
16-
revision: 9ce2a3842144259c8b5e945f094342a48f43c60a
16+
revision: v3.4.0-rc1
1717
import:
1818
name-allowlist:
1919
- cjson

0 commit comments

Comments
 (0)