]> begriffs open source - freertos/history - FreeRTOS/Source/queue.c
Roll up the minor changes checked into svn since V10.0.0 into new V10.0.1 ready for...
[freertos] / FreeRTOS / Source / queue.c
2017-12-18 Richard BarryRoll up the minor changes checked into svn since V10...
2017-11-29 Richard BarryUpdate to MIT licensed FreeRTOS V10.0.0 - see https...
2017-04-10 Richard BarryAdded traceQUEUE_CREATE_FAILED() trace macros into...
2017-02-24 Richard BarryIntroduce vTaskInternalSetTimeOutState() which does...
2017-01-22 Richard BarryUpdate version number in preparation for maintenance...
2017-01-16 Richard BarryEnhanced priority dis-inheritance functionality in...
2016-11-25 Richard BarryUpdate TaskNotify.c to test the condition where a direc...
2016-08-16 Richard BarryClean up lint errors.
2016-08-16 Richard BarryChanges to core code and port layer:
2016-05-20 Richard BarryPrepare for V9.0.0 release:
2016-04-24 Richard BarryAdd software timer use to the new MPU demo.
2016-03-31 Richard BarryRemove compiler warning by ensure prvInitialiseMutex...
2016-03-30 Richard BarryUpdate version number to 9.0.0rc2.
2016-03-29 Richard BarryMake the pcObjectGetName() API function naming consiste...
2016-03-29 Richard BarryCreate minor optimisations (just an asm instruction...
2016-03-22 Richard BarryNotes:
2016-02-18 Richard BarryUpdate version number ready for version 9 release candi...
2016-02-18 Richard BarryPrepare for a FreeRTOS V9 release candidate:
2016-02-14 Richard BarryCore kernel code changes:
2016-01-31 Richard BarryAdded a build configuration for the Wonder Gecko starte...
2016-01-20 Richard BarryContinue to add the ability to create RTOS objects...
2016-01-19 Richard BarryImplement functionality that allows the memory required...
2016-01-18 Richard BarryRename DummyTCB_t to StaticTCB_t.
2016-01-12 Richard BarryKernel changes:
2015-12-20 Richard BarryChanges to the FreeRTOS code:
2015-12-08 Richard BarryFreeRTOS source:
2015-10-16 Richard BarryUpdate version number ready for the V8.2.3 release.
2015-09-11 Richard BarryCommon source code:
2015-08-05 Richard BarryUpdate version numbers in preparation for new release.
2015-08-04 Richard BarryCommon scheduler code:
2015-08-01 Richard BarryPreparing for new release...
2015-07-26 Richard BarryMSP430:
2015-06-24 Richard BarryMicroblaze: Add a port optimised task selection implem...
2015-05-20 Richard BarryKernel changes to improve power saving:
2015-03-21 Richard BarryUpdate version number ready for V8.2.1 release.
2015-03-10 Richard BarryWork-in-progress check in of MicroBlaze Kintex7 demo.
2015-03-04 Richard BarryKernel code:
2015-02-11 Richard BarryKernel updates:
2015-01-16 Richard BarryUpdate version number in preparation for official V8...
2014-12-21 Richard BarryUpdate version numbers in preparation for V8.2.0 releas...
2014-12-15 Richard Barry+ New feature added: Task notifications.
2014-10-08 Richard BarryCore kernel files:
2014-09-16 Richard BarryCore kernel code:
2014-09-02 Richard BarryUpdate version number to 8.1.2 after moving the default...
2014-08-30 Richard BarryCorrect potential compiler warning when configUSE_MUTEX...
2014-08-29 Richard BarryUpdate version number to 8.1.1 for patch release that...
2014-08-29 Richard BarryCore kernel code:
2014-08-16 Richard Barry***IMMINENT RELEASE NOTICE***
2014-07-04 Richard BarryMake the parameters to vPortDefineHeapRegions() const.
2014-06-16 Richard BarryDefault the definition of portASSERT_IF_IN_ISR() to...
2014-04-24 Richard BarryUpdate version number ready for release.
2014-02-19 Richard BarryMinor updates to ensure all kernel aware debuggers...
2014-02-18 Richard BarryUpdate version number to V8.0.0 (without the release...
2014-02-10 Richard BarryMake xTaskIsTaskSuspended() a private function as it...
2014-01-28 Richard BarryvQueueAddToRegistry() now takes a const char * instead...
2014-01-25 Richard BarryIntroduce xTimerPendFunctionCall().
2013-12-31 Richard BarryChange version numbers ready for V8.0.0 release candida...
2013-12-31 Richard BarryAdd xEventGroupClearBitsFromISR() and xEventGroupGetBit...
2013-12-29 Richard BarryReplace standard types with stdint.h types.
2013-12-27 Richard BarryChange the type used for strings and single characters...
2013-12-24 Richard BarryAdd additional const qualifiers.
2013-12-24 Richard BarryDon't free xQueue->ucHead if it is NULL.
2013-12-23 Richard BarryAdd coverage test markers.
2013-12-14 Richard BarryUpdate the ucQueueNumber member of the queue structure...
2013-11-28 Richard BarryMultiple tidy up, documentation corrections and typo...
2013-11-24 Richard BarryAdd additional asserts() to ensure certain operations...
2013-11-08 Richard BarryChange version numbers in preparation for V7.6.0 release.
2013-11-07 Richard BarryAdd configASSERT()s to ensure counting semaphores are...
2013-11-07 Richard BarryChange behaviour when configUSE_PREEMPTION is 0 (preemp...
2013-10-14 Richard BarryUpdate FreeRTOS version number to V7.5.3
2013-09-10 Richard BarryAdd the uxQueueSpacesAvailable() API function.
2013-07-24 Richard BarryAdd additional critical section to the default tickless...
2013-07-23 Richard BarryUpdate version number.
2013-07-23 Richard BarryVoid a few unused return values and make casting more...
2013-07-17 Richard BarryMinor updates and change version number for V7.5.0...
2013-07-15 Richard BarryLinting and MISRA checking
2013-07-12 Richard BarryKernel optimisations.
2013-07-11 Richard BarryAdd comments to the portASSERT_IF_INTERRUPT_PRIORITY_IN...
2013-07-04 Richard BarryAdded portASSERT_IF_INTERRUPT_PRIORITY_INVALID() implem...
2013-06-28 Richard BarryUpdate QueueOverwrite.c to include a call to xQueuePeek...
2013-06-27 Richard BarryAdd xQueueOverwriteFromISR() and update the QueueOverwr...
2013-06-27 Richard BarryAdd xQueueOverwrite() and a common demo task to demonst...
2013-06-24 Richard BarryReplace the #define that maps the uxRecursiveCallCount...
2013-06-07 Richard BarryEnsure queue functions go into the privileged code...
2013-05-19 Richard BarryEnsure a queue or semaphore that is not empty cannot...
2013-04-30 Richard BarryUpdate version number ready to release the FAT file...
2013-04-18 Richard BarryUpdate version numbers to V7.4.1.
2013-03-25 Richard BarryMinor mods common files to fix warnings generated by...
2013-02-19 Richard BarryPrepare for V7.4.0 release.
2013-02-18 Richard BarryAdd default definition for configUSE_QUEUE_SETS.
2013-02-12 Richard BarryAdded more files to the Rowley and IAR LM3S demos to...
2013-02-12 Richard BarryImprove QueueSet.c test coverage by reading the queue...
2013-02-08 Richard BarryFix a few compiler warnings when compiling the QueueSet...
2013-02-08 Richard BarryContinue working on queue set implementation and testing.
2013-02-07 Richard BarryNext revision of queue set implementation.
2012-10-16 Richard BarryPrepare for V7.3.0 release.
2012-10-10 Richard BarryRemove whitespace only.
2012-09-05 Richard BarryAllow mutex type semaphores to be given from an interru...
2012-08-14 Richard BarryPrepare for V7.2.0 release.
2012-08-11 Richard BarryAdd FreeRTOS-Plus directory.