FreeRTOS-Kernel/FreeRTOS/Source/portable/GCC
Richard Barry 2de32c0141 Kernel changes:
+ Do not attempt to free the stack of a deleted task if the stack was statically allocated.
+ Introduce configUSE_LIST_DATA_INTEGRITY_CHECK_BYTES - which optionally writes known values into the list and list item data structures in order to assist with the detection of memory corruptions.

Microblase port:  
+Change occurrences of #if XPAR_MICROBLAZE_0_USE_FPU == 1 to 	#if XPAR_MICROBLAZE_0_USE_FPU != 0 as the value can also be 2 or 3.

Demo app modifications:
+ Update Zynq project to use the 2014.4 tools and add in tests for the new task notification feature.
+ Update SAM4S project to include tests for the new task notification feature.
2014-12-19 16:27:56 +00:00
..
ARM7_AT91FR40008 Update version number to 8.1.2 after moving the defaulting of configUSE_PORT_OPTIMISED_TASK_SELECTION into individual port layers so it does not affect ports that do not support the definition. 2014-09-02 22:39:54 +00:00
ARM7_AT91SAM7S Update version number to 8.1.2 after moving the defaulting of configUSE_PORT_OPTIMISED_TASK_SELECTION into individual port layers so it does not affect ports that do not support the definition. 2014-09-02 22:39:54 +00:00
ARM7_LPC23xx Update version number to 8.1.2 after moving the defaulting of configUSE_PORT_OPTIMISED_TASK_SELECTION into individual port layers so it does not affect ports that do not support the definition. 2014-09-02 22:39:54 +00:00
ARM7_LPC2000 Update version number to 8.1.2 after moving the defaulting of configUSE_PORT_OPTIMISED_TASK_SELECTION into individual port layers so it does not affect ports that do not support the definition. 2014-09-02 22:39:54 +00:00
ARM_CA9 + Update demos that use FreeRTOS+Trace to work with the latest trace recorder library. 2014-12-18 11:02:15 +00:00
ARM_CM0 + Update demos that use FreeRTOS+Trace to work with the latest trace recorder library. 2014-12-18 11:02:15 +00:00
ARM_CM3 + Update demos that use FreeRTOS+Trace to work with the latest trace recorder library. 2014-12-18 11:02:15 +00:00
ARM_CM3_MPU + Update demos that use FreeRTOS+Trace to work with the latest trace recorder library. 2014-12-18 11:02:15 +00:00
ARM_CM4F + Update demos that use FreeRTOS+Trace to work with the latest trace recorder library. 2014-12-18 11:02:15 +00:00
ATMega323 Update version number to 8.1.2 after moving the defaulting of configUSE_PORT_OPTIMISED_TASK_SELECTION into individual port layers so it does not affect ports that do not support the definition. 2014-09-02 22:39:54 +00:00
AVR32_UC3 Update version number to 8.1.2 after moving the defaulting of configUSE_PORT_OPTIMISED_TASK_SELECTION into individual port layers so it does not affect ports that do not support the definition. 2014-09-02 22:39:54 +00:00
ColdFire_V2 Update version number to 8.1.2 after moving the defaulting of configUSE_PORT_OPTIMISED_TASK_SELECTION into individual port layers so it does not affect ports that do not support the definition. 2014-09-02 22:39:54 +00:00
CORTUS_APS3 Update version number to 8.1.2 after moving the defaulting of configUSE_PORT_OPTIMISED_TASK_SELECTION into individual port layers so it does not affect ports that do not support the definition. 2014-09-02 22:39:54 +00:00
H8S2329 Update version number to 8.1.2 after moving the defaulting of configUSE_PORT_OPTIMISED_TASK_SELECTION into individual port layers so it does not affect ports that do not support the definition. 2014-09-02 22:39:54 +00:00
HCS12 Update version number to 8.1.2 after moving the defaulting of configUSE_PORT_OPTIMISED_TASK_SELECTION into individual port layers so it does not affect ports that do not support the definition. 2014-09-02 22:39:54 +00:00
MCF5235 Map portTICK_RATE_MS to portTICK_PERIOD_MS. 2014-01-05 20:40:55 +00:00
MicroBlaze + Update demos that use FreeRTOS+Trace to work with the latest trace recorder library. 2014-12-18 11:02:15 +00:00
MicroBlazeV8 Kernel changes: 2014-12-19 16:27:56 +00:00
MSP430F449 Update version number to 8.1.2 after moving the defaulting of configUSE_PORT_OPTIMISED_TASK_SELECTION into individual port layers so it does not affect ports that do not support the definition. 2014-09-02 22:39:54 +00:00
NiosII + Update demos that use FreeRTOS+Trace to work with the latest trace recorder library. 2014-12-18 11:02:15 +00:00
PPC405_Xilinx Update version number to 8.1.2 after moving the defaulting of configUSE_PORT_OPTIMISED_TASK_SELECTION into individual port layers so it does not affect ports that do not support the definition. 2014-09-02 22:39:54 +00:00
PPC440_Xilinx Update version number to 8.1.2 after moving the defaulting of configUSE_PORT_OPTIMISED_TASK_SELECTION into individual port layers so it does not affect ports that do not support the definition. 2014-09-02 22:39:54 +00:00
RL78 Check in RL78 GCC port layer now it has been verified with the fixed compiler. 2014-06-05 12:42:49 +00:00
RX100 + Update demos that use FreeRTOS+Trace to work with the latest trace recorder library. 2014-12-18 11:02:15 +00:00
RX600 + Update demos that use FreeRTOS+Trace to work with the latest trace recorder library. 2014-12-18 11:02:15 +00:00
RX600v2 + Update demos that use FreeRTOS+Trace to work with the latest trace recorder library. 2014-12-18 11:02:15 +00:00
STR75x Update version number to 8.1.2 after moving the defaulting of configUSE_PORT_OPTIMISED_TASK_SELECTION into individual port layers so it does not affect ports that do not support the definition. 2014-09-02 22:39:54 +00:00
TriCore_1782 + Update demos that use FreeRTOS+Trace to work with the latest trace recorder library. 2014-12-18 11:02:15 +00:00