You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
4c3722bd76
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. |
10 years ago | |
---|---|---|
.. | ||
AltBlckQ.c | 10 years ago | |
AltBlock.c | 10 years ago | |
AltPollQ.c | 10 years ago | |
AltQTest.c | 10 years ago | |
BlockQ.c | 10 years ago | |
EventGroupsDemo.c | 10 years ago | |
GenQTest.c | 10 years ago | |
IntQueue.c | 10 years ago | |
IntSemTest.c | 10 years ago | |
PollQ.c | 10 years ago | |
QPeek.c | 10 years ago | |
QueueOverwrite.c | 10 years ago | |
QueueSet.c | 10 years ago | |
QueueSetPolling.c | 10 years ago | |
TaskNotify.c | 10 years ago | |
TimerDemo.c | 10 years ago | |
blocktim.c | 10 years ago | |
comtest.c | 10 years ago | |
comtest_strings.c | 10 years ago | |
countsem.c | 10 years ago | |
crflash.c | 10 years ago | |
crhook.c | 10 years ago | |
death.c | 10 years ago | |
dynamic.c | 10 years ago | |
flash.c | 10 years ago | |
flash_timer.c | 10 years ago | |
flop.c | 10 years ago | |
integer.c | 10 years ago | |
recmutex.c | 10 years ago | |
semtest.c | 10 years ago | |
sp_flop.c | 10 years ago |