]> begriffs open source - freertos/history - FreeRTOS/Source/include/task.h
Update version number to V8.0.0 (without the release candidate number).
[freertos] / FreeRTOS / Source / include / task.h
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-02-04 Richard BarryAdd configCLEAR_TICK_INTERRUPT() to the IAR and RVDS...
2014-01-05 Richard BarryMap portTICK_RATE_MS to portTICK_PERIOD_MS.
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-12 Richard BarryAdd trace macros into the event groups implementation.
2013-11-28 Richard BarryMultiple tidy up, documentation corrections and typo...
2013-11-24 Richard BarryAdd additional asserts() to ensure certain operations...
2013-11-21 Richard BarryAdd event_groups.c and associated functions in other...
2013-11-08 Richard BarryChange version numbers in preparation for V7.6.0 release.
2013-10-14 Richard BarryUpdate FreeRTOS version number to V7.5.3
2013-07-24 Richard BarryAdd additional critical section to the default tickless...
2013-07-23 Richard BarryUpdate version number.
2013-07-18 Richard BarryRename xTaskGetSystemState() uxTaskGetSystemState().
2013-07-18 Richard BarryFor consistency change the name of configINCLUDE_STATS_...
2013-07-17 Richard BarryMinor updates and change version number for V7.5.0...
2013-07-15 Richard BarryLinting and MISRA checking
2013-07-14 Richard BarryTidy up comments only.
2013-07-13 Richard BarryUpdate doxygen comments.
2013-07-02 Richard BarryRemove compiler warnings.
2013-07-02 Richard BarryAdd new xTaskGetSystemState() API function to return...
2013-06-07 Richard BarryEnsure queue functions go into the privileged code...
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-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-01-31 Richard BarryAdded INCLUDE_xSemaphoreGetMutexHolder() default.
2012-10-22 Richard BarryRe-jig some of the new functions to correctly assign...
2012-10-16 Richard BarryPrepare for V7.3.0 release.
2012-10-16 Richard BarryAdd tickless idle support in Cortex-M ports.
2012-09-22 Richard BarryAdded eTaskStateGet().
2012-08-14 Richard BarryPrepare for V7.2.0 release.
2012-08-12 Richard BarryRemove the remnants of the legacy trace functionality...
2012-08-11 Richard BarryAdd FreeRTOS-Plus directory.