Commit cf76972
[nrf toup] SPM: Call tfm_core_panic instead of halt for access violation
Call tfm_core_panic instead of halt in the access violation handler.
This means that the common switch for halt or reset for panic can be
used to decide as a single configuration for multiple types of faults.
Signed-off-by: Joakim Andersson <[email protected]>1 parent 6faad34 commit cf76972
File tree
2 files changed
+2
-2
lines changed- secure_fw/spm
- cmsis_func
- cmsis_psa
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
110 | 110 | | |
111 | 111 | | |
112 | 112 | | |
113 | | - | |
| 113 | + | |
114 | 114 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
263 | 263 | | |
264 | 264 | | |
265 | 265 | | |
266 | | - | |
| 266 | + | |
267 | 267 | | |
0 commit comments