summaryrefslogtreecommitdiff
path: root/Source/list.c
Commit message (Collapse)AuthorAge
* Ready for V5.2.0 release.RichardBarry2009-03-14
| | | | git-svn-id: https://freertos.svn.sourceforge.net/svnroot/freertos/trunk@710 1d2547de-c912-0410-9cb9-b8ca96c0e9e2
* Update to V5.1.2.richardbarry2009-02-09
| | | | git-svn-id: https://freertos.svn.sourceforge.net/svnroot/freertos/trunk@696 1d2547de-c912-0410-9cb9-b8ca96c0e9e2
* Ready for V5.1.1 release.richardbarry2008-11-20
| | | | git-svn-id: https://freertos.svn.sourceforge.net/svnroot/freertos/trunk@576 1d2547de-c912-0410-9cb9-b8ca96c0e9e2
* Update ready for V5.1.0 release.richardbarry2008-10-24
| | | | git-svn-id: https://freertos.svn.sourceforge.net/svnroot/freertos/trunk@528 1d2547de-c912-0410-9cb9-b8ca96c0e9e2
* Prepare for V5.0.4 release.richardbarry2008-09-22
| | | | git-svn-id: https://freertos.svn.sourceforge.net/svnroot/freertos/trunk@481 1d2547de-c912-0410-9cb9-b8ca96c0e9e2
* Update to V5.0.3.richardbarry2008-07-30
| | | | git-svn-id: https://freertos.svn.sourceforge.net/svnroot/freertos/trunk@426 1d2547de-c912-0410-9cb9-b8ca96c0e9e2
* Update to V5.0.2richardbarry2008-05-30
| | | | git-svn-id: https://freertos.svn.sourceforge.net/svnroot/freertos/trunk@392 1d2547de-c912-0410-9cb9-b8ca96c0e9e2
* Update to V5.0.0.richardbarry2008-04-16
| | | | git-svn-id: https://freertos.svn.sourceforge.net/svnroot/freertos/trunk@322 1d2547de-c912-0410-9cb9-b8ca96c0e9e2
* Small mods, and update file headers.richardbarry2008-03-26
| | | | git-svn-id: https://freertos.svn.sourceforge.net/svnroot/freertos/trunk@283 1d2547de-c912-0410-9cb9-b8ca96c0e9e2
* Update version numbers to V4.8.0richardbarry2008-03-25
| | | | git-svn-id: https://freertos.svn.sourceforge.net/svnroot/freertos/trunk@282 1d2547de-c912-0410-9cb9-b8ca96c0e9e2
* Update to V4.7.2.richardbarry2008-02-21
| | | | git-svn-id: https://freertos.svn.sourceforge.net/svnroot/freertos/trunk@214 1d2547de-c912-0410-9cb9-b8ca96c0e9e2
* Update to V4.7.1richardbarry2008-02-03
| | | | git-svn-id: https://freertos.svn.sourceforge.net/svnroot/freertos/trunk@148 1d2547de-c912-0410-9cb9-b8ca96c0e9e2
* Update to V4.7.0.richardbarry2007-12-05
| | | | git-svn-id: https://freertos.svn.sourceforge.net/svnroot/freertos/trunk@124 1d2547de-c912-0410-9cb9-b8ca96c0e9e2
* Update to V4.6.1 - including PIC32MX port.RichardBarry2007-11-05
| | | | git-svn-id: https://freertos.svn.sourceforge.net/svnroot/freertos/trunk@115 1d2547de-c912-0410-9cb9-b8ca96c0e9e2
* Changes between V4.5.0 and V4.6.0 released October 28 2007richardbarry2007-10-28
| | | | | | | | | | | | + Changed the method used to force a context switch within an ISR for the ARM7/9 GCC ports only. The portENTER_SWITCHING_ISR() and portEXIT_SWITCHING_ISR() macros are no longer supported. This is to ensure correct behaviour no matter which GCC version is used, with or without the -fomit-frame-pointer option, and at all optimisation levels. + Corrected the prototype for xQueueGenericSend() within queue.h. git-svn-id: https://freertos.svn.sourceforge.net/svnroot/freertos/trunk@114 1d2547de-c912-0410-9cb9-b8ca96c0e9e2
* Update to V4.5.0 files and directory structure.richardbarry2007-09-17
| | | | git-svn-id: https://freertos.svn.sourceforge.net/svnroot/freertos/trunk@109 1d2547de-c912-0410-9cb9-b8ca96c0e9e2
* Update to V4.4.0.richardbarry2007-07-29
| | | | git-svn-id: https://freertos.svn.sourceforge.net/svnroot/freertos/trunk@100 1d2547de-c912-0410-9cb9-b8ca96c0e9e2
* Update in preparation for the V4.3.1 release.richardbarry2007-06-09
| | | | git-svn-id: https://freertos.svn.sourceforge.net/svnroot/freertos/trunk@89 1d2547de-c912-0410-9cb9-b8ca96c0e9e2
* Update to V4.3.0 as described in http://www.FreeRTOS.org/History.txtrichardbarry2007-06-05
| | | | git-svn-id: https://freertos.svn.sourceforge.net/svnroot/freertos/trunk@87 1d2547de-c912-0410-9cb9-b8ca96c0e9e2
* V4.2.1 files.richardbarry2007-04-01
| | | | git-svn-id: https://freertos.svn.sourceforge.net/svnroot/freertos/trunk@77 1d2547de-c912-0410-9cb9-b8ca96c0e9e2
* Update version number to V4.2.0.richardbarry2007-02-08
| | | | git-svn-id: https://freertos.svn.sourceforge.net/svnroot/freertos/trunk@64 1d2547de-c912-0410-9cb9-b8ca96c0e9e2
* Updated version numbers to V4.1.3.richardbarry2006-11-19
| | | | git-svn-id: https://freertos.svn.sourceforge.net/svnroot/freertos/trunk@56 1d2547de-c912-0410-9cb9-b8ca96c0e9e2
* Change version numbers to V4.1.2richardbarry2006-10-09
| | | | git-svn-id: https://freertos.svn.sourceforge.net/svnroot/freertos/trunk@42 1d2547de-c912-0410-9cb9-b8ca96c0e9e2
* Update version number to V4.1.1.RichardBarry2006-09-24
| | | | git-svn-id: https://freertos.svn.sourceforge.net/svnroot/freertos/trunk@39 1d2547de-c912-0410-9cb9-b8ca96c0e9e2
* Update to V4.1.0.richardbarry2006-08-28
| | | | git-svn-id: https://freertos.svn.sourceforge.net/svnroot/freertos/trunk@34 1d2547de-c912-0410-9cb9-b8ca96c0e9e2
* Updated to V4.0.5richardbarry2006-08-11
| | | | | | | | | | | | | | | | | | | | | + Introduced API function xTaskResumeFromISR(). Same functionality as xTaskResume(), but can be called from within an interrupt service routine. + Optimised vListInsert() in the case when the wake time is the maximum tick count value. + Bug fix: The 'value' of the event list item is updated when the priority of a task is changed. Previously only the priority of the TCB itself was changed. + vTaskPrioritySet() and vTaskResume() no longer use the event list item. This has not been necessary since V4.0.1 when the xMissedYield handling was added. + Lowered the PCLK setting on the ARM9 STR9 demo from 96MHz to 48MHz. + When ending the scheduler - do not try to attempt a context switch when deleting the current task. + SAM7X EMAC drivers: Corrected the Rx frame length mask when obtaining the length from the rx descriptor. git-svn-id: https://freertos.svn.sourceforge.net/svnroot/freertos/trunk@24 1d2547de-c912-0410-9cb9-b8ca96c0e9e2
* Optimised vListInsert() in the case when the wake time is the maximum tick ↵richardbarry2006-07-03
| | | | | | count value. git-svn-id: https://freertos.svn.sourceforge.net/svnroot/freertos/trunk@17 1d2547de-c912-0410-9cb9-b8ca96c0e9e2
* Update to V4.0.4. Add in STR912 port and demo.richardbarry2006-06-22
| | | | git-svn-id: https://freertos.svn.sourceforge.net/svnroot/freertos/trunk@16 1d2547de-c912-0410-9cb9-b8ca96c0e9e2
* git-svn-id: https://freertos.svn.sourceforge.net/svnroot/freertos/trunk@14 ↵richardbarry2006-06-08
| | | | 1d2547de-c912-0410-9cb9-b8ca96c0e9e2
* git-svn-id: https://freertos.svn.sourceforge.net/svnroot/freertos/trunk@12 ↵richardbarry2006-05-28
| | | | 1d2547de-c912-0410-9cb9-b8ca96c0e9e2
* First version under SVN is V4.0.1richardbarry2006-05-02
git-svn-id: https://freertos.svn.sourceforge.net/svnroot/freertos/trunk@4 1d2547de-c912-0410-9cb9-b8ca96c0e9e2