FreeRTOS-Kernel/FreeRTOS/Demo/Common/Minimal
Richard Barry 7d285f3dcb + Moved the History.txt file from the website git repo into the source code SVN repo.
+ Added xTaskCatchUpTicks() which corrects the tick count value after the application code has held interrupts disabled for an extended period.
+ Updated the xTaskResumeAll() implementation so it uses the new xTaskCatchUpTicks() function mentioned above to unwind ticks that were pended while the scheduler was suspended.
+ Various maintenance on the message buffer, stream buffer and abort delay demos.
+ Change type of uxPendedTicks from UBaseType_t to TickType_t to ensure it has same type as variables it is compared to, and therefore also rename the variable xPendingTicks.
+ Correct spelling mistake within a comment that was common to all the ARMv7-M ports.
2019-08-25 19:35:59 +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 Update version number ready for next release. 2019-05-11 01:47:37 +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 Update version number ready for next release. 2019-05-11 01:47:37 +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 Update version number ready for next release. 2019-05-11 01:47:37 +00:00
QueueSetPolling.c Update version number ready for next release. 2019-05-11 01:47:37 +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 Update version number ready for next release. 2019-05-11 01:47:37 +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.