-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Closed
Labels
enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed
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.
TomasBarakNXP
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed