FreeRTOS-Kernel/FreeRTOS/Demo/Common/Minimal
Richard Barry d7253324cd Prepare for a FreeRTOS V9 release candidate:
- Remove the standard demo files that used the [long since deprecated] alternative API.
- Add standard demo task that tests the new xTaskAbortDelay() function.
- Update the Win32 Visual Studio project to use Visual Studio 2015 Community Edition.
- Rename the xGenericListItem TCB member to xStateListItem as it better describes the member's purpose.
2016-02-18 10:07:42 +00:00
..
AbortDelay.c Prepare for a FreeRTOS V9 release candidate: 2016-02-18 10:07:42 +00:00
BlockQ.c Test the RTC and BURTC tickless implementations on the Gecko parts, and make correct as appropriate. 2016-02-03 11:58:30 +00:00
blocktim.c Prepare for a FreeRTOS V9 release candidate: 2016-02-18 10:07:42 +00:00
comtest.c Update version number ready for the V8.2.3 release. 2015-10-16 14:57:00 +00:00
comtest_strings.c Update version number ready for the V8.2.3 release. 2015-10-16 14:57:00 +00:00
countsem.c Implement functionality that allows the memory required to create a queue or semaphore to be allocated statically. 2016-01-19 13:41:28 +00:00
crflash.c Update version number ready for the V8.2.3 release. 2015-10-16 14:57:00 +00:00
crhook.c Update version number ready for the V8.2.3 release. 2015-10-16 14:57:00 +00:00
death.c Test the RTC and BURTC tickless implementations on the Gecko parts, and make correct as appropriate. 2016-02-03 11:58:30 +00:00
dynamic.c Add in the CORTEX_A53_64-bit_UltraScale_MPSoC demo application (a demo has been included in the Xilinx SDK download for some time already). 2015-12-22 13:56:20 +00:00
EventGroupsDemo.c Test the RTC and BURTC tickless implementations on the Gecko parts, and make correct as appropriate. 2016-02-03 11:58:30 +00:00
flash.c Update version number ready for the V8.2.3 release. 2015-10-16 14:57:00 +00:00
flash_timer.c Update version number ready for the V8.2.3 release. 2015-10-16 14:57:00 +00:00
flop.c Add EFM32 Giant Gecko Starter Kit demo - still a work in progress as the low power tick management has not been implemented yet. 2016-01-17 14:34:27 +00:00
GenQTest.c Rename DummyTCB_t to StaticTCB_t. 2016-01-18 15:57:02 +00:00
integer.c Update version number ready for the V8.2.3 release. 2015-10-16 14:57:00 +00:00
IntQueue.c Update version number ready for the V8.2.3 release. 2015-10-16 14:57:00 +00:00
IntSemTest.c Update version number ready for the V8.2.3 release. 2015-10-16 14:57:00 +00:00
PollQ.c Test the RTC and BURTC tickless implementations on the Gecko parts, and make correct as appropriate. 2016-02-03 11:58:30 +00:00
QPeek.c Update version number ready for the V8.2.3 release. 2015-10-16 14:57:00 +00:00
QueueOverwrite.c Update version number ready for the V8.2.3 release. 2015-10-16 14:57:00 +00:00
QueueSet.c Test the RTC and BURTC tickless implementations on the Gecko parts, and make correct as appropriate. 2016-02-03 11:58:30 +00:00
QueueSetPolling.c Update version number ready for the V8.2.3 release. 2015-10-16 14:57:00 +00:00
readme.txt Prepare for a FreeRTOS V9 release candidate: 2016-02-18 10:07:42 +00:00
recmutex.c Changes to the FreeRTOS code: 2015-12-20 13:44:21 +00:00
semtest.c Update version number ready for the V8.2.3 release. 2015-10-16 14:57:00 +00:00
sp_flop.c Update version number ready for the V8.2.3 release. 2015-10-16 14:57:00 +00:00
StaticAllocation.c Kernel source code: 2016-02-09 16:02:54 +00:00
TaskNotify.c Add in the CORTEX_A53_64-bit_UltraScale_MPSoC demo application (a demo has been included in the Xilinx SDK download for some time already). 2015-12-22 13:56:20 +00:00
TimerDemo.c Add in the CORTEX_A53_64-bit_UltraScale_MPSoC demo application (a demo has been included in the Xilinx SDK download for some time already). 2015-12-22 13:56:20 +00: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.