Skip to content

Commit 1387dfb

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 1387dfb

2 files changed

Lines changed: 5 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

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)