You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
boards: modules: tfm: reduce secure RAM for minimal profile
Shrink TF-M stack sizes, IO vector buffer, and shared-data region
when `TFM_PROFILE_TYPE_MINIMAL` is selected. This makes it possible to
reduce the TF-M SRAM partition for minimal profile from 16 to 8 KiB.
The minimal profile only runs a small fixed set of services (RNG,
hash crypto, platform reset, SPM logging), so the larger defaults
waste RAM.
Signed-off-by: Simen S. Røstad <simen.rostad@nordicsemi.no>
0 commit comments