mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-04-24 07:21:57 -04:00
+ 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. |
||
---|---|---|
.. | ||
ARM7_AT91FR40008 | ||
ARM7_AT91SAM7S | ||
ARM7_LPC23xx | ||
ARM7_LPC2000 | ||
ARM_CA9 | ||
ARM_CM0 | ||
ARM_CM3 | ||
ARM_CM3_MPU | ||
ARM_CM4F | ||
ATMega323 | ||
AVR32_UC3 | ||
ColdFire_V2 | ||
CORTUS_APS3 | ||
H8S2329 | ||
HCS12 | ||
MCF5235 | ||
MicroBlaze | ||
MicroBlazeV8 | ||
MSP430F449 | ||
NiosII | ||
PPC405_Xilinx | ||
PPC440_Xilinx | ||
RL78 | ||
RX100 | ||
RX600 | ||
RX600v2 | ||
STR75x | ||
TriCore_1782 |