]> git.sur5r.net Git - freertos/history - FreeRTOS/Source/queue.c
Update version number to V8.0.0 (without the release candidate number).
[freertos] / FreeRTOS / Source / queue.c
2014-02-18 rtelUpdate version number to V8.0.0 (without the release...
2014-02-10 rtelMake xTaskIsTaskSuspended() a private function as it...
2014-01-28 rtelvQueueAddToRegistry() now takes a const char * instead...
2014-01-25 rtelIntroduce xTimerPendFunctionCall().
2013-12-31 rtelChange version numbers ready for V8.0.0 release candida...
2013-12-31 rtelAdd xEventGroupClearBitsFromISR() and xEventGroupGetBit...
2013-12-29 rtelReplace standard types with stdint.h types.
2013-12-27 rtelChange the type used for strings and single characters...
2013-12-24 rtelAdd additional const qualifiers.
2013-12-24 rtelDon't free xQueue->ucHead if it is NULL.
2013-12-23 rtelAdd coverage test markers.
2013-12-14 rtelUpdate the ucQueueNumber member of the queue structure...
2013-11-28 rtelMultiple tidy up, documentation corrections and typo...
2013-11-24 rtelAdd additional asserts() to ensure certain operations...
2013-11-08 richardbarryChange version numbers in preparation for V7.6.0 release.
2013-11-07 richardbarryAdd configASSERT()s to ensure counting semaphores are...
2013-11-07 richardbarryChange behaviour when configUSE_PREEMPTION is 0 (preemp...
2013-10-14 richardbarryUpdate FreeRTOS version number to V7.5.3
2013-09-10 richardbarryAdd the uxQueueSpacesAvailable() API function.
2013-07-24 richardbarryAdd additional critical section to the default tickless...
2013-07-23 richardbarryUpdate version number. V7.5.1
2013-07-23 richardbarryVoid a few unused return values and make casting more...
2013-07-17 richardbarryMinor updates and change version number for V7.5.0...
2013-07-15 richardbarryLinting and MISRA checking
2013-07-12 richardbarryKernel optimisations.
2013-07-11 richardbarryAdd comments to the portASSERT_IF_INTERRUPT_PRIORITY_IN...
2013-07-04 richardbarryAdded portASSERT_IF_INTERRUPT_PRIORITY_INVALID() implem...
2013-06-28 richardbarryUpdate QueueOverwrite.c to include a call to xQueuePeek...
2013-06-27 richardbarryAdd xQueueOverwriteFromISR() and update the QueueOverwr...
2013-06-27 richardbarryAdd xQueueOverwrite() and a common demo task to demonst...
2013-06-24 richardbarryReplace the #define that maps the uxRecursiveCallCount...
2013-06-07 richardbarryEnsure queue functions go into the privileged code...
2013-05-19 richardbarryEnsure a queue or semaphore that is not empty cannot...
2013-04-30 richardbarryUpdate version number ready to release the FAT file...
2013-04-18 richardbarryUpdate version numbers to V7.4.1. V7.4.1
2013-03-25 richardbarryMinor mods common files to fix warnings generated by...
2013-02-19 richardbarryPrepare for V7.4.0 release. V7.4.0
2013-02-18 richardbarryAdd default definition for configUSE_QUEUE_SETS.
2013-02-12 richardbarryAdded more files to the Rowley and IAR LM3S demos to...
2013-02-12 richardbarryImprove QueueSet.c test coverage by reading the queue...
2013-02-08 richardbarryFix a few compiler warnings when compiling the QueueSet...
2013-02-08 richardbarryContinue working on queue set implementation and testing.
2013-02-07 richardbarryNext revision of queue set implementation.
2012-10-16 richardbarryPrepare for V7.3.0 release.
2012-10-10 richardbarryRemove whitespace only.
2012-09-05 richardbarryAllow mutex type semaphores to be given from an interru...
2012-08-14 richardbarryPrepare for V7.2.0 release.
2012-08-11 richardbarryAdd FreeRTOS-Plus directory.