mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-12-08 12:45:22 -05:00
* Fix code to match comment; idle prioriry task should not block to yield, as then it will hardly run at all (bug affects SMP tests) * Add RP2040 Demo - can be used for 'main' or 'smp' branch of FreeRTOS_Kernel * move to latest main/ of FreeRTOS-Kernel * move RP2040 demos into Community-Supported * Update whitespace issue Co-authored-by: Gaurav-Aggarwal-AWS <33462878+aggarg@users.noreply.github.com> * Add SMP to lexicon Co-authored-by: Gaurav-Aggarwal-AWS <33462878+aggarg@users.noreply.github.com> |
||
|---|---|---|
| .. | ||
| AbortDelay.c | ||
| BlockQ.c | ||
| blocktim.c | ||
| comtest.c | ||
| comtest_strings.c | ||
| countsem.c | ||
| crflash.c | ||
| crhook.c | ||
| death.c | ||
| dynamic.c | ||
| EventGroupsDemo.c | ||
| flash.c | ||
| flash_timer.c | ||
| flop.c | ||
| GenQTest.c | ||
| integer.c | ||
| IntQueue.c | ||
| IntSemTest.c | ||
| MessageBufferAMP.c | ||
| MessageBufferDemo.c | ||
| PollQ.c | ||
| QPeek.c | ||
| QueueOverwrite.c | ||
| QueueSet.c | ||
| QueueSetPolling.c | ||
| readme.txt | ||
| recmutex.c | ||
| semtest.c | ||
| sp_flop.c | ||
| StaticAllocation.c | ||
| StreamBufferDemo.c | ||
| StreamBufferInterrupt.c | ||
| TaskNotify.c | ||
| TaskNotifyArray.c | ||
| TimerDemo.c | ||
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.