aboutsummaryrefslogtreecommitdiffstats
path: root/wirish/rules.mk
diff options
context:
space:
mode:
authorMarti Bolivar <mbolivar@leaflabs.com>2011-05-05 17:18:25 -0400
committerMarti Bolivar <mbolivar@leaflabs.com>2011-05-06 19:30:49 -0400
commit6765e0eaf8da078195373e297acc9dff6dde7b9e (patch)
tree2132dbaa01fdab76890a0b28623be07bade16d84 /wirish/rules.mk
parent7904a5921a75ee4f99fb2662d7b540b56d6a7cb3 (diff)
downloadlibrambutan-6765e0eaf8da078195373e297acc9dff6dde7b9e.tar.gz
librambutan-6765e0eaf8da078195373e297acc9dff6dde7b9e.zip
Putting updated HardwareTimer back into the build.
HardwareTimer was removed from the build when the timer refactor was done; this redoes it in terms of the new timer.h interface. A variety of conflicting or badly designed bits were deprecated or removed. I'm still not satisfied with this interface, as it's going to make life difficult moving forward to high-density chips, where the addition of basic timers means that the capture/compare methods won't apply in some cases. However, we need to get 0.0.10 out the door, so it'll have to do for now. The docs are up to date, and contain a warning that the Wirish API isn't stable and a recommendation to use libmaple proper.
Diffstat (limited to 'wirish/rules.mk')
-rw-r--r--wirish/rules.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/wirish/rules.mk b/wirish/rules.mk
index c3608e3..6999288 100644
--- a/wirish/rules.mk
+++ b/wirish/rules.mk
@@ -23,6 +23,7 @@ cppSRCS_$(d) := wirish_math.cpp \
boards/maple_RET6.cpp \
comm/HardwareSerial.cpp \
comm/HardwareSPI.cpp \
+ HardwareTimer.cpp \
usb_serial.cpp \
cxxabi-compat.cpp \
wirish_shift.cpp \