summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* made a copyV4.7.1Richard Barry2008-02-030-0/+0
* Update to V4.7.1Richard Barry2008-02-03482-3304/+6029
* Update to allow use with the cooperative scheduler.Richard Barry2008-01-275-2/+50
* Add recursive mutexes to PC demo.Richard Barry2008-01-274-103/+130
* Update counting semaphore function prototype.Richard Barry2008-01-271-1/+1
* Correct spelling.Richard Barry2008-01-271-7/+7
* Set the interrupt priority of the button and UART interrupts.Richard Barry2008-01-272-1/+3
* Set the interrupt priority of the button and UART interrupts.Richard Barry2008-01-271-0/+2
* Update the release build for use with IAR V5.11.Richard Barry2008-01-276-49/+37
* IAR V5.11 compatible linker script.Richard Barry2008-01-271-0/+43
* Update release build for IAR 5.11.Richard Barry2008-01-274-25/+25
* Remove incorrect comment.Richard Barry2008-01-271-1/+1
* Update for 48MHz operation.Richard Barry2008-01-271-1/+1
* Header associated with new recursive mutex test file.Richard Barry2008-01-271-0/+44
* Update the release build for IAR V5.11.Richard Barry2008-01-273-17/+17
* Delete old IAR V4 library format.Richard Barry2008-01-271-0/+0
* Documentation updates.Richard Barry2008-01-242-24/+272
* Remove system files not longer required by IAR V5.11.Richard Barry2008-01-2321-4915/+0
* UpdUpdate IAR projects to use Embedded Workbench V5.11.Richard Barry2008-01-23104-20968/+9246
* Prepare for V4.7.1 release.Richard Barry2008-01-2214-19/+117
* Remove .bak files.Richard Barry2008-01-222-304/+0
* Correct some documentation.Richard Barry2007-12-181-4/+4
* Update documentation.Richard Barry2007-12-063-20/+38
* Update documentation to correct spelling.Richard Barry2007-12-051-13/+15
* Update to V4.7.0.Richard Barry2007-12-05459-459/+459
* Add first version of alternative API.Richard Barry2007-12-0217-120/+2308
* Ensure warning free compilation under GCC.Richard Barry2007-12-015-14/+20
* Missing PIC32 files.Richard Barry2007-12-014-0/+651
* Counting semaphore demo added.Richard Barry2007-12-0111-202/+581
* Add PIC32 code.Richard Barry2007-11-2613-0/+1926
* Add STM32 Primer demo. Remove the .lock file from the Eclipse demos.Richard Barry2007-11-2631-0/+16327
* Add the SAM7X Eclipse files.Richard Barry2007-11-21110-0/+7813
* Update to V4.6.1 - including PIC32MX port.Richard Barry2007-11-05445-1302/+1988
* Changes between V4.5.0 and V4.6.0 released October 28 2007Richard Barry2007-10-28419-419/+419
* Changed the way the ARM7/9 GCC ports enter interrupts that can cause a contex...Richard Barry2007-10-2824-275/+322
* Updated GCC/ARM7 ISR functions so they only use static variables.Richard Barry2007-10-268-21/+52
* + The macro portENTER_SWITCHING_ISR() no longer attempts to use the frame poi...Richard Barry2007-10-265-25/+15
* 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