summaryrefslogtreecommitdiff
path: root/Source/queue.c
Commit message (Expand)AuthorAge
* Ready for V5.2.0 release.RichardBarry2009-03-14
* Minor changes to new queue functions plus add comments.RichardBarry2009-03-12
* Optimisations - being checked in for backup - not yet complete.RichardBarry2009-03-11
* Update to V5.1.2.richardbarry2009-02-09
* Remove erroneous comments.RichardBarry2008-11-22
* Ready for V5.1.1 release.richardbarry2008-11-20
* Update ready for V5.1.0 release.richardbarry2008-10-24
* Prepare for V5.0.4 release.richardbarry2008-09-22
* Remove initialisation of xQueueRegistry.richardbarry2008-08-14
* Update to V5.0.3.richardbarry2008-07-30
* Ensure the queue registry gets initialised.richardbarry2008-07-16
* Update to V5.0.2richardbarry2008-05-30
* Remove static qualifier from queue registry.RichardBarry2008-05-24
* Add queue registry code.richardbarry2008-05-23
* Change the way the critical sections are handled within interrupts so the cri...richardbarry2008-05-19
* Add in the portSET_INTERRUPT_MASK_FROM_ISR() and portCLEAR_INTERRUPT_MASK_FRO...richardbarry2008-05-07
* Update to V5.0.0.richardbarry2008-04-16
* Remove incorrect const qualifiers.richardbarry2008-04-13
* Casting only.richardbarry2008-04-12
* Change the semantics of the xQueueGenericSendFromISR() function.richardbarry2008-04-12
* Minor changes to the trace macros.richardbarry2008-04-06
* Corrected prototypes for newly added functions that had the 'signed' qualifie...richardbarry2008-04-06
* Return the lock counts to their original intended behaviour.RichardBarry2008-03-29
* Small mods, and update file headers.richardbarry2008-03-26
* Update version numbers to V4.8.0richardbarry2008-03-25
* Add extra const qualifiers and casts for linting purposes.richardbarry2008-03-25
* Correct function prototype.richardbarry2008-03-24
* Re-write the queue send and queue receive functions to improve their effect o...richardbarry2008-03-23
* Add trace macros.richardbarry2008-03-03
* Update to V4.7.2.richardbarry2008-02-21
* Remove casts that were generating warnings (even though the casts were added ...richardbarry2008-02-15
* Update to V4.7.1richardbarry2008-02-03
* Update counting semaphore function prototype.RichardBarry2008-01-27
* Prepare for V4.7.1 release.RichardBarry2008-01-22
* Update documentation.RichardBarry2007-12-06
* Update to V4.7.0.richardbarry2007-12-05
* Add first version of alternative API.RichardBarry2007-12-02
* Counting semaphore demo added.RichardBarry2007-12-01
* Update to V4.6.1 - including PIC32MX port.RichardBarry2007-11-05
* Changes between V4.5.0 and V4.6.0 released October 28 2007richardbarry2007-10-28
* Update to V4.5.0 files and directory structure.richardbarry2007-09-17
* Update the queue peek behaviour and add QPeek test files.RichardBarry2007-08-23
* Changed a couple of casts to remove compiler warnings.RichardBarry2007-08-22
* Added xQueueSendToBack, xQueueSendToFront, xQueuePeek and xSemaphoreCreateMut...RichardBarry2007-08-21
* Update to V4.4.0.richardbarry2007-07-29
* Update in preparation for the V4.3.1 release.richardbarry2007-06-09
* Update to V4.3.0 as described in http://www.FreeRTOS.org/History.txtrichardbarry2007-06-05
* V4.2.1 files.richardbarry2007-04-01
* Update version number to V4.2.0.richardbarry2007-02-08
* Slight mod to take into account different definitions between SafeRTOS and Fr...richardbarry2007-01-28