FreeRTOS-Kernel/FreeRTOS/Demo/Common/Minimal
Jeff Tenney 2e772110e3
Add test late timer start (retry #557) (#591)
* Add test for timer start delayed past expiration

This reverts commit 53af0ec62e, which
itself reverted 9c91199016.

* Add warning about vTimerDemoIncludeBacklogTests()

* uncrustify for CI check

* Remove unintentional changes to spacing in comments
2022-08-18 13:54:14 -07:00
..
AbortDelay.c Update uncrustify configuration and improve CI setup (see FreeRTOS/FreeRTOS-Kernel/pull/445) (#782) 2022-02-04 13:37:42 -08:00
BlockQ.c Update uncrustify configuration and improve CI setup (see FreeRTOS/FreeRTOS-Kernel/pull/445) (#782) 2022-02-04 13:37:42 -08:00
blocktim.c Create Zynq demo using the latest Vitis tools (#746) 2021-12-23 14:43:41 -08:00
comtest.c Apply release changes to main branch (#759) 2021-12-23 10:16:27 -08:00
comtest_strings.c Apply release changes to main branch (#759) 2021-12-23 10:16:27 -08:00
countsem.c Apply release changes to main branch (#759) 2021-12-23 10:16:27 -08:00
crflash.c Apply release changes to main branch (#759) 2021-12-23 10:16:27 -08:00
crhook.c Apply release changes to main branch (#759) 2021-12-23 10:16:27 -08:00
death.c Apply release changes to main branch (#759) 2021-12-23 10:16:27 -08:00
dynamic.c Update uncrustify configuration and improve CI setup (see FreeRTOS/FreeRTOS-Kernel/pull/445) (#782) 2022-02-04 13:37:42 -08:00
EventGroupsDemo.c Apply release changes to main branch (#759) 2021-12-23 10:16:27 -08:00
flash.c Apply release changes to main branch (#759) 2021-12-23 10:16:27 -08:00
flash_timer.c Apply release changes to main branch (#759) 2021-12-23 10:16:27 -08:00
flop.c Apply release changes to main branch (#759) 2021-12-23 10:16:27 -08:00
GenQTest.c Update uncrustify configuration and improve CI setup (see FreeRTOS/FreeRTOS-Kernel/pull/445) (#782) 2022-02-04 13:37:42 -08:00
integer.c Update uncrustify configuration and improve CI setup (see FreeRTOS/FreeRTOS-Kernel/pull/445) (#782) 2022-02-04 13:37:42 -08:00
IntQueue.c Apply release changes to main branch (#759) 2021-12-23 10:16:27 -08:00
IntSemTest.c Update uncrustify configuration and improve CI setup (see FreeRTOS/FreeRTOS-Kernel/pull/445) (#782) 2022-02-04 13:37:42 -08:00
MessageBufferAMP.c Apply release changes to main branch (#759) 2021-12-23 10:16:27 -08:00
MessageBufferDemo.c Fix compiler warning in MessageBufferDemo.c (#842) 2022-08-18 10:41:39 +05:30
PollQ.c Apply release changes to main branch (#759) 2021-12-23 10:16:27 -08:00
QPeek.c Update uncrustify configuration and improve CI setup (see FreeRTOS/FreeRTOS-Kernel/pull/445) (#782) 2022-02-04 13:37:42 -08:00
QueueOverwrite.c Apply release changes to main branch (#759) 2021-12-23 10:16:27 -08:00
QueueSet.c Apply release changes to main branch (#759) 2021-12-23 10:16:27 -08:00
QueueSetPolling.c Apply release changes to main branch (#759) 2021-12-23 10:16:27 -08:00
readme.txt Prepare for a FreeRTOS V9 release candidate: 2016-02-18 10:07:42 +00:00
recmutex.c Update uncrustify configuration and improve CI setup (see FreeRTOS/FreeRTOS-Kernel/pull/445) (#782) 2022-02-04 13:37:42 -08:00
semtest.c Apply release changes to main branch (#759) 2021-12-23 10:16:27 -08:00
sp_flop.c Apply release changes to main branch (#759) 2021-12-23 10:16:27 -08:00
StaticAllocation.c Update uncrustify configuration and improve CI setup (see FreeRTOS/FreeRTOS-Kernel/pull/445) (#782) 2022-02-04 13:37:42 -08:00
StreamBufferDemo.c Update uncrustify configuration and improve CI setup (see FreeRTOS/FreeRTOS-Kernel/pull/445) (#782) 2022-02-04 13:37:42 -08:00
StreamBufferInterrupt.c Apply release changes to main branch (#759) 2021-12-23 10:16:27 -08:00
TaskNotify.c Apply release changes to main branch (#759) 2021-12-23 10:16:27 -08:00
TaskNotifyArray.c Apply release changes to main branch (#759) 2021-12-23 10:16:27 -08:00
TimerDemo.c Add test late timer start (retry #557) (#591) 2022-08-18 13:54:14 -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.