]> git.sur5r.net Git - freertos/history - Source/tasks.c
Add in the pcTaskGetTaskName(), xTaskGetIdleTaskHandle() and xTimerGetTimerTaskHandle...
[freertos] / Source / tasks.c
2011-07-27 richardbarryAdd in the pcTaskGetTaskName(), xTaskGetIdleTaskHandle...
2011-05-13 richardbarryUpdate version number to V7.0.1. V7.0.1
2011-04-29 richardbarryFix in tasks.c related to https://sourceforge.net/track...
2011-04-08 richardbarryRemove shadowed variable name. V7.0.0
2011-04-08 richardbarryUpdate headers for Version 7.0.0 release.
2011-04-08 richardbarryPrepare for V7.0.0 release.
2011-04-05 richardbarryCosmetic work towards MISRA compliance statement pre...
2011-02-18 richardbarryMove one of the configASSERT() statements in tasks...
2011-02-14 richardbarryAdd some configASSERT() calls.
2011-02-14 richardbarryContinue work on the new timer implementation. Nearly...
2011-02-10 richardbarryAdd some tick interrupt overflow protection to the...
2011-02-09 richardbarryMinor updates to the queue.c and tasks.c core files...
2011-02-06 richardbarryMake changes required for MISRA 2004 compliance.
2011-02-06 richardbarrySome time and code size optimisations.
2011-01-14 richardbarryUpdate to V6.1.1
2011-01-13 richardbarryMake the generation of run time stats percentages more...
2011-01-06 richardbarryIntroduce option that permits a smaller printf() librar...
2011-01-06 richardbarryIntroduce the portALT_GET_RUN_TIME_COUNTER_VALUE macro...
2011-01-02 richardbarryMinor updates to the MSP430X CCS4 and IAR port layers.
2010-12-23 richardbarryModify vTaskGetRunTimeStats() to ensure the current...
2010-12-08 richardbarryRemoved the nonsensical parameter from the traceTASK_CR...
2010-09-23 richardbarryUpdate to FreeRTOS V6.1.0 release candidate. V6.1.0
2010-09-23 richardbarryUpdate to FreeRTOS V6.1.0 release candidate.
2010-09-23 richardbarryAllow tasks to be suspended immediately after creation...
2010-09-21 richardbarryWhen creating a task - move where the task handle is...
2010-08-29 richardbarrySimply tidy up the bracketing of a couple of expression...
2010-05-17 richardbarryAdd Cortus port to produce V6.0.5.
2010-03-14 richardbarryUpdate the V6.0.4. The primary difference being that... V6.0.4
2010-02-25 richardbarryReady for V6.0.3 release. V6.0.3
2010-01-16 richardbarryStill a work in progress. Checking in for backup only.
2010-01-09 richardbarryUpdate to V6.0.2.
2009-11-23 richardbarryAdded yet another type cast to the else if clause in...
2009-11-23 richardbarryvTaskList() now works for architectures where the stack...
2009-11-15 richardbarryUpdate Cortex M3 ports to ensure 8 byte alignment. V6.0.1
2009-11-15 richardbarryCorrect byte alignment on CM3 port layers.
2009-10-13 richardbarryChange to the file headers only.
2009-10-05 richardbarryRemove unnecessary use of portLONG, portCHAR and portSHORT.
2009-10-04 richardbarryRemove unnecessary use of portLONG, portCHAR and portSHORT.
2009-10-04 richardbarryTidy up, starting to get ready for next release.
2009-09-30 richardbarryFirst version that includes the FreeRTOS-MPU implementa...
2009-08-09 richardbarryUpdate to V5.4.2. See http://www.freertos.org/History... V5.4.2
2009-07-25 richardbarryUpdate to V5.4.1 V5.4.1
2009-07-25 richardbarryExplicit casting added to the 'check for time out'...
2009-07-12 richardbarryEnsure LPC1768 demos are correct prior to V5.4.0 release.
2009-07-07 richardbarryUpdate version number.
2009-06-30 richardbarryAdd proper 8 byte alignment support.
2009-06-21 richardbarryPrepare for V5.3.1 release.
2009-05-30 richardbarryPrepare for V5.3.0 release.
2009-05-30 richardbarryAdded xTaskGetApplicationTaskTag() function.
2009-05-28 RichardBarryJust remove compiler warnings.
2009-05-22 richardbarryMoved the position of the traceTASK_DELETED() macro.
2009-05-21 richardbarryUpdate the run time stats display function.
2009-05-19 RichardBarryAdded run time stats functions.
2009-05-03 RichardBarryJust a formatting change.
2009-03-14 RichardBarryReady for V5.2.0 release. V5.2.0
2009-03-14 richardbarryIncrement the uxTaskNumber variable when a task is...
2009-03-11 RichardBarrySome optimisations added.
2009-02-09 richardbarryUpdate to V5.1.2. V5.1.2
2008-11-20 richardbarryReady for V5.1.1 release.
2008-10-29 richardbarryFix
2008-10-24 richardbarryUpdate ready for V5.1.0 release.
2008-10-09 richardbarryUpdate the stack checking functions so they work for...
2008-09-22 richardbarryPrepare for V5.0.4 release.
2008-07-30 richardbarryUpdate to V5.0.3.
2008-07-30 richardbarryEnsure statics are handled correctly when portREMOVE_ST...
2008-05-30 richardbarryUpdate to V5.0.2
2008-05-24 RichardBarryAdd usage of portREMOVE_STATIC_QUALIFIER.
2008-05-19 richardbarryAdd signed portBASE_TYPE xTaskIsTaskSuspended( xTaskHan...
2008-05-01 richardbarryAdded code to allow a vTaskPrioritySet() caller to...
2008-05-01 richardbarryRemove inline keyword.
2008-04-16 richardbarryUpdate to V5.0.0.
2008-04-12 richardbarryIntroduce the application task hook feature.
2008-04-06 richardbarryMinor changes to the trace macros.
2008-03-26 richardbarrySmall mods, and update file headers. V4.8.0
2008-03-25 richardbarryUpdate version numbers to V4.8.0
2008-03-23 richardbarryAdd critical section around xTaskCheckForTimeout()...
2008-03-05 richardbarryModified uxTaskGetStackHighWaterMark() to take a parame...
2008-03-03 RichardBarryRemove warnings generated by new features.
2008-03-03 richardbarryAdd stack check macros.
2008-03-03 richardbarryAdd trace macros.
2008-02-25 richardbarryAdd vTaskEnterCritical() and vTaskExitCritical() functions.
2008-02-21 richardbarryUpdate to V4.7.2.
2008-02-15 richardbarryRemove casts that were generating warnings (even though...
2008-02-03 richardbarryUpdate to V4.7.1 V4.7.1
2008-01-22 RichardBarryPrepare for V4.7.1 release.
2007-12-05 richardbarryUpdate to V4.7.0. V4.7.0
2007-11-05 RichardBarryUpdate to V4.6.1 - including PIC32MX port. V4.6.1
2007-10-28 richardbarryChanges between V4.5.0 and V4.6.0 released October...
2007-09-17 richardbarryUpdate to V4.5.0 files and directory structure. V4.5.0
2007-08-21 RichardBarryAdded xQueueSendToBack, xQueueSendToFront, xQueuePeek...
2007-07-29 richardbarryUpdate to V4.4.0.
2007-07-28 RichardBarryResults of testing new prvIsTaskSuspended() function.
2007-07-28 RichardBarryRemoved const from xTaskResumeFromISR() and xTaskResume...
2007-07-28 RichardBarryModifications to correct behaviour when a task is block...
2007-06-09 richardbarryUpdate in preparation for the V4.3.1 release.
2007-06-05 richardbarryUpdate to V4.3.0 as described in http://www.FreeRTOS... V4.3.0
2007-04-01 richardbarryV4.2.1 files. V4.2.1
2007-02-08 richardbarryUpdate version number to V4.2.0. V4.2.0
2007-01-12 richardbarryBug fix in xTaskCheckForTimeOut() in the case where...
2006-11-19 richardbarryUpdated version numbers to V4.1.3.
next