You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
FreeRTOS-Kernel/FreeRTOS/Demo/Common/Minimal
Richard Barry f1725afbe5 Remove compiler warning by ensure prvInitialiseMutex() is not included if configUSE_MUTEXES is 0.
Reduce the number of xTaskCreateStatic() parameters by having the function return the task handle, rather than pass the task handle out using a parameter.  This is also consistent with other objectCreate() functions.
9 years ago
..
AbortDelay.c Update version number to 9.0.0rc2. 9 years ago
BlockQ.c Update version number to 9.0.0rc2. 9 years ago
EventGroupsDemo.c Update version number to 9.0.0rc2. 9 years ago
GenQTest.c Update version number to 9.0.0rc2. 9 years ago
IntQueue.c Update version number to 9.0.0rc2. 9 years ago
IntSemTest.c Update version number to 9.0.0rc2. 9 years ago
PollQ.c Update version number to 9.0.0rc2. 9 years ago
QPeek.c Update version number to 9.0.0rc2. 9 years ago
QueueOverwrite.c Update version number to 9.0.0rc2. 9 years ago
QueueSet.c Update version number to 9.0.0rc2. 9 years ago
QueueSetPolling.c Update version number to 9.0.0rc2. 9 years ago
StaticAllocation.c Remove compiler warning by ensure prvInitialiseMutex() is not included if configUSE_MUTEXES is 0. 9 years ago
TaskNotify.c Update version number to 9.0.0rc2. 9 years ago
TimerDemo.c Update version number to 9.0.0rc2. 9 years ago
blocktim.c Update version number to 9.0.0rc2. 9 years ago
comtest.c Update version number to 9.0.0rc2. 9 years ago
comtest_strings.c Update version number to 9.0.0rc2. 9 years ago
countsem.c Update version number to 9.0.0rc2. 9 years ago
crflash.c Update version number to 9.0.0rc2. 9 years ago
crhook.c Update version number to 9.0.0rc2. 9 years ago
death.c Update version number to 9.0.0rc2. 9 years ago
dynamic.c Update version number to 9.0.0rc2. 9 years ago
flash.c Update version number to 9.0.0rc2. 9 years ago
flash_timer.c Update version number to 9.0.0rc2. 9 years ago
flop.c Update version number to 9.0.0rc2. 9 years ago
integer.c Update version number to 9.0.0rc2. 9 years ago
readme.txt Prepare for a FreeRTOS V9 release candidate: 9 years ago
recmutex.c Update version number to 9.0.0rc2. 9 years ago
semtest.c Update version number to 9.0.0rc2. 9 years ago
sp_flop.c Update version number to 9.0.0rc2. 9 years ago

readme.txt

This file contains invisible Unicode characters!

This file contains invisible Unicode characters that may be processed differently from what appears below. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to reveal hidden characters.

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.