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
arch: arm: cortex_m: scb: use SHPR name for all Cortex-M
CMSIS 5 had a different name for the SHP/SHPR registers depending on which
Cortex-M was used. This inconsistency is fixed in CMSIS 6, which is the new
default for Cortex-M in Zephyr.
Remove the conditional and always use SHPR in the SCB backup/restore code.
Signed-off-by: Mathieu Choplain <[email protected]>
0 commit comments