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
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.
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.
The text was updated successfully, but these errors were encountered:
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 functionvPortValidateInterruptPriority()
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.
The text was updated successfully, but these errors were encountered: