-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Description
Is your feature request related to a problem? Please describe.
The vApplicationTickHook function cannot signal if a task switch is required. This is important as several FromISR methods can result in a task switch being needed.
NOTE: This will require a minor or major version bump as this is not backwards compatible with the existing vApplicationTickHook signature.
Describe the solution you'd like
Add a parameter to the vApplicationTickHook function allowing the function to signal a context switch is required.
Describe alternatives you've considered
N/A - alternatives are possible. This is the cleanest change for all FreeRTOS users.
How many devices will this feature impact?
See user responses.
What are your project timelines?
See user responses
Additional context
https://forums.freertos.org/t/using-vapplicationtickhook/2632
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.