Skip to content

Commit 11eff12

Browse files
tomi-fontnordicjm
authored andcommitted
samples: wifi: provisioning: softap: increase TF-M flash partition size
This fixes twister that was failing due to an overflow. This appeared with the update of TF-M to 2.1.1. A slight increase in code size made it grow past the next 16KiB block, resulting in a corresponding increase in S image flash usage. The granularity of allocated size on 53/91 Series devices is 16KiB. As such, the TF-M flash partition size is increased by that amount. Signed-off-by: Tomi Fontanilles <[email protected]>
1 parent c248288 commit 11eff12

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

samples/wifi/provisioning/softap/prj.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
# Optimize TF-M
88
CONFIG_TFM_PROFILE_TYPE_SMALL=y
99
CONFIG_PM_PARTITION_SIZE_TFM_SRAM=0xa000
10-
CONFIG_PM_PARTITION_SIZE_TFM=0x1c000
10+
CONFIG_PM_PARTITION_SIZE_TFM=0x20000
1111

1212
# Optimize Wi-Fi stack to save some memory.
1313
CONFIG_HEAP_MEM_POOL_SIZE=81920

scripts/quarantine.yaml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,3 @@
4545
platforms:
4646
- thingy53/nrf5340/cpuapp
4747
comment: "https://nordicsemi.atlassian.net/browse/NCSDK-29488"
48-
49-
- scenarios:
50-
- sample.softap.wifi.provision
51-
platforms:
52-
- nrf7002dk/nrf5340/cpuapp/ns
53-
comment: "https://nordicsemi.atlassian.net/browse/NCSDK-29815"

0 commit comments

Comments
 (0)