Commit Graph

15 Commits (a548ef34f83a89c56429c36801f280efcb016bc6)

Author SHA1 Message Date
Richard Barry fc99c14905 Add in the pcTaskGetTaskName(), xTaskGetIdleTaskHandle() and xTimerGetTimerTaskHandle() API functions. 14 years ago
Richard Barry dedc9d8c46 Change some (xTIMER *) references in the documentation for the timer module to be instead xTimerHandle references (the two are in effect equivalent, but xTIMER is private to the timers source file). 14 years ago
Richard Barry f5a6b610e1 Update version number to V7.0.1. 14 years ago
Richard Barry 89bf1cf24f Update headers for Version 7.0.0 release. 14 years ago
Richard Barry 37de268af4 Cosmetic work towards MISRA compliance statement pre release of V7. 14 years ago
Richard Barry d53e65ed82 Tidy up timers API documentation comments. 14 years ago
Richard Barry 8a3fa98a2f Continue work on timers module documentation. 14 years ago
Richard Barry 553a8389cc Start the documentation of the timer API functions and macros. About 50% done so far. 14 years ago
Richard Barry 3c6ae51faf Finish off timers implementation. 14 years ago
Richard Barry b4ff4820cb Continue work on the new timer implementation. Nearly complete. 14 years ago
Richard Barry 07a2021676 Add ISR safe timer API. 14 years ago
Richard Barry 7ee534e4c2 Add some tick interrupt overflow protection to the timers module. This is not tested yet and still a work in progress. 14 years ago
Richard Barry 91f0fc9cdd Minor updates to the core header files required by the new timer implementation. 14 years ago
Richard Barry 8db5ded4b3 Continue work on the timers module. 14 years ago
Richard Barry 812632fd1c Start an optional timers module implementation. 14 years ago