FreeRTOS-Kernel/FreeRTOS/Demo/Common/Minimal
Richard Barry d67dcf9c74 Enhanced priority dis-inheritance functionality in the case where a task that caused another task to inherit its priority times out before obtain a mutex.
Added test code to GenQTest to test the new priority dis-inheritance functionality.
Allow the default names given to the Idle and Timer tasks to be overwridden by definitions in FreeRTOSConfig.h.
2017-01-16 03:58:51 +00:00
..
AbortDelay.c Rename the CORTEX_MPU_MEC17xx_KEIL_GCC directory to CORTEX_MPU_CEC_MEC_Keil_GCC as it is also applicable to the CEC17xx parts. 2017-01-09 21:29:42 +00:00
BlockQ.c Prepare for V9.0.0 release: 2016-05-20 18:05:46 +00:00
blocktim.c Prepare for V9.0.0 release: 2016-05-20 18:05:46 +00:00
comtest.c Prepare for V9.0.0 release: 2016-05-20 18:05:46 +00:00
comtest_strings.c Prepare for V9.0.0 release: 2016-05-20 18:05:46 +00:00
countsem.c Change how volatile is used in some of the standard demos to remove compiler warnings in the latest GCC versions. 2017-01-04 05:07:12 +00:00
crflash.c Prepare for V9.0.0 release: 2016-05-20 18:05:46 +00:00
crhook.c Prepare for V9.0.0 release: 2016-05-20 18:05:46 +00:00
death.c Prepare for V9.0.0 release: 2016-05-20 18:05:46 +00:00
dynamic.c Change how volatile is used in some of the standard demos to remove compiler warnings in the latest GCC versions. 2017-01-04 05:07:12 +00:00
EventGroupsDemo.c Prepare for V9.0.0 release: 2016-05-20 18:05:46 +00:00
flash.c Prepare for V9.0.0 release: 2016-05-20 18:05:46 +00:00
flash_timer.c Prepare for V9.0.0 release: 2016-05-20 18:05:46 +00:00
flop.c Change how volatile is used in some of the standard demos to remove compiler warnings in the latest GCC versions. 2017-01-04 05:07:12 +00:00
GenQTest.c Enhanced priority dis-inheritance functionality in the case where a task that caused another task to inherit its priority times out before obtain a mutex. 2017-01-16 03:58:51 +00:00
integer.c Change how volatile is used in some of the standard demos to remove compiler warnings in the latest GCC versions. 2017-01-04 05:07:12 +00:00
IntQueue.c Prepare for V9.0.0 release: 2016-05-20 18:05:46 +00:00
IntSemTest.c Prepare for V9.0.0 release: 2016-05-20 18:05:46 +00:00
PollQ.c Prepare for V9.0.0 release: 2016-05-20 18:05:46 +00:00
QPeek.c Prepare for V9.0.0 release: 2016-05-20 18:05:46 +00:00
QueueOverwrite.c Prepare for V9.0.0 release: 2016-05-20 18:05:46 +00:00
QueueSet.c Change how volatile is used in some of the standard demos to remove compiler warnings in the latest GCC versions. 2017-01-04 05:07:12 +00:00
QueueSetPolling.c Prepare for V9.0.0 release: 2016-05-20 18:05:46 +00:00
readme.txt Prepare for a FreeRTOS V9 release candidate: 2016-02-18 10:07:42 +00:00
recmutex.c Enhanced priority dis-inheritance functionality in the case where a task that caused another task to inherit its priority times out before obtain a mutex. 2017-01-16 03:58:51 +00:00
semtest.c Prepare for V9.0.0 release: 2016-05-20 18:05:46 +00:00
sp_flop.c Prepare for V9.0.0 release: 2016-05-20 18:05:46 +00:00
StaticAllocation.c Prepare for V9.0.0 release: 2016-05-20 18:05:46 +00:00
TaskNotify.c Update TaskNotify.c to test the condition where a direct to task notification is sent to a suspended task. 2016-11-25 21:07:56 +00:00
TimerDemo.c Prepare for V9.0.0 release: 2016-05-20 18:05:46 +00:00

This directory contains the implementation of the "common demo tasks".  These
are test tasks and demo tasks that are used by nearly all the demo applications.