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
Add more interrupt priority asserts for ARM_CM3, ARM_CM4, and ARM_CM7
In the ARM_CM3, ARM_CM4, and ARM_CM7 ports, change the assertion that
configMAX_SYSCALL_INTERRUPT_PRIORITY is nonzero to account for the
number of priority bits implemented by the hardware, and add an
assertion that configKERNEL_INTERRUPT_PRIORITY is the maximum value,
also accounting for the supported priority bits.
0 commit comments