FreeRTOS-Kernel/FreeRTOS/Demo/Common
Richard Barry 4c3722bd76 Preparing for new release...
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.
2015-08-01 07:03:32 +00:00
..
drivers Update the demo directory to use the version 8 type naming conventions. 2014-02-11 12:04:59 +00:00
ethernet Update version number ready for V8.2.1 release. 2015-03-21 21:03:42 +00:00
Full Update version number ready for V8.2.1 release. 2015-03-21 21:03:42 +00:00
include Update version number ready for V8.2.1 release. 2015-03-21 21:03:42 +00:00
Minimal Preparing for new release... 2015-08-01 07:03:32 +00:00