summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* made a copyV4.5.0RichardBarry2007-09-170-0/+0
* Update to V4.5.0 files and directory structure.richardbarry2007-09-17758-1644/+51682
* Remove separate LM3Sxxxx directories. These have been replaced by consolidat...richardbarry2007-09-17414-77814/+0
* Fixed bugs as listed to date in the tracker for the SourceForge project.RichardBarry2007-08-241-3/+5
* Update the queue peek behaviour and add QPeek test files.RichardBarry2007-08-236-92/+588
* Fixed name of xQueueSendToFrontFromISR.RichardBarry2007-08-231-1/+1
* Changed a couple of casts to remove compiler warnings.RichardBarry2007-08-221-2/+2
* Added xQueueSendToBack, xQueueSendToFront, xQueuePeek and xSemaphoreCreateMut...RichardBarry2007-08-2118-353/+1991
* Updates prior to release of V4.4.0 due to testing.RichardBarry2007-07-302-24/+19
* Update to V4.4.0.richardbarry2007-07-29431-449/+508
* Results of testing new prvIsTaskSuspended() function.RichardBarry2007-07-281-1/+1
* Removed const from xTaskResumeFromISR() and xTaskResume() local variables as ...RichardBarry2007-07-281-2/+2
* Modifications to correct behaviour when a task is blocked without specifying ...RichardBarry2007-07-283-48/+141
* Updated AVR32 demos and added AVR32 UC3B demo.RichardBarry2007-07-27164-3912/+21376
* Add in first STM32 demo.RichardBarry2007-06-1162-1/+26118
* Update in preparation for the V4.3.1 release.RichardBarry2007-06-09110-110/+110
* Update in preparation for the V4.3.1 release.RichardBarry2007-06-0935-35/+35
* Update in preparation for the V4.3.1 release.richardbarry2007-06-09121-239/+294
* Update in preparation for the V4.3.1 release.richardbarry2007-06-0950-50/+50
* Update in preparation for the V4.3.1 release.richardbarry2007-06-09107-109/+115
* 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