]> git.sur5r.net Git - freertos/history - FreeRTOS/Source/timers.c
Update version number in preparation for official V8.2.0 release.
[freertos] / FreeRTOS / Source / timers.c
2015-01-16 rtelUpdate version number in preparation for official V8...
2015-01-15 rtelDemo app changes:
2014-12-21 rtelUpdate version numbers in preparation for V8.2.0 releas...
2014-12-18 rtel+ Update demos that use FreeRTOS+Trace to work with...
2014-09-02 rtelUpdate version number to 8.1.2 after moving the default... V8.1.2
2014-08-30 rtelCorrect potential compiler warning when configUSE_MUTEX... V8.1.1
2014-08-29 rtelUpdate version number to 8.1.1 for patch release that...
2014-08-16 rtel***IMMINENT RELEASE NOTICE***
2014-04-24 rtelUpdate version number ready for release. V8.0.1
2014-04-23 rtelEvent Groups: Convert the 'clear bits from ISR' functio...
2014-03-28 rtelAdd the pcTimerGetTimerName() API function.
2014-03-25 rtelUpdate Cortex-A port layers to ensure the ICCRPR and...
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.