You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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.
6 years ago
..
AbortDelay.c + Moved the History.txt file from the website git repo into the source code SVN repo. 6 years ago
BlockQ.c Update version number ready for next release. 6 years ago
EventGroupsDemo.c Update version number ready for next release. 6 years ago
GenQTest.c Update version number ready for next release. 6 years ago
IntQueue.c Update version number ready for next release. 6 years ago
IntSemTest.c Update version number ready for next release. 6 years ago
MessageBufferAMP.c Update version number ready for next release. 6 years ago
MessageBufferDemo.c + Moved the History.txt file from the website git repo into the source code SVN repo. 6 years ago
PollQ.c Update version number ready for next release. 6 years ago
QPeek.c Update version number ready for next release. 6 years ago
QueueOverwrite.c Update version number ready for next release. 6 years ago
QueueSet.c Update version number ready for next release. 6 years ago
QueueSetPolling.c Update version number ready for next release. 6 years ago
StaticAllocation.c Update version number ready for next release. 6 years ago
StreamBufferDemo.c + Moved the History.txt file from the website git repo into the source code SVN repo. 6 years ago
StreamBufferInterrupt.c Update version number ready for next release. 6 years ago
TaskNotify.c Update version number ready for next release. 6 years ago
TimerDemo.c Update version number ready for next release. 6 years ago
blocktim.c Update version number ready for next release. 6 years ago
comtest.c Update version number ready for next release. 6 years ago
comtest_strings.c Update version number ready for next release. 6 years ago
countsem.c Update version number ready for next release. 6 years ago
crflash.c Update version number ready for next release. 6 years ago
crhook.c Update version number ready for next release. 6 years ago
death.c Update version number ready for next release. 6 years ago
dynamic.c Update version number ready for next release. 6 years ago
flash.c Update version number ready for next release. 6 years ago
flash_timer.c Update version number ready for next release. 6 years ago
flop.c Update version number ready for next release. 6 years ago
integer.c Update version number ready for next release. 6 years ago
readme.txt Prepare for a FreeRTOS V9 release candidate: 9 years ago
recmutex.c Update version number ready for next release. 6 years ago
semtest.c Update version number ready for next release. 6 years ago
sp_flop.c Update version number ready for next release. 6 years ago

readme.txt

This file contains invisible Unicode characters!

This file contains invisible Unicode characters that may be processed differently from what appears below. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to reveal hidden characters.

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.