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/Demo/Common/include
Richard Barry ea95020ffd Changes to the FreeRTOS code:
+ Introduced xTaskCreateStatic() to allow tasks to be created without any dynamic memory allocation.
+ When a task notification is used to unblock a task from an ISR, but the xHigherPriorityTaskWoken parameter is not used, then pend a context switch to occur during the next tick interrupt.

Demo application changes:
+ Updated TaskNotify.c to test the case where a task is unblocked by an ISR, but does not use its xHigherPriorityTaskWoken parameter.
+ Updated the Win32 MSVC project to test statically allocated tasks being created and deleted.
+ Introduced StaticAllocation.c standard demo task.
2015-12-20 13:44:21 +00:00
..
AltBlckQ.h Update version number ready for the V8.2.3 release. 2015-10-16 14:57:00 +00:00
AltBlock.h Update version number ready for the V8.2.3 release. 2015-10-16 14:57:00 +00:00
AltPollQ.h Update version number ready for the V8.2.3 release. 2015-10-16 14:57:00 +00:00
AltQTest.h Update version number ready for the V8.2.3 release. 2015-10-16 14:57:00 +00:00
BlockQ.h Update version number ready for the V8.2.3 release. 2015-10-16 14:57:00 +00:00
blocktim.h Update version number ready for the V8.2.3 release. 2015-10-16 14:57:00 +00:00
comtest2.h Update version number ready for the V8.2.3 release. 2015-10-16 14:57:00 +00:00
comtest_strings.h Update version number ready for the V8.2.3 release. 2015-10-16 14:57:00 +00:00
comtest.h Update version number ready for the V8.2.3 release. 2015-10-16 14:57:00 +00:00
countsem.h Update version number ready for the V8.2.3 release. 2015-10-16 14:57:00 +00:00
crflash.h Update version number ready for the V8.2.3 release. 2015-10-16 14:57:00 +00:00
crhook.h Update version number ready for the V8.2.3 release. 2015-10-16 14:57:00 +00:00
death.h Update version number ready for the V8.2.3 release. 2015-10-16 14:57:00 +00:00
dynamic.h Update version number ready for the V8.2.3 release. 2015-10-16 14:57:00 +00:00
EventGroupsDemo.h Update version number ready for the V8.2.3 release. 2015-10-16 14:57:00 +00:00
fileIO.h Update version number ready for the V8.2.3 release. 2015-10-16 14:57:00 +00:00
flash_timer.h Update version number ready for the V8.2.3 release. 2015-10-16 14:57:00 +00:00
flash.h Update version number ready for the V8.2.3 release. 2015-10-16 14:57:00 +00:00
flop.h Update version number ready for the V8.2.3 release. 2015-10-16 14:57:00 +00:00
GenQTest.h Update version number ready for the V8.2.3 release. 2015-10-16 14:57:00 +00:00
integer.h Update version number ready for the V8.2.3 release. 2015-10-16 14:57:00 +00:00
IntQueue.h Update version number ready for the V8.2.3 release. 2015-10-16 14:57:00 +00:00
IntSemTest.h Update version number ready for the V8.2.3 release. 2015-10-16 14:57:00 +00:00
mevents.h Update version number ready for the V8.2.3 release. 2015-10-16 14:57:00 +00:00
partest.h Update version number ready for the V8.2.3 release. 2015-10-16 14:57:00 +00:00
PollQ.h Update version number ready for the V8.2.3 release. 2015-10-16 14:57:00 +00:00
print.h Update version number ready for the V8.2.3 release. 2015-10-16 14:57:00 +00:00
QPeek.h Update version number ready for the V8.2.3 release. 2015-10-16 14:57:00 +00:00
QueueOverwrite.h Update version number ready for the V8.2.3 release. 2015-10-16 14:57:00 +00:00
QueueSet.h Update version number ready for the V8.2.3 release. 2015-10-16 14:57:00 +00:00
QueueSetPolling.h Update version number ready for the V8.2.3 release. 2015-10-16 14:57:00 +00:00
recmutex.h Update version number ready for the V8.2.3 release. 2015-10-16 14:57:00 +00:00
semtest.h Update version number ready for the V8.2.3 release. 2015-10-16 14:57:00 +00:00
serial.h Update version number ready for the V8.2.3 release. 2015-10-16 14:57:00 +00:00
StaticAllocation.h Changes to the FreeRTOS code: 2015-12-20 13:44:21 +00:00
TaskNotify.h Update version number ready for the V8.2.3 release. 2015-10-16 14:57:00 +00:00
TimerDemo.h Update version number ready for the V8.2.3 release. 2015-10-16 14:57:00 +00:00