tests: arm: Increase main stack size with no optimizations
If the test is run with the config NO_OPTIMIZATIONS enabled then the stack size usage increases by around 80% for ARM platforms. Increase the stack size used in test cases that enables building with no optimizations for ARM. Update description on TEST_ARM_CORTEX_M since it was outdated and said it was only used for a single purpose. Fixes: #47930 Fixes: #47929 Fixes: #47855 Signed-off-by: Joakim Andersson <joakim.andersson@nordicsemi.no>
This commit is contained in:
parent
3eaf55a364
commit
fcb9813128
3 changed files with 7 additions and 2 deletions
|
@ -139,7 +139,10 @@ config TEST_ARM_CORTEX_M
|
|||
help
|
||||
ARM Cortex-M configuration required when testing.
|
||||
|
||||
Currently, this option is only utilized, to force routing
|
||||
This option is used to select stack sizes and enable features for
|
||||
testing.
|
||||
|
||||
This option is also used to force routing
|
||||
BusFault, HardFault, and NMI exceptions to Secure State,
|
||||
when building a Secure ARMv8-M firmware. This will allow
|
||||
the testing suite to utilize these exceptions, in tests.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue