FreeRTOS-Kernel/FreeRTOS/Demo/Common/Minimal
RichardBarry 56d44da270
Exercise xTaskDelayUntil() in demos and tests (#335)
* Update AbortDelay.c so it uses both vTaskDelayUntil() and xTaskDelayUntil().
Update TaskNotifyArray.c to prevent false positive test failures that appear to be caused by unwarranted integer promotion.
Add use of xTaskDelayUntil() to blocktim.c
2020-10-11 17:07:09 -07:00
..
AbortDelay.c Exercise xTaskDelayUntil() in demos and tests (#335) 2020-10-11 17:07:09 -07:00
BlockQ.c Sync back V10.4.1 (#282) 2020-09-17 17:16:33 -07:00
blocktim.c Exercise xTaskDelayUntil() in demos and tests (#335) 2020-10-11 17:07:09 -07:00
comtest.c Sync back V10.4.1 (#282) 2020-09-17 17:16:33 -07:00
comtest_strings.c Sync back V10.4.1 (#282) 2020-09-17 17:16:33 -07:00
countsem.c Sync back V10.4.1 (#282) 2020-09-17 17:16:33 -07:00
crflash.c Sync back V10.4.1 (#282) 2020-09-17 17:16:33 -07:00
crhook.c Sync back V10.4.1 (#282) 2020-09-17 17:16:33 -07:00
death.c Sync back V10.4.1 (#282) 2020-09-17 17:16:33 -07:00
dynamic.c Sync back V10.4.1 (#282) 2020-09-17 17:16:33 -07:00
EventGroupsDemo.c Fix rendezvous test failure in EventGroupsDemo (#294) 2020-09-24 10:24:33 -07:00
flash.c Sync back V10.4.1 (#282) 2020-09-17 17:16:33 -07:00
flash_timer.c Sync back V10.4.1 (#282) 2020-09-17 17:16:33 -07:00
flop.c Sync back V10.4.1 (#282) 2020-09-17 17:16:33 -07:00
GenQTest.c Sync back V10.4.1 (#282) 2020-09-17 17:16:33 -07:00
integer.c Sync back V10.4.1 (#282) 2020-09-17 17:16:33 -07:00
IntQueue.c Sync back V10.4.1 (#282) 2020-09-17 17:16:33 -07:00
IntSemTest.c Sync back V10.4.1 (#282) 2020-09-17 17:16:33 -07:00
MessageBufferAMP.c Sync back V10.4.1 (#282) 2020-09-17 17:16:33 -07:00
MessageBufferDemo.c Add tests for the length caps within xStreamBufferSend(). (#319) 2020-10-11 10:27:47 -07:00
PollQ.c Sync back V10.4.1 (#282) 2020-09-17 17:16:33 -07:00
QPeek.c Sync back V10.4.1 (#282) 2020-09-17 17:16:33 -07:00
QueueOverwrite.c Sync back V10.4.1 (#282) 2020-09-17 17:16:33 -07:00
QueueSet.c Sync back V10.4.1 (#282) 2020-09-17 17:16:33 -07:00
QueueSetPolling.c Sync back V10.4.1 (#282) 2020-09-17 17:16:33 -07:00
readme.txt Prepare for a FreeRTOS V9 release candidate: 2016-02-18 10:07:42 +00:00
recmutex.c Sync back V10.4.1 (#282) 2020-09-17 17:16:33 -07:00
semtest.c Sync back V10.4.1 (#282) 2020-09-17 17:16:33 -07:00
sp_flop.c Sync back V10.4.1 (#282) 2020-09-17 17:16:33 -07:00
StaticAllocation.c Sync back V10.4.1 (#282) 2020-09-17 17:16:33 -07:00
StreamBufferDemo.c Add tests for the length caps within xStreamBufferSend(). (#319) 2020-10-11 10:27:47 -07:00
StreamBufferInterrupt.c Sync back V10.4.1 (#282) 2020-09-17 17:16:33 -07:00
TaskNotify.c Sync back V10.4.1 (#282) 2020-09-17 17:16:33 -07:00
TaskNotifyArray.c Exercise xTaskDelayUntil() in demos and tests (#335) 2020-10-11 17:07:09 -07:00
TimerDemo.c Sync back V10.4.1 (#282) 2020-09-17 17:16:33 -07: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.