Richard Barry
e3276fc282
Change version numbers to V7.1.0.
13 years ago
Richard Barry
eb8f02358e
Fix compiler warning in timers.c/h that are only seen when the file is compiled on 8 bit devices.
...
Update example source code in timers.h so the parameter names match those in timers.c.
Fix "known issue" bug in xTaskResumeFromISR() (which was missing a critical section).
13 years ago
Richard Barry
cc61126025
Update headers for the FreeRTOS V7.0.2 release.
14 years ago
Richard Barry
28629a7ea6
Update the names of some of the newly introduced API functions so they are more consistent with the names of pre-existing API functions.
14 years ago
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