summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Update to V4.3.0 as described in http://www.FreeRTOS.org/History.txtV4.3.0richardbarry2007-06-050-0/+0
* Update to V4.3.0 as described in http://www.FreeRTOS.org/History.txtrichardbarry2007-06-05110-602/+676
* Update to V4.3.0 as described in http://www.FreeRTOS.org/History.txtrichardbarry2007-06-05352-71398/+71690
* Update to V4.3.0 as described in http://www.FreeRTOS.org/History.txtrichardbarry2007-06-0538-756/+1173
* Update to V4.3.0 as described in http://www.FreeRTOS.org/History.txtrichardbarry2007-06-05414-0/+77762
* Update to V4.3.0 as described in http://www.FreeRTOS.org/History.txtrichardbarry2007-06-0538-448/+448
* git-svn-id: http://svn.code.sf.net/p/freertos/code/trunk@82 1d2547de-c912-041...richardbarry2007-06-05134-39404/+39471
* Update to V4.3.0 as described in http://www.FreeRTOS.org/History.txtrichardbarry2007-06-0577-842/+4275
* Accomodates wizC V14.00B and up with full optimisations.richardbarry2007-04-222-1/+15
* Add LPC2368 demo.richardbarry2007-04-0543-2124/+5064
* V4.2.1 files.richardbarry2007-04-01402-744/+2050
* Add AVR32 port and demo files.RichardBarry2007-04-011-0/+21
* Add AVR32 port and demo files.richardbarry2007-04-018-0/+2868
* Add AVR32 port and demo files.richardbarry2007-04-011-0/+129
* Add AVR32 port and demo files.richardbarry2007-04-0191-0/+39327
* Get rid of compiler warnings.richardbarry2007-04-012-7/+7
* Add AVR32 port and demo files.richardbarry2007-04-0152-0/+12194
* Add AVR32 port and demo files.richardbarry2007-04-0152-0/+10299
* Update include file from lpc2128.h to lpc21xx.h.richardbarry2007-03-261-1/+1
* Moved where LCD_Init() is called from so it cannot call vTaskDelay() before t...richardbarry2007-03-081-1/+2
* Add an option for 8 byte alignment.richardbarry2007-03-072-0/+10
* Added -fomit-frame-pointer option.richardbarry2007-02-091-1/+2
* Update version number to V4.2.0.richardbarry2007-02-08375-376/+389
* GCC demo for the LM3S811 eval board from Luminary Micro.richardbarry2007-02-0858-0/+19364
* New demo for M3 using LM3S811 and IAR tools.richardbarry2007-01-2859-0/+21009
* Slight mod to take into account different definitions between SafeRTOS and Fr...richardbarry2007-01-281-2/+2
* Modification to the behaviour of xQueueSend() and xQueueReceive() in the case...richardbarry2007-01-281-38/+72
* Bug fix in xTaskCheckForTimeOut() in the case where the tick count has increm...richardbarry2007-01-121-1/+1
* Updated version numbers to V4.1.3.richardbarry2006-11-19268-268/+268
* Updated version numbers to V4.1.3.richardbarry2006-11-19103-107/+107
* Add the -fomit-frame-pointer option to GCC ARM7 builds.richardbarry2006-11-1910-23/+14
* Slight mods to comments in STR75X GCC port and demo files.richardbarry2006-11-197-17/+29
* First version of STR75x RIDE port and demo.richardbarry2006-11-1956-0/+20385
* Changes from V4.1.2:richardbarry2006-10-281-1/+5
* Ensure previous modification does not prevent compilation when INCLUDE_vTaskS...richardbarry2006-10-281-20/+44
* git-svn-id: http://svn.code.sf.net/p/freertos/code/trunk@50 1d2547de-c912-041...richardbarry2006-10-284-18/+150
* Changes from V4.1.2richardbarry2006-10-221-11/+27
* git-svn-id: http://svn.code.sf.net/p/freertos/code/trunk@47 1d2547de-c912-041...RichardBarry2006-10-206-8/+2085
* Corrected the bug that the comments in the file state was corrected in V4.0.3.richardbarry2006-10-201-3/+3
* git-svn-id: http://svn.code.sf.net/p/freertos/code/trunk@45 1d2547de-c912-041...RichardBarry2006-10-201-51/+41
* git-svn-id: http://svn.code.sf.net/p/freertos/code/trunk@44 1d2547de-c912-041...RichardBarry2006-10-202-53/+49
* git-svn-id: http://svn.code.sf.net/p/freertos/code/trunk@43 1d2547de-c912-041...RichardBarry2006-10-2057-0/+19588
* Change version numbers to V4.1.2richardbarry2006-10-09354-355/+355
* Add PIC24, dsPIC and Coldfire files.richardbarry2006-10-09218-0/+54714
* Update version number to V4.1.1.RichardBarry2006-09-24344-345/+345
* Add LM3S811 Keil/RVDS demo files.RichardBarry2006-09-2441-0/+7149
* Added the PRESERVE8 directive to all asm functions.RichardBarry2006-09-241-0/+7
* Remove some casting to keep the Keil/RVDS compiler quiet.RichardBarry2006-09-242-3/+3
* Update to V4.1.0.richardbarry2006-08-28342-343/+352
* Add in the critical nesting save and restore.richardbarry2006-08-281-12/+17