]> begriffs open source - freertos/commit
Create minor optimisations (just an asm instruction or two) by using consts in a...
authorRichard Barry <ribarry@amazon.com>
Tue, 29 Mar 2016 13:07:27 +0000 (13:07 +0000)
committerRichard Barry <ribarry@amazon.com>
Tue, 29 Mar 2016 13:07:27 +0000 (13:07 +0000)
commitaeb03e5fa0128e4b8d6052f91ef1fd4ef55e2941
tree246f3308e8a4c0f97e95a461fd316d65875c5fd1
parent26d3770fad70f6ec62b7ab7e0341e085fbaab2bc
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.
FreeRTOS/Source/include/timers.h
FreeRTOS/Source/portable/MSVC-MingW/port.c
FreeRTOS/Source/queue.c
FreeRTOS/Source/tasks.c
FreeRTOS/Source/timers.c