FreeRTOS-Kernel/FreeRTOS/Source/portable/IAR
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
..
78K0R Add additional critical section to the default tickless implementations. 2013-07-24 09:45:17 +00:00
ARM_CA9 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_CM4F Fix a few typos and remove the "register" keyword. 2013-08-16 13:31:54 +00:00
ATMega323 Add additional critical section to the default tickless implementations. 2013-07-24 09:45:17 +00:00
AtmelSAM7S64 Add additional critical section to the default tickless implementations. 2013-07-24 09:45:17 +00:00
AtmelSAM9XE 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
LPC2000 Add additional critical section to the default tickless implementations. 2013-07-24 09:45:17 +00:00
MSP430 Add additional critical section to the default tickless implementations. 2013-07-24 09:45:17 +00:00
MSP430X Add additional critical section to the default tickless implementations. 2013-07-24 09:45:17 +00:00
RL78 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
STR71x 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
STR91x Add additional critical section to the default tickless implementations. 2013-07-24 09:45:17 +00:00
V850ES Add additional critical section to the default tickless implementations. 2013-07-24 09:45:17 +00:00