You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
FreeRTOS-Kernel/FreeRTOS/Demo/Common/Minimal
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.
12 years ago
..
AltBlckQ.c Add additional critical section to the default tickless implementations. 12 years ago
AltBlock.c Add additional critical section to the default tickless implementations. 12 years ago
AltPollQ.c Add additional critical section to the default tickless implementations. 12 years ago
AltQTest.c Add additional critical section to the default tickless implementations. 12 years ago
BlockQ.c Clear up a few compiler warnings. 12 years ago
GenQTest.c Add additional critical section to the default tickless implementations. 12 years ago
IntQueue.c Add additional critical section to the default tickless implementations. 12 years ago
PollQ.c Add additional critical section to the default tickless implementations. 12 years ago
QPeek.c Add additional critical section to the default tickless implementations. 12 years ago
QueueOverwrite.c Add additional critical section to the default tickless implementations. 12 years ago
QueueSet.c Clear up a few compiler warnings. 12 years ago
TimerDemo.c Add additional critical section to the default tickless implementations. 12 years ago
blocktim.c Add additional critical section to the default tickless implementations. 12 years ago
comtest.c Add additional critical section to the default tickless implementations. 12 years ago
comtest_strings.c Add additional critical section to the default tickless implementations. 12 years ago
countsem.c Add additional critical section to the default tickless implementations. 12 years ago
crflash.c Add additional critical section to the default tickless implementations. 12 years ago
crhook.c Add additional critical section to the default tickless implementations. 12 years ago
death.c Add additional critical section to the default tickless implementations. 12 years ago
dynamic.c Add additional configASSERTS() to some standard demo tasks. 12 years ago
flash.c Add additional critical section to the default tickless implementations. 12 years ago
flash_timer.c Add additional critical section to the default tickless implementations. 12 years ago
flop.c Add additional critical section to the default tickless implementations. 12 years ago
integer.c Add additional critical section to the default tickless implementations. 12 years ago
recmutex.c Make the QueueSet.c standard demo task a little friendlier to lower priority tasks. 12 years ago
semtest.c Add additional critical section to the default tickless implementations. 12 years ago
sp_flop.c Add additional critical section to the default tickless implementations. 12 years ago