]> git.sur5r.net Git - freertos/commit
Create minor optimisations (just an asm instruction or two) by using consts in a...
authorrtel <rtel@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Tue, 29 Mar 2016 13:07:27 +0000 (13:07 +0000)
committerrtel <rtel@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Tue, 29 Mar 2016 13:07:27 +0000 (13:07 +0000)
commit3a8600b9a609ab04a4d93a57847982a3e94a683b
tree246f3308e8a4c0f97e95a461fd316d65875c5fd1
parent90a607769708872719da4aefdf8dc0ad4347a732
Create minor optimisations (just an asm instruction or two) by using consts in a few places where previously a volatile variable that didn't change was used.
Add the simple xTimerGetPeriod() and xTimerGetExpiryTime() functions.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@2432 1d2547de-c912-0410-9cb9-b8ca96c0e9e2
FreeRTOS/Source/include/timers.h
FreeRTOS/Source/portable/MSVC-MingW/port.c
FreeRTOS/Source/queue.c
FreeRTOS/Source/tasks.c
FreeRTOS/Source/timers.c