]> git.sur5r.net Git - freertos/history - Source/include/timers.h
Start to re-arrange files to include FreeRTOS+ in main download.
[freertos] / Source / include / timers.h
2012-05-08 richardbarryPrepare for FreeRTOS V7.1.1 tag.
2011-12-13 richardbarryChange version numbers to V7.1.0. V7.1.0
2011-11-22 richardbarryFix compiler warning in timers.c/h that are only seen...
2011-09-20 richardbarryUpdate headers for the FreeRTOS V7.0.2 release. V7.0.2
2011-08-07 richardbarryUpdate the names of some of the newly introduced API...
2011-07-27 richardbarryAdd in the pcTaskGetTaskName(), xTaskGetIdleTaskHandle...
2011-05-15 richardbarryChange some (xTIMER *) references in the documentation...
2011-05-13 richardbarryUpdate version number to V7.0.1. V7.0.1
2011-04-08 richardbarryUpdate headers for Version 7.0.0 release.
2011-04-05 richardbarryCosmetic work towards MISRA compliance statement pre...
2011-03-10 richardbarryTidy up timers API documentation comments.
2011-03-09 richardbarryContinue work on timers module documentation.
2011-03-05 richardbarryStart the documentation of the timer API functions...
2011-02-28 richardbarryFinish off timers implementation.
2011-02-14 richardbarryContinue work on the new timer implementation. Nearly...
2011-02-12 richardbarryAdd ISR safe timer API.
2011-02-10 richardbarryAdd some tick interrupt overflow protection to the...
2011-02-09 richardbarryMinor updates to the core header files required by...
2011-02-09 richardbarryContinue work on the timers module.
2011-02-08 richardbarryStart an optional timers module implementation.