summaryrefslogtreecommitdiff
path: root/Source
Commit message (Expand)AuthorAgeFilesLines
* Update the queue peek behaviour and add QPeek test files.RichardBarry2007-08-231-1/+6
* 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-217-178/+1189
* Update to V4.4.0.richardbarry2007-07-29108-109/+109
* 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-2710-401/+493
* Add in first STM32 demo.RichardBarry2007-06-111-1/+5
* 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
* Accomodates wizC V14.00B and up with full optimisations.richardbarry2007-04-222-1/+15
* Add LPC2368 demo.richardbarry2007-04-053-0/+719
* V4.2.1 files.richardbarry2007-04-01109-110/+428
* Add AVR32 port and demo files.RichardBarry2007-04-011-0/+21
* Add AVR32 port and demo files.richardbarry2007-04-018-0/+2868
* Add an option for 8 byte alignment.richardbarry2007-03-072-0/+10
* Update version number to V4.2.0.richardbarry2007-02-08103-104/+117
* 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-19103-107/+107
* Slight mods to comments in STR75X GCC port and demo files.richardbarry2006-11-194-16/+10
* First version of STR75x RIDE port and demo.richardbarry2006-11-193-0/+533
* 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
* Changes from V4.1.2richardbarry2006-10-221-11/+27
* git-svn-id: http://svn.code.sf.net/p/freertos/code/trunk@43 1d2547de-c912-041...RichardBarry2006-10-205-0/+525
* Change version numbers to V4.1.2richardbarry2006-10-0996-97/+97
* Add PIC24, dsPIC and Coldfire files.richardbarry2006-10-095-0/+872
* Update version number to V4.1.1.RichardBarry2006-09-2494-95/+95
* Added the PRESERVE8 directive to all asm functions.RichardBarry2006-09-241-0/+7
* Update to V4.1.0.richardbarry2006-08-2894-95/+95
* Add in the critical nesting save and restore.richardbarry2006-08-281-12/+17
* Changes to the AVR demo's. IAR demo updated with new critical section method.richardbarry2006-08-285-111/+134
* Changes ready for V4.1.0.richardbarry2006-08-274-146/+229
* Removed spurious second portDISABLE_INTERRUPTS when compiling for ARM mode.richardbarry2006-08-131-1/+0
* Only include xTaskResumeFromISR under the condition:richardbarry2006-08-111-1/+1
* Updated to V4.0.5richardbarry2006-08-1194-95/+95
* Implement xTaskResumeFromISR.richardbarry2006-08-112-30/+60
* Change to xTaskResumeFromISR() function only. This function is untested.richardbarry2006-07-031-1/+6
* Bug fix: The 'value' of the event list item is updated when the priority of ...richardbarry2006-07-031-72/+102
* Optimised vListInsert() in the case when the wake time is the maximum tick co...richardbarry2006-07-031-5/+6
* Update to V4.0.4. Add in STR912 port and demo.richardbarry2006-06-2294-96/+706
* git-svn-id: http://svn.code.sf.net/p/freertos/code/trunk@14 1d2547de-c912-041...richardbarry2006-06-0890-88/+492
* git-svn-id: http://svn.code.sf.net/p/freertos/code/trunk@12 1d2547de-c912-041...richardbarry2006-05-2888-545/+647
* New port files for Tern E-Engine.richardbarry2006-05-278-0/+1096
* New port files for HCS12 using GCC.richardbarry2006-05-272-0/+481
* First version under SVN is V4.0.1richardbarry2006-05-02106-0/+59206