CHG: extracted some timers functionality, to get unified access to a timer/clock which counts in ticks. Moved stuff from util.c

This commit is contained in:
iceman1001
2016-09-21 19:03:32 +02:00
parent 4490a47690
commit 22f4dca88c
10 changed files with 372 additions and 274 deletions

View File

@@ -50,7 +50,8 @@ THUMBSRC = start.c \
util.c \
string.c \
usb_cdc.c \
cmd.c
cmd.c \
ticks.c
# These are to be compiled in ARM mode
ARMSRC = fpgaloader.c \