FreeRTOS-Kernel/FreeRTOS/Demo/Common/Minimal
RichardBarry 2808e48079
Fix compiler warning in MessageBufferDemo.c (#842)
* prvReceiverTask() in MessageBufferDemo.c declared a variable as a "MessageBufferHandle_t *" instead of just a "MessageBuffer_t".  This came to light when updating the kernel submodule pointer as the underlying datatype changed in the kernel from a void *.

* Remove additional line that was preventing automated uncrustify tests from passing.

Co-authored-by: none <>
2022-08-18 10:41:39 +05:30
..
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 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.