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 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.
9 years ago
..
AbortDelay.c Prepare for a FreeRTOS V9 release candidate: 9 years ago
BlockQ.c Test the RTC and BURTC tickless implementations on the Gecko parts, and make correct as appropriate. 9 years ago
EventGroupsDemo.c Test the RTC and BURTC tickless implementations on the Gecko parts, and make correct as appropriate. 9 years ago
GenQTest.c Rename DummyTCB_t to StaticTCB_t. 9 years ago
IntQueue.c Update version number ready for the V8.2.3 release. 9 years ago
IntSemTest.c Update version number ready for the V8.2.3 release. 9 years ago
PollQ.c Test the RTC and BURTC tickless implementations on the Gecko parts, and make correct as appropriate. 9 years ago
QPeek.c Update version number ready for the V8.2.3 release. 9 years ago
QueueOverwrite.c Update version number ready for the V8.2.3 release. 9 years ago
QueueSet.c Test the RTC and BURTC tickless implementations on the Gecko parts, and make correct as appropriate. 9 years ago
QueueSetPolling.c Update version number ready for the V8.2.3 release. 9 years ago
StaticAllocation.c Kernel source code: 9 years ago
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). 9 years ago
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). 9 years ago
blocktim.c Prepare for a FreeRTOS V9 release candidate: 9 years ago
comtest.c Update version number ready for the V8.2.3 release. 9 years ago
comtest_strings.c Update version number ready for the V8.2.3 release. 9 years ago
countsem.c Implement functionality that allows the memory required to create a queue or semaphore to be allocated statically. 9 years ago
crflash.c Update version number ready for the V8.2.3 release. 9 years ago
crhook.c Update version number ready for the V8.2.3 release. 9 years ago
death.c Test the RTC and BURTC tickless implementations on the Gecko parts, and make correct as appropriate. 9 years ago
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). 9 years ago
flash.c Update version number ready for the V8.2.3 release. 9 years ago
flash_timer.c Update version number ready for the V8.2.3 release. 9 years ago
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. 9 years ago
integer.c Update version number ready for the V8.2.3 release. 9 years ago
readme.txt Prepare for a FreeRTOS V9 release candidate: 9 years ago
recmutex.c Changes to the FreeRTOS code: 9 years ago
semtest.c Update version number ready for the V8.2.3 release. 9 years ago
sp_flop.c Update version number ready for the V8.2.3 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.