Commit 195b14d
committed
[nrf noup] Add missing CPPWR for ARM V8M
This is a workaround, TF-M v2.3 introduced a
patch file for the CMSIS where it includes
missing definitions for CPPWR.
I don't want want to fork CMSIS just for that,
or try to update CMSIS for the whole Zephyr with
this PR. So I patched the relevant code for the
cortex-m33 in TF-M in the file that uses it.
This is not ideal but also not a big issue
because the patch has been submitted and merged
in the upstream repo:
ARM-software/CMSIS_6#243
So this commit can be dropped when Zephyr updates
to a version that includes this change.
Signed-off-by: Georgios Vasilakis <georgios.vasilakis@nordicsemi.no>1 parent a36badf commit 195b14d
1 file changed
Lines changed: 15 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
26 | 41 | | |
27 | 42 | | |
28 | 43 | | |
| |||
0 commit comments