FreeRTOS-Kernel/FreeRTOS/Demo/Common/Minimal
swaldhoer 2b956b97c7
Update uncrustify configuration and improve CI setup (see FreeRTOS/FreeRTOS-Kernel/pull/445) (#782)
* pin uncrustify version and update configuration file

* Update AbortDelay.c

* Update BlockQ.c

* Update MessageBufferDemo.c

* Update QPeek.c

* Update StaticAllocation.c

* Update integer.c

* Update recmutex.c

* Update create.c

* Update prvCopyDataToQueue.c

* Update prvUnlockQueue.c

* Update vQueueDelete.c

* Update xQueueGenericSend.c

* Update xQueueGenericSendFromISR.c

* Update xQueuePeek.c

* Update xQueueReceive.c

* Update IntSemTest.c

* Update dynamic.c

* Update lexicon.txt

Co-authored-by: alfred gedeon <28123637+alfred2g@users.noreply.github.com>
2022-02-04 13:37:42 -08: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 Update uncrustify configuration and improve CI setup (see FreeRTOS/FreeRTOS-Kernel/pull/445) (#782) 2022-02-04 13:37:42 -08:00
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 Apply release changes to main branch (#759) 2021-12-23 10:16:27 -08: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.