]> git.sur5r.net Git - freertos/history - Source/tasks.c
Add Cortus port to produce V6.0.5.
[freertos] / Source / tasks.c
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.
2006-10-28 richardbarryEnsure previous modification does not prevent compilati...
2006-10-22 richardbarryChanges from V4.1.2
2006-10-09 richardbarryChange version numbers to V4.1.2
2006-09-24 RichardBarryUpdate version number to V4.1.1. V4.1.1
2006-08-28 richardbarryUpdate to V4.1.0. V4.1.0
2006-08-27 richardbarryChanges ready for V4.1.0.
2006-08-11 richardbarryOnly include xTaskResumeFromISR under the condition:
2006-08-11 richardbarryUpdated to V4.0.5
2006-08-11 richardbarryImplement xTaskResumeFromISR.
2006-07-03 richardbarryChange to xTaskResumeFromISR() function only. This...
2006-07-03 richardbarryBug fix: The 'value' of the event list item is updated...
2006-06-22 richardbarryUpdate to V4.0.4. Add in STR912 port and demo.
2006-06-08 richardbarrygit-svn-id: https://svn.code.sf.net/p/freertos/code... V4.0.3
2006-05-28 richardbarrygit-svn-id: https://svn.code.sf.net/p/freertos/code... V4.0.2
2006-05-02 richardbarryFirst version under SVN is V4.0.1 V4.0.1