FreeRTOS-Kernel/FreeRTOS/Demo/Common/Minimal
Florian La Roche bcef9d066a
Demo code: add static modifiers (#1373)
Add "static" modifier to demo code to reduce global vars.

Signed-off-by: Florian La Roche <Florian.LaRoche@gmail.com>
2025-09-17 10:57:53 +05:30
..
AbortDelay.c Demo code: add static modifiers (#1373) 2025-09-17 10:57:53 +05:30
BlockQ.c Use CI-CD-Github-Actions for spelling and formatting, add in the bot formatting action, update the CI-CD workflow files. Fix incorrect spelling and formatting on files. (#1083) 2023-09-06 12:35:37 -07:00
blocktim.c Update some tests to report error line numbers (#747) 2024-02-19 12:07:43 +05:30
comtest.c Use CI-CD-Github-Actions for spelling and formatting, add in the bot formatting action, update the CI-CD workflow files. Fix incorrect spelling and formatting on files. (#1083) 2023-09-06 12:35:37 -07:00
comtest_strings.c Use CI-CD-Github-Actions for spelling and formatting, add in the bot formatting action, update the CI-CD workflow files. Fix incorrect spelling and formatting on files. (#1083) 2023-09-06 12:35:37 -07:00
countsem.c Use CI-CD-Github-Actions for spelling and formatting, add in the bot formatting action, update the CI-CD workflow files. Fix incorrect spelling and formatting on files. (#1083) 2023-09-06 12:35:37 -07:00
crflash.c Use CI-CD-Github-Actions for spelling and formatting, add in the bot formatting action, update the CI-CD workflow files. Fix incorrect spelling and formatting on files. (#1083) 2023-09-06 12:35:37 -07:00
crhook.c Use CI-CD-Github-Actions for spelling and formatting, add in the bot formatting action, update the CI-CD workflow files. Fix incorrect spelling and formatting on files. (#1083) 2023-09-06 12:35:37 -07:00
death.c Demo code: add static modifiers (#1373) 2025-09-17 10:57:53 +05:30
dynamic.c Demo code: add static modifiers (#1373) 2025-09-17 10:57:53 +05:30
EventGroupsDemo.c Demo code: add static modifiers (#1373) 2025-09-17 10:57:53 +05:30
flash.c Use CI-CD-Github-Actions for spelling and formatting, add in the bot formatting action, update the CI-CD workflow files. Fix incorrect spelling and formatting on files. (#1083) 2023-09-06 12:35:37 -07:00
flash_timer.c Use CI-CD-Github-Actions for spelling and formatting, add in the bot formatting action, update the CI-CD workflow files. Fix incorrect spelling and formatting on files. (#1083) 2023-09-06 12:35:37 -07:00
flop.c Use CI-CD-Github-Actions for spelling and formatting, add in the bot formatting action, update the CI-CD workflow files. Fix incorrect spelling and formatting on files. (#1083) 2023-09-06 12:35:37 -07:00
GenQTest.c Use CI-CD-Github-Actions for spelling and formatting, add in the bot formatting action, update the CI-CD workflow files. Fix incorrect spelling and formatting on files. (#1083) 2023-09-06 12:35:37 -07:00
integer.c Use CI-CD-Github-Actions for spelling and formatting, add in the bot formatting action, update the CI-CD workflow files. Fix incorrect spelling and formatting on files. (#1083) 2023-09-06 12:35:37 -07:00
IntQueue.c Use CI-CD-Github-Actions for spelling and formatting, add in the bot formatting action, update the CI-CD workflow files. Fix incorrect spelling and formatting on files. (#1083) 2023-09-06 12:35:37 -07:00
IntSemTest.c Demo code: add static modifiers (#1373) 2025-09-17 10:57:53 +05:30
MessageBufferAMP.c Demo code: add static modifiers (#1373) 2025-09-17 10:57:53 +05:30
MessageBufferDemo.c Fix optimization bug and cleanup (#1363) 2025-07-08 11:05:01 +05:30
PollQ.c Use CI-CD-Github-Actions for spelling and formatting, add in the bot formatting action, update the CI-CD workflow files. Fix incorrect spelling and formatting on files. (#1083) 2023-09-06 12:35:37 -07:00
QPeek.c Demo code: add static modifiers (#1373) 2025-09-17 10:57:53 +05:30
QueueOverwrite.c Use CI-CD-Github-Actions for spelling and formatting, add in the bot formatting action, update the CI-CD workflow files. Fix incorrect spelling and formatting on files. (#1083) 2023-09-06 12:35:37 -07:00
QueueSet.c Demo code: add static modifiers (#1373) 2025-09-17 10:57:53 +05:30
QueueSetPolling.c Use CI-CD-Github-Actions for spelling and formatting, add in the bot formatting action, update the CI-CD workflow files. Fix incorrect spelling and formatting on files. (#1083) 2023-09-06 12:35:37 -07:00
readme.txt Update some tests to report error line numbers (#747) 2024-02-19 12:07:43 +05:30
recmutex.c Update some tests to report error line numbers (#747) 2024-02-19 12:07:43 +05:30
semtest.c Use CI-CD-Github-Actions for spelling and formatting, add in the bot formatting action, update the CI-CD workflow files. Fix incorrect spelling and formatting on files. (#1083) 2023-09-06 12:35:37 -07:00
sp_flop.c Use CI-CD-Github-Actions for spelling and formatting, add in the bot formatting action, update the CI-CD workflow files. Fix incorrect spelling and formatting on files. (#1083) 2023-09-06 12:35:37 -07:00
StaticAllocation.c Update some tests to report error line numbers (#747) 2024-02-19 12:07:43 +05:30
StreamBufferDemo.c Demo/Common: fix divide by zero possibility and non-used return values (#1370) 2025-08-29 11:54:32 -07:00
StreamBufferInterrupt.c Demo/Common/Minimal/StreamBufferInterrupt.c: more strict result checking (#1356) 2025-06-11 12:47:56 +05:30
TaskNotify.c Demo/Common: fix divide by zero possibility and non-used return values (#1370) 2025-08-29 11:54:32 -07:00
TaskNotifyArray.c clean up warnings from "gcc -Wconversion" (#1344) 2025-04-29 21:24:39 +05:30
TimerDemo.c Demo/Common: fix divide by zero possibility and non-used return values (#1370) 2025-08-29 11:54:32 -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.