untested protothread timer stuff
This commit is contained in:
parent
427eb62ac4
commit
0de9d4db1e
7 changed files with 376 additions and 7 deletions
|
@ -9,7 +9,7 @@ MCU = atmega168
|
|||
F_CPU = 16000000
|
||||
FORMAT = ihex
|
||||
TARGET = example
|
||||
SRC = example.c
|
||||
SRC = example.c timer/clock-arch.c timer/timer.c
|
||||
ASRC =
|
||||
OPT = s
|
||||
|
||||
|
@ -32,7 +32,7 @@ CSTANDARD = -std=gnu99
|
|||
CDEFS = -DF_CPU=$(F_CPU)UL
|
||||
|
||||
# Place -I options here
|
||||
CINCS = -Ipt
|
||||
CINCS = -Ipt
|
||||
|
||||
|
||||
CDEBUG = -g$(DEBUG)
|
||||
|
|
Reference in a new issue