FreeRTOS-Kernel/FreeRTOS/Demo/Common/Minimal
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.c Update version number ready for the V8.2.3 release. 2015-10-16 14:57:00 +00:00
AltBlock.c Update version number ready for the V8.2.3 release. 2015-10-16 14:57:00 +00:00
AltPollQ.c Update version number ready for the V8.2.3 release. 2015-10-16 14:57:00 +00:00
AltQTest.c Update version number ready for the V8.2.3 release. 2015-10-16 14:57:00 +00:00
BlockQ.c Update version number ready for the V8.2.3 release. 2015-10-16 14:57:00 +00:00
blocktim.c Update version number ready for the V8.2.3 release. 2015-10-16 14:57:00 +00:00
comtest.c Update version number ready for the V8.2.3 release. 2015-10-16 14:57:00 +00:00
comtest_strings.c Update version number ready for the V8.2.3 release. 2015-10-16 14:57:00 +00:00
countsem.c Update version number ready for the V8.2.3 release. 2015-10-16 14:57:00 +00:00
crflash.c Update version number ready for the V8.2.3 release. 2015-10-16 14:57:00 +00:00
crhook.c Update version number ready for the V8.2.3 release. 2015-10-16 14:57:00 +00:00
death.c Changes to the FreeRTOS code: 2015-12-20 13:44:21 +00:00
dynamic.c Update version number ready for the V8.2.3 release. 2015-10-16 14:57:00 +00:00
EventGroupsDemo.c Update version number ready for the V8.2.3 release. 2015-10-16 14:57:00 +00:00
flash.c Update version number ready for the V8.2.3 release. 2015-10-16 14:57:00 +00:00
flash_timer.c Update version number ready for the V8.2.3 release. 2015-10-16 14:57:00 +00:00
flop.c Update version number ready for the V8.2.3 release. 2015-10-16 14:57:00 +00:00
GenQTest.c FreeRTOS source: 2015-12-08 20:22:58 +00:00
integer.c Update version number ready for the V8.2.3 release. 2015-10-16 14:57:00 +00:00
IntQueue.c Update version number ready for the V8.2.3 release. 2015-10-16 14:57:00 +00:00
IntSemTest.c Update version number ready for the V8.2.3 release. 2015-10-16 14:57:00 +00:00
PollQ.c Update version number ready for the V8.2.3 release. 2015-10-16 14:57:00 +00:00
QPeek.c Update version number ready for the V8.2.3 release. 2015-10-16 14:57:00 +00:00
QueueOverwrite.c Update version number ready for the V8.2.3 release. 2015-10-16 14:57:00 +00:00
QueueSet.c Update version number ready for the V8.2.3 release. 2015-10-16 14:57:00 +00:00
QueueSetPolling.c Update version number ready for the V8.2.3 release. 2015-10-16 14:57:00 +00:00
recmutex.c Changes to the FreeRTOS code: 2015-12-20 13:44:21 +00:00
semtest.c Update version number ready for the V8.2.3 release. 2015-10-16 14:57:00 +00:00
sp_flop.c Update version number ready for the V8.2.3 release. 2015-10-16 14:57:00 +00:00
StaticAllocation.c Changes to the FreeRTOS code: 2015-12-20 13:44:21 +00:00
TaskNotify.c Changes to the FreeRTOS code: 2015-12-20 13:44:21 +00:00
TimerDemo.c Update version number ready for the V8.2.3 release. 2015-10-16 14:57:00 +00:00