carl9170 firmware: refactor timer functions
authorChristian Lamparter <chunkeey@googlemail.com>
Thu, 13 Sep 2012 22:49:25 +0000 (00:49 +0200)
committerChristian Lamparter <chunkeey@googlemail.com>
Thu, 13 Sep 2012 22:49:25 +0000 (00:49 +0200)
commitdbb81597c39e9ecf9a76420ac374a179d5b94c91
tree676c38c160d720dd56d1796e66f16a5883822bc2
parent1c697128c34c65740c067cefbf80a550a47ce05c
carl9170 firmware: refactor timer functions

Thanks to LTO, the timer routines can be moved into
a proper context without added overhead at runtime.

Signed-off-by: Christian Lamparter <chunkeey@googlemail.com>
carlfw/CMakeLists.txt
carlfw/include/timer.h
carlfw/src/main.c
carlfw/src/timer.c [new file with mode: 0644]