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.
Yes, time critical ISR handlers often don't function properly when they call "FromISR" functions
Describe the solution you'd like
I would like something simple I could do from the application CMakeList.txt. EG: set(FREERTOS_ISR_FUNCTIONS_IN_RAM 1)
Describe alternatives you've considered
Placing all of the FreeRTOS code in RAM
How many devices will this feature impact?
RP2040 and RP2350
What are your project timelines?
I think it would only take a few days. I've already patched a local version so I can use xTaskNotifyFromISR
Additional context
NA
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.
Yes, time critical ISR handlers often don't function properly when they call "FromISR" functions
Describe the solution you'd like
I would like something simple I could do from the application CMakeList.txt. EG: set(FREERTOS_ISR_FUNCTIONS_IN_RAM 1)
Describe alternatives you've considered
Placing all of the FreeRTOS code in RAM
How many devices will this feature impact?
RP2040 and RP2350
What are your project timelines?
I think it would only take a few days. I've already patched a local version so I can use xTaskNotifyFromISR
Additional context
NA
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: