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 6568ba6eb0 Notes:
+ The MPU port is not supported in this revision number.
+ The documentation for the static allocation functions in the header files has not yet been updated for this revision.

Kernel updates:
+ Simplify the static allocation of objects implementation.
+ Introduce configSUPPORT_DYNAMIC_ALLOCATION in addition to the existing configSUPPORT_STATIC_ALLOCATION so FreeRTOS can be built without providing a heap at all.

Demo application updates:
+ Update the demos to take into account the new configSUPPORT_DYNAMIC_ALLOCATION constant.
+ Add an MSVC demo that only uses static allocation, and does not include a FreeRTOS heap.
+ Update the MSVC project to use both configSUPPORT_STATIC_ALLOCATION and configSUPPORT_DYNAMIC_ALLOCATION.
+ Update the MingW project to use only configSUPPORT_DYNAMIC_ALLOCATION.
9 years ago
..
AbortDelay.c Notes: 9 years ago
BlockQ.c Notes: 9 years ago
EventGroupsDemo.c Update version number ready for version 9 release candidate 1. 9 years ago
GenQTest.c Notes: 9 years ago
IntQueue.c Update version number ready for version 9 release candidate 1. 9 years ago
IntSemTest.c Update version number ready for version 9 release candidate 1. 9 years ago
PollQ.c Notes: 9 years ago
QPeek.c Notes: 9 years ago
QueueOverwrite.c Update version number ready for version 9 release candidate 1. 9 years ago
QueueSet.c Notes: 9 years ago
QueueSetPolling.c Notes: 9 years ago
StaticAllocation.c Notes: 9 years ago
TaskNotify.c Update version number ready for version 9 release candidate 1. 9 years ago
TimerDemo.c Notes: 9 years ago
blocktim.c Notes: 9 years ago
comtest.c Update version number ready for version 9 release candidate 1. 9 years ago
comtest_strings.c Update version number ready for version 9 release candidate 1. 9 years ago
countsem.c Notes: 9 years ago
crflash.c Update version number ready for version 9 release candidate 1. 9 years ago
crhook.c Update version number ready for version 9 release candidate 1. 9 years ago
death.c Notes: 9 years ago
dynamic.c Notes: 9 years ago
flash.c Update version number ready for version 9 release candidate 1. 9 years ago
flash_timer.c Update version number ready for version 9 release candidate 1. 9 years ago
flop.c Update version number ready for version 9 release candidate 1. 9 years ago
integer.c Update version number ready for version 9 release candidate 1. 9 years ago
readme.txt Prepare for a FreeRTOS V9 release candidate: 9 years ago
recmutex.c Notes: 9 years ago
semtest.c Notes: 9 years ago
sp_flop.c Update version number ready for version 9 release candidate 1. 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.