Skip to content
Closed
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
1 change: 1 addition & 0 deletions modules/trusted-firmware-m/Kconfig.tfm.pm
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ config PM_PARTITION_SIZE_TFM

config PM_PARTITION_SIZE_TFM_PROTECTED_STORAGE
hex "Memory reserved for TFM Protected Storage"
default 0x5000 if TFM_PARTITION_PROTECTED_STORAGE && WIFI_NM_WPA_SUPPLICANT_CRYPTO_ENTERPRISE
default 0x4000 if TFM_PARTITION_PROTECTED_STORAGE
default 0
help
Expand Down
1 change: 1 addition & 0 deletions samples/wifi/shell/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ if NET_BUF_VARIABLE_DATA_SIZE
# so smaller pool sizes are recommended for these targets.
config NET_PKT_BUF_TX_DATA_POOL_SIZE
default 40000 if SOC_SERIES_NRF54HX
default 35000 if !SOC_SERIES_NRF52X && !SOC_SERIES_NRF54LX && BUILD_WITH_TFM
default 50000 if !SOC_SERIES_NRF52X && !SOC_SERIES_NRF54LX

config NET_PKT_BUF_RX_DATA_POOL_SIZE
Expand Down
1 change: 1 addition & 0 deletions subsys/nrf_security/Kconfig.legacy
Original file line number Diff line number Diff line change
Expand Up @@ -288,6 +288,7 @@ config MBEDTLS_MPI_MAX_SIZE
prompt "Maximum number of bytes for usable MPIs." if !(CC312_BACKEND || CC310_BACKEND)
default 256 if CC310_BACKEND
default 384 if CC312_BACKEND
default 384 # Needed to support RSA 3072
range 256 2048

config MBEDTLS_LEGACY_CRYPTO_C_SILENCE_DEPRECATION
Expand Down
2 changes: 1 addition & 1 deletion west.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ manifest:
# https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/zephyr/guides/modules.html
- name: zephyr
repo-path: sdk-zephyr
revision: 237ef2e9225a5130047a24f368650c279b676f0b
revision: pull/3045/head
import:
# In addition to the zephyr repository itself, NCS also
# imports the contents of zephyr/west.yml at the above
Expand Down
Loading