This repository has been archived on 2023-11-05. You can view files and clone it, but cannot push or open issues or pull requests.
FreeRTOS-Kernel/FreeRTOS/Source/include
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
..
croutine.h Update version number ready for V8.2.1 release. 2015-03-21 21:03:42 +00:00
deprecated_definitions.h Update version number ready for V8.2.1 release. 2015-03-21 21:03:42 +00:00
event_groups.h Starting to prepare for the next release... 2015-07-30 11:30:05 +00:00
FreeRTOS.h Update version number ready for V8.2.1 release. 2015-03-21 21:03:42 +00:00
list.h Starting to prepare for the next release... 2015-07-30 11:30:05 +00:00
mpu_wrappers.h Update version number ready for V8.2.1 release. 2015-03-21 21:03:42 +00:00
portable.h Starting to prepare for the next release... 2015-07-30 11:30:05 +00:00
projdefs.h Kernel changes to improve power saving: 2015-05-20 15:46:40 +00:00
queue.h Starting to prepare for the next release... 2015-07-30 11:30:05 +00:00
semphr.h Update version number ready for V8.2.1 release. 2015-03-21 21:03:42 +00:00
StackMacros.h Update version number ready for V8.2.1 release. 2015-03-21 21:03:42 +00:00
stdint.readme Introduce configENABLE_BACKWARD_COMPATIBILITY to allow the #defines that provide backward compatibility with FreeRTOS version prior to V8 to be optionally omitted. 2014-01-13 20:26:47 +00:00
task.h Preparing for new release... 2015-08-01 07:03:32 +00:00
timers.h Starting to prepare for the next release... 2015-07-30 11:30:05 +00:00