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 d67dcf9c74 Enhanced priority dis-inheritance functionality in the case where a task that caused another task to inherit its priority times out before obtain a mutex.
Added test code to GenQTest to test the new priority dis-inheritance functionality.
Allow the default names given to the Idle and Timer tasks to be overwridden by definitions in FreeRTOSConfig.h.
8 years ago
..
AbortDelay.c Rename the CORTEX_MPU_MEC17xx_KEIL_GCC directory to CORTEX_MPU_CEC_MEC_Keil_GCC as it is also applicable to the CEC17xx parts. 8 years ago
BlockQ.c Prepare for V9.0.0 release: 9 years ago
EventGroupsDemo.c Prepare for V9.0.0 release: 9 years ago
GenQTest.c Enhanced priority dis-inheritance functionality in the case where a task that caused another task to inherit its priority times out before obtain a mutex. 8 years ago
IntQueue.c Prepare for V9.0.0 release: 9 years ago
IntSemTest.c Prepare for V9.0.0 release: 9 years ago
PollQ.c Prepare for V9.0.0 release: 9 years ago
QPeek.c Prepare for V9.0.0 release: 9 years ago
QueueOverwrite.c Prepare for V9.0.0 release: 9 years ago
QueueSet.c Change how volatile is used in some of the standard demos to remove compiler warnings in the latest GCC versions. 8 years ago
QueueSetPolling.c Prepare for V9.0.0 release: 9 years ago
StaticAllocation.c Prepare for V9.0.0 release: 9 years ago
TaskNotify.c Update TaskNotify.c to test the condition where a direct to task notification is sent to a suspended task. 8 years ago
TimerDemo.c Prepare for V9.0.0 release: 9 years ago
blocktim.c Prepare for V9.0.0 release: 9 years ago
comtest.c Prepare for V9.0.0 release: 9 years ago
comtest_strings.c Prepare for V9.0.0 release: 9 years ago
countsem.c Change how volatile is used in some of the standard demos to remove compiler warnings in the latest GCC versions. 8 years ago
crflash.c Prepare for V9.0.0 release: 9 years ago
crhook.c Prepare for V9.0.0 release: 9 years ago
death.c Prepare for V9.0.0 release: 9 years ago
dynamic.c Change how volatile is used in some of the standard demos to remove compiler warnings in the latest GCC versions. 8 years ago
flash.c Prepare for V9.0.0 release: 9 years ago
flash_timer.c Prepare for V9.0.0 release: 9 years ago
flop.c Change how volatile is used in some of the standard demos to remove compiler warnings in the latest GCC versions. 8 years ago
integer.c Change how volatile is used in some of the standard demos to remove compiler warnings in the latest GCC versions. 8 years ago
readme.txt Prepare for a FreeRTOS V9 release candidate: 9 years ago
recmutex.c Enhanced priority dis-inheritance functionality in the case where a task that caused another task to inherit its priority times out before obtain a mutex. 8 years ago
semtest.c Prepare for V9.0.0 release: 9 years ago
sp_flop.c Prepare for V9.0.0 release: 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.