summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* made a copyV4.5.0Richard Barry2007-09-170-0/+0
* Update to V4.5.0 files and directory structure.Richard Barry2007-09-17758-1644/+51682
* Remove separate LM3Sxxxx directories. These have been replaced by consolidat...Richard Barry2007-09-17414-77814/+0
* Fixed bugs as listed to date in the tracker for the SourceForge project.Richard Barry2007-08-241-3/+5
* Update the queue peek behaviour and add QPeek test files.Richard Barry2007-08-236-92/+588
* Fixed name of xQueueSendToFrontFromISR.Richard Barry2007-08-231-1/+1
* Changed a couple of casts to remove compiler warnings.Richard Barry2007-08-221-2/+2
* Added xQueueSendToBack, xQueueSendToFront, xQueuePeek and xSemaphoreCreateMut...Richard Barry2007-08-2118-353/+1991
* Updates prior to release of V4.4.0 due to testing.Richard Barry2007-07-302-24/+19
* Update to V4.4.0.Richard Barry2007-07-29431-449/+508
* Results of testing new prvIsTaskSuspended() function.Richard Barry2007-07-281-1/+1
* Removed const from xTaskResumeFromISR() and xTaskResume() local variables as ...Richard Barry2007-07-281-2/+2
* Modifications to correct behaviour when a task is blocked without specifying ...Richard Barry2007-07-283-48/+141
* Updated AVR32 demos and added AVR32 UC3B demo.Richard Barry2007-07-27164-3912/+21376
* Add in first STM32 demo.Richard Barry2007-06-1162-1/+26118
* Update in preparation for the V4.3.1 release.Richard Barry2007-06-09110-110/+110
* Update in preparation for the V4.3.1 release.Richard Barry2007-06-0935-35/+35
* Update in preparation for the V4.3.1 release.Richard Barry2007-06-09121-239/+294
* Update in preparation for the V4.3.1 release.Richard Barry2007-06-0950-50/+50
* Update in preparation for the V4.3.1 release.Richard Barry2007-06-09107-109/+115
* Update to V4.3.0 as described in http://www.FreeRTOS.org/History.txtRichard Barry2007-06-05110-602/+676
* Update to V4.3.0 as described in http://www.FreeRTOS.org/History.txtRichard Barry2007-06-05352-71398/+71690
* Update to V4.3.0 as described in http://www.FreeRTOS.org/History.txtRichard Barry2007-06-0538-756/+1173
* Update to V4.3.0 as described in http://www.FreeRTOS.org/History.txtRichard Barry2007-06-05414-0/+77762
* Update to V4.3.0 as described in http://www.FreeRTOS.org/History.txtRichard Barry2007-06-0538-448/+448
* (no commit message)Richard Barry2007-06-05134-39404/+39471
* Update to V4.3.0 as described in http://www.FreeRTOS.org/History.txtRichard Barry2007-06-0577-842/+4275
* Accomodates wizC V14.00B and up with full optimisations.Richard Barry2007-04-222-1/+15
* Add LPC2368 demo.Richard Barry2007-04-0543-2124/+5064
* V4.2.1 files.Richard Barry2007-04-01402-744/+2050
* Add AVR32 port and demo files.Richard Barry2007-04-011-0/+21
* Add AVR32 port and demo files.Richard Barry2007-04-018-0/+2868
* Add AVR32 port and demo files.Richard Barry2007-04-011-0/+129
* Add AVR32 port and demo files.Richard Barry2007-04-0191-0/+39327
* Get rid of compiler warnings.Richard Barry2007-04-012-7/+7
* Add AVR32 port and demo files.Richard Barry2007-04-0152-0/+12194
* Add AVR32 port and demo files.Richard Barry2007-04-0152-0/+10299
* Update include file from lpc2128.h to lpc21xx.h.Richard Barry2007-03-261-1/+1
* Moved where LCD_Init() is called from so it cannot call vTaskDelay() before t...Richard Barry2007-03-081-1/+2
* Add an option for 8 byte alignment.Richard Barry2007-03-072-0/+10
* Added -fomit-frame-pointer option.Richard Barry2007-02-091-1/+2
* Update version number to V4.2.0.Richard Barry2007-02-08375-376/+389
* GCC demo for the LM3S811 eval board from Luminary Micro.Richard Barry2007-02-0858-0/+19364
* New demo for M3 using LM3S811 and IAR tools.Richard Barry2007-01-2859-0/+21009
* Slight mod to take into account different definitions between SafeRTOS and Fr...Richard Barry2007-01-281-2/+2
* Modification to the behaviour of xQueueSend() and xQueueReceive() in the case...Richard Barry2007-01-281-38/+72
* Bug fix in xTaskCheckForTimeOut() in the case where the tick count has increm...Richard Barry2007-01-121-1/+1
* Updated version numbers to V4.1.3.Richard Barry2006-11-19268-268/+268
* Updated version numbers to V4.1.3.Richard Barry2006-11-19103-107/+107
* Add the -fomit-frame-pointer option to GCC ARM7 builds.Richard Barry2006-11-1910-23/+14