]> git.sur5r.net Git - freertos/history - FreeRTOS/Source/include
Update FreeRTOS version number to V7.5.3
[freertos] / FreeRTOS / Source / include /
2013-10-14 richardbarryUpdate FreeRTOS version number to V7.5.3
2013-10-07 richardbarryClear up a few compiler warnings.
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-19 richardbarryChanges to comments only.
2013-07-18 richardbarryRename xTaskGetSystemState() uxTaskGetSystemState().
2013-07-18 richardbarryFor consistency change the name of configINCLUDE_STATS_...
2013-07-17 richardbarryMinor updates and change version number for V7.5.0...
2013-07-15 richardbarryLinting and MISRA checking
2013-07-14 richardbarryTidy up comments only.
2013-07-13 richardbarryUpdate doxygen comments.
2013-07-13 richardbarryUpdate Cortex-M MPU version to include new API functions.
2013-07-12 richardbarryKernel optimisations.
2013-07-04 richardbarryAdded portASSERT_IF_INTERRUPT_PRIORITY_INVALID() implem...
2013-07-02 richardbarryRemove compiler warnings.
2013-07-02 richardbarryAdd new xTaskGetSystemState() API function to return...
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-26 richardbarryAdd Newlib reent support.
2013-06-25 richardbarryRemove portALIGNMENT_ASSERT_pxCurrentTCB() macro, which...
2013-06-20 richardbarryAdd missing function prototype.
2013-06-07 richardbarryEnsure queue functions go into the privileged code...
2013-06-06 richardbarryAdd default value for configUSE_TIME_SLICING
2013-05-09 richardbarryUpdate flop.c and FreeRTOS.h to include a macro (and...
2013-04-30 richardbarryUpdate version number ready to release the FAT file...
2013-04-30 richardbarryAdd FAT SL code and demo project.
2013-04-30 richardbarryClarify license blurb at the top of the FreeRTOS+UDP...
2013-04-18 richardbarryUpdate version numbers to V7.4.1. V7.4.1
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 richardbarryContinue working on queue set implementation and testing.
2013-02-07 richardbarryNext revision of queue set implementation.
2013-01-31 richardbarryAdded INCLUDE_xSemaphoreGetMutexHolder() default.
2012-11-17 richardbarryDefault configUSE_TICKLESS_IDLE to 0 when it is not...
2012-10-31 richardbarryAdd warning suppression to IAR header.
2012-10-29 richardbarryMake CM3/4 tick configuration a weak function to allow...
2012-10-22 richardbarryRe-jig some of the new functions to correctly assign...
2012-10-16 richardbarryPrepare for V7.3.0 release.
2012-10-16 richardbarryAdd tickless idle support in Cortex-M ports.
2012-09-25 richardbarryUpdate PIC32 port to make use of configUSE_PORT_OPTIMIS...
2012-09-24 richardbarryReplace the need for taskCHECK_READY_LIST() by instead...
2012-09-24 richardbarryRename listLIST_ITEM_CONTAINED to listLIST_ITEM_CONTAINER.
2012-09-23 richardbarryIntroduced configUSE_PORT_OPTIMISED_TASK_SELECTION...
2012-09-23 richardbarryAdd eTaskStateGet() to FreeRTOS-MPU.
2012-09-22 richardbarryAdded eTaskStateGet().
2012-08-14 richardbarryPrepare for V7.2.0 release.
2012-08-12 richardbarryRemove the remnants of the legacy trace functionality...
2012-08-11 richardbarryAdd FreeRTOS-Plus directory.