-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Description
Is your feature request related to a problem? Please describe.
Interrupt priority checking is missing on CM33 ports.
Describe the solution you'd like
Update the CM33 ports to check interrupt priorities, in line with the other Cortex-M ports. The other Cortex-M ports check interrupt priorities using configMAX_SYSCALL_INTERRUPT_PRIORITY and use the function vPortValidateInterruptPriority() inside of theportASSERT_IF_INTERRUPT_PRIORITY_INVALID() macro.
Additional context
https://forums.freertos.org/t/cm33-missing-vportvalidateinterruptpriority/14836
If you have the same (or similar) feature request, please upvote this issue with thumbs up 👍
and use the comments section to provide answers to the questions above.