Skip to content

[Feature Request] Add interrupt priority checking to CM33 ports #526

Closed
@johnrhen

Description

@johnrhen

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.

Metadata

Metadata

Assignees

Labels

enhancementNew feature or requesthelp wantedExtra attention is needed

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions