FreeRTOS-Kernel/FreeRTOS/Demo/CORTEX_A5_SAMA5D4x_EK_IAR
Richard Barry 9e66637bec Core kernel files:
+ Change how queues are allocated and deleted so only one pvPortMalloc() or vPortFree() is required in place of the previous 2.
+ Where the TCB is allocated in relation to the stack is now dependent on the stack growth direction.  The stack will not grow into the TCB.
+ Introduce the configAPPLICATION_ALLOCATED_HEAP constant to allow the application to provide the array used by heap_4.c as its heap.  This allows the application writer to use qualifiers on the array to, for example, force the memory into faster RAM.

Demo application:
+ Add demo for SAMA5D4 using IAR.
2014-10-08 20:31:14 +00:00
..
AtmelFiles Core kernel files: 2014-10-08 20:31:14 +00:00
Blinky_Demo Core kernel files: 2014-10-08 20:31:14 +00:00
Full_Demo Core kernel files: 2014-10-08 20:31:14 +00:00
settings Core kernel files: 2014-10-08 20:31:14 +00:00
CDCCommandConsole.c Core kernel files: 2014-10-08 20:31:14 +00:00
cstartup_with_FreeRTOS_vectors.s Core kernel files: 2014-10-08 20:31:14 +00:00
FreeRTOS_tick_config.c Core kernel files: 2014-10-08 20:31:14 +00:00
FreeRTOSConfig.h Core kernel files: 2014-10-08 20:31:14 +00:00
LEDs.c Core kernel files: 2014-10-08 20:31:14 +00:00
main.c Core kernel files: 2014-10-08 20:31:14 +00:00
RTOSDemo.ewd Core kernel files: 2014-10-08 20:31:14 +00:00
RTOSDemo.ewp Core kernel files: 2014-10-08 20:31:14 +00:00
RTOSDemo.eww Core kernel files: 2014-10-08 20:31:14 +00:00