mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-12-06 21:25:00 -05:00
Kernel changes: - Remove an assert that was preventing xQueueSendFromISR() being used to give a mutex from an ISR (mutexes cannot be given using xSemaphoreGiveFromISR()). - Introduce xTaskNotifyAndQueryFromISR() as the interrupt safe version of xTaskNotifyAndQuery(). Common demo task changes: - Update IntSemTest.c to prove the theory that it is safe to give a mutex type semaphore from an interrupt using xQueueSendFromISR() instead of xSemaphoreGiveFromISR(). - Update TaskNotify.c to test the new xTaskNotifyAndQuery() from ISR fuction. |
||
|---|---|---|
| .. | ||
| DemosModifiedForLowTickRate | ||
| Trace_Recorder_Configuration | ||
| FreeRTOSConfig.h | ||
| main.c | ||
| main_blinky.c | ||
| main_full.c | ||
| Run-time-stats-utils.c | ||
| WIN32.sln | ||
| WIN32.vcxproj | ||
| WIN32.vcxproj.filters | ||