mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-12-07 05:34:59 -05:00
+ Introduce xSemaphoreGenericGiveFromISR() as an optimisation when giving semaphores and mutexes from an interrupt. Demo applications: + Update IntSemTest.c to provide more code coverage in xSemaphoreGenericGiveFromISR(). + Ensure the MMU is turned on in the RZ IAR demo. It was already on in the RZ ARM demo. |
||
|---|---|---|
| .. | ||
| AltBlckQ.c | ||
| AltBlock.c | ||
| AltPollQ.c | ||
| AltQTest.c | ||
| BlockQ.c | ||
| blocktim.c | ||
| comtest.c | ||
| comtest_strings.c | ||
| countsem.c | ||
| crflash.c | ||
| crhook.c | ||
| death.c | ||
| dynamic.c | ||
| EventGroupsDemo.c | ||
| flash.c | ||
| flash_timer.c | ||
| flop.c | ||
| GenQTest.c | ||
| integer.c | ||
| IntQueue.c | ||
| IntSemTest.c | ||
| PollQ.c | ||
| QPeek.c | ||
| QueueOverwrite.c | ||
| QueueSet.c | ||
| recmutex.c | ||
| semtest.c | ||
| sp_flop.c | ||
| TimerDemo.c | ||