]> git.sur5r.net Git - freertos/history - FreeRTOS/Source/timers.c
Minor updates to ensure all kernel aware debuggers are happy with V8.
[freertos] / FreeRTOS / Source / timers.c
2014-02-19 rtelMinor updates to ensure all kernel aware debuggers...
2014-02-18 rtelUpdate version number to V8.0.0 (without the release...
2014-02-17 rtelLinting.
2014-01-28 rtelvQueueAddToRegistry() now takes a const char * instead...
2014-01-25 rtelIntroduce xTimerPendFunctionCall().
2014-01-23 rtelRemove #error that attempted to catch stdint.h not...
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-23 rtelAdd coverage test markers.
2013-12-15 rtelForce the SysTick clock bit to be set in Cortex-M3...
2013-12-12 rtelChange the way one thread deletes another in the Window...
2013-12-12 rtelUpdate Cortex-M3 and Cortex-M4F ports to allow the...
2013-11-28 rtelMultiple tidy up, documentation corrections and typo...
2013-11-21 richardbarryAdd event_groups.c and associated functions in other...
2013-11-08 richardbarryChange version numbers in preparation for V7.6.0 release.
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-17 richardbarryMinor updates and change version number for V7.5.0...
2013-07-15 richardbarryLinting and MISRA checking
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-02-19 richardbarryPrepare for V7.4.0 release. V7.4.0
2012-11-18 richardbarryMove the call that sets xTimeNow inside the loop that...
2012-11-17 richardbarryDefault configUSE_TICKLESS_IDLE to 0 when it is not...
2012-10-31 richardbarryAdd warning suppression to IAR header.
2012-10-16 richardbarryPrepare for V7.3.0 release.
2012-10-10 richardbarryRemove whitespace only.
2012-09-24 richardbarryReplace the need for taskCHECK_READY_LIST() by instead...
2012-08-14 richardbarryPrepare for V7.2.0 release.
2012-08-11 richardbarryAdd FreeRTOS-Plus directory.