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
wiseconnect: Support older cmsis names for NVIC and SCB registers
Previous versions of cmsis use slightly different spellings for a couple
of registers, in the SCB, SHPR was SHP while in the NVIC, IPR was called
IP.
Check the CMSIS major version and select the older names when
necessary.
Upstream-status: Pending
Signed-off-by: Keith Packard <[email protected]>
Signed-off-by: Jérôme Pouiller <[email protected]>
0 commit comments