summaryrefslogtreecommitdiff
path: root/stmhal/Makefile
diff options
context:
space:
mode:
authorDave Hylands <dhylands@gmail.com>2014-03-14 23:41:28 -0700
committerDave Hylands <dhylands@gmail.com>2014-03-14 23:41:28 -0700
commitca5444e6cd8b566bd4ad78e84162e03ec18e01b6 (patch)
tree64369de8ac0ef6214112340da70c78c474567dc7 /stmhal/Makefile
parent0a64c92a9c3bd7d648c8a0d087fa7e739a5eeaa3 (diff)
stmhal - add pin mapping, gpio, exti, usrsw
Diffstat (limited to 'stmhal/Makefile')
-rw-r--r--stmhal/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/stmhal/Makefile b/stmhal/Makefile
index 1c044055c..aeddca480 100644
--- a/stmhal/Makefile
+++ b/stmhal/Makefile
@@ -62,6 +62,8 @@ SRC_C = \
systick.c \
led.c \
pin.c \
+ pin_map.c \
+ pin_named_pins.c \
usart.c \
usb.c \
printf.c \
@@ -72,8 +74,10 @@ SRC_C = \
pybmodule.c \
import.c \
lexerfatfs.c \
+ gpio.c \
+ exti.c \
+ usrsw.c \
-# gpio.c \
# lcd.c \
# servo.c \
# flash.c \
@@ -86,10 +90,6 @@ SRC_C = \
# adc.c \
# rtc.c \
# file.c \
-# pin_named_pins.c \
-# pin_map.c \
-# exti.c \
-# usrsw.c \
# pybwlan.c \
SRC_S = \