FreeRTOS-Kernel/FreeRTOS/Demo/Common/Minimal
Richard Barry b27fb82bc1 Increase test coverage for queue sets.
Rename the CORTEX_M0+_LPC51U68_LPCXpresso demo to CORTEX_M0+_LPC51U68_GCC_IAR_KEIL as it supports all three compilers.
2019-12-20 02:54:30 +00:00
..
AbortDelay.c + Moved the History.txt file from the website git repo into the source code SVN repo. 2019-08-25 19:35:59 +00:00
BlockQ.c Update version number ready for next release. 2019-05-11 01:47:37 +00:00
blocktim.c Add some asserts into the common demo tasks to catch scenarios where the tasks are not being used but the part of the demo/test that gets called from the tick hook is called resultant in an access to objects that were not created. 2019-10-21 17:17:34 +00:00
comtest.c Update version number ready for next release. 2019-05-11 01:47:37 +00:00
comtest_strings.c Update version number ready for next release. 2019-05-11 01:47:37 +00:00
countsem.c Update version number ready for next release. 2019-05-11 01:47:37 +00:00
crflash.c Update version number ready for next release. 2019-05-11 01:47:37 +00:00
crhook.c Update version number ready for next release. 2019-05-11 01:47:37 +00:00
death.c Update version number ready for next release. 2019-05-11 01:47:37 +00:00
dynamic.c Update version number ready for next release. 2019-05-11 01:47:37 +00:00
EventGroupsDemo.c Add some asserts into the common demo tasks to catch scenarios where the tasks are not being used but the part of the demo/test that gets called from the tick hook is called resultant in an access to objects that were not created. 2019-10-21 17:17:34 +00:00
flash.c Update version number ready for next release. 2019-05-11 01:47:37 +00:00
flash_timer.c Update version number ready for next release. 2019-05-11 01:47:37 +00:00
flop.c Update version number ready for next release. 2019-05-11 01:47:37 +00:00
GenQTest.c Update version number ready for next release. 2019-05-11 01:47:37 +00:00
integer.c Update version number ready for next release. 2019-05-11 01:47:37 +00:00
IntQueue.c Update version number ready for next release. 2019-05-11 01:47:37 +00:00
IntSemTest.c Update version number ready for next release. 2019-05-11 01:47:37 +00:00
MessageBufferAMP.c Update version number ready for next release. 2019-05-11 01:47:37 +00:00
MessageBufferDemo.c + Moved the History.txt file from the website git repo into the source code SVN repo. 2019-08-25 19:35:59 +00:00
PollQ.c Update version number ready for next release. 2019-05-11 01:47:37 +00:00
QPeek.c Update version number ready for next release. 2019-05-11 01:47:37 +00:00
QueueOverwrite.c Update version number ready for next release. 2019-05-11 01:47:37 +00:00
QueueSet.c Increase test coverage for queue sets. 2019-12-20 02:54:30 +00:00
QueueSetPolling.c Increase test coverage for queue sets. 2019-12-20 02:54:30 +00:00
readme.txt Prepare for a FreeRTOS V9 release candidate: 2016-02-18 10:07:42 +00:00
recmutex.c Update version number ready for next release. 2019-05-11 01:47:37 +00:00
semtest.c Update version number ready for next release. 2019-05-11 01:47:37 +00:00
sp_flop.c Update version number ready for next release. 2019-05-11 01:47:37 +00:00
StaticAllocation.c Update version number ready for next release. 2019-05-11 01:47:37 +00:00
StreamBufferDemo.c + Moved the History.txt file from the website git repo into the source code SVN repo. 2019-08-25 19:35:59 +00:00
StreamBufferInterrupt.c Update version number ready for next release. 2019-05-11 01:47:37 +00:00
TaskNotify.c Add some asserts into the common demo tasks to catch scenarios where the tasks are not being used but the part of the demo/test that gets called from the tick hook is called resultant in an access to objects that were not created. 2019-10-21 17:17:34 +00:00
TimerDemo.c Update version number ready for next release. 2019-05-11 01:47:37 +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.