Skip to content

Commit aa70867

Browse files
rado17NordicBuilder
authored andcommitted
samples: wifi: shell: Make space in RAM for TFM build
For build with TFM and support for protected storage enabled, additional RAM needs to be freed to accommodate the additional features. Signed-off-by: Ravi Dondaputi <[email protected]>
1 parent e2dfe60 commit aa70867

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

samples/wifi/shell/Kconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ if NET_BUF_VARIABLE_DATA_SIZE
2020
# so smaller pool sizes are recommended for these targets.
2121
config NET_PKT_BUF_TX_DATA_POOL_SIZE
2222
default 40000 if SOC_SERIES_NRF54HX
23+
default 35000 if !SOC_SERIES_NRF52X && !SOC_SERIES_NRF54LX && BUILD_WITH_TFM
2324
default 50000 if !SOC_SERIES_NRF52X && !SOC_SERIES_NRF54LX
2425

2526
config NET_PKT_BUF_RX_DATA_POOL_SIZE

0 commit comments

Comments
 (0)