FreeRTOS-Kernel/FreeRTOS/Source/portable/GCC
Richard Barry eaacbb099a Clear up a few compiler warnings.
Correct header comments in the UARTCommandConsole.c file used in the SmartFusion2 demo.
Exercise the new xQueueSpacesAvailable() function in the MSVC demo.
Add defaults for the new traceMALLOC and traceFREE trace macros.
Catch tasks trying to exit their functions in the Cortex-M0 ports.
Add additional comments to timers.c in response to a support forum question.
Initialise _impure_ptr prior to the first task being started.
Prior to V7.5.0 a yield pended in the tick hook would have occurred during the same tick interrupt.  Return pdTRUE from xTaskIncrementTick() if a yield is pending to revert to that behaviour.
2013-10-07 12:06:17 +00:00
..
ARM7_AT91FR40008 Add additional critical section to the default tickless implementations. 2013-07-24 09:45:17 +00:00
ARM7_AT91SAM7S Add additional critical section to the default tickless implementations. 2013-07-24 09:45:17 +00:00
ARM7_LPC23xx Add additional critical section to the default tickless implementations. 2013-07-24 09:45:17 +00:00
ARM7_LPC2000 Add additional critical section to the default tickless implementations. 2013-07-24 09:45:17 +00:00
ARM_CM0 Clear up a few compiler warnings. 2013-10-07 12:06:17 +00:00
ARM_CM3 Add additional critical section to the default tickless implementations. 2013-07-24 09:45:17 +00:00
ARM_CM3_MPU Add additional critical section to the default tickless implementations. 2013-07-24 09:45:17 +00:00
ARM_CM4F Add additional critical section to the default tickless implementations. 2013-07-24 09:45:17 +00:00
ATMega323 Add additional critical section to the default tickless implementations. 2013-07-24 09:45:17 +00:00
AVR32_UC3 Add additional critical section to the default tickless implementations. 2013-07-24 09:45:17 +00:00
ColdFire_V2 Add additional critical section to the default tickless implementations. 2013-07-24 09:45:17 +00:00
CORTUS_APS3 Make Cortex-M0 set/clear interrupt flag from ISR functions nestable. 2013-09-01 19:53:24 +00:00
H8S2329 Add additional critical section to the default tickless implementations. 2013-07-24 09:45:17 +00:00
HCS12 Add additional critical section to the default tickless implementations. 2013-07-24 09:45:17 +00:00
MCF5235 Convert some ports to use xTaskIncrementTick() in place of vTaskIncrementTick(). 2013-06-06 15:46:40 +00:00
MicroBlaze Add additional critical section to the default tickless implementations. 2013-07-24 09:45:17 +00:00
MicroBlazeV8 Add additional critical section to the default tickless implementations. 2013-07-24 09:45:17 +00:00
MSP430F449 Add additional critical section to the default tickless implementations. 2013-07-24 09:45:17 +00:00
NiosII Add additional critical section to the default tickless implementations. 2013-07-24 09:45:17 +00:00
PPC405_Xilinx Add additional critical section to the default tickless implementations. 2013-07-24 09:45:17 +00:00
PPC440_Xilinx Add additional critical section to the default tickless implementations. 2013-07-24 09:45:17 +00:00
RX100 Add additional critical section to the default tickless implementations. 2013-07-24 09:45:17 +00:00
RX600 Add additional critical section to the default tickless implementations. 2013-07-24 09:45:17 +00:00
STR75x Add additional critical section to the default tickless implementations. 2013-07-24 09:45:17 +00:00
TriCore_1782 Add additional critical section to the default tickless implementations. 2013-07-24 09:45:17 +00:00