summaryrefslogtreecommitdiff
path: root/src/stm-demo/Makefile
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2012-04-11 23:31:28 -0700
committerKeith Packard <keithp@keithp.com>2012-04-14 13:22:03 -0700
commit6d1606895f70c6bca20c25084107f90bd0b613ec (patch)
tree041d57a7e0af18391f59c10b6fd68d8ad041cd69 /src/stm-demo/Makefile
parent49ac2828510e8b5fcba7e31631dac0580a455011 (diff)
altos: Switch stm-demo to HSE clock, add USB
Requires that SB17 be soldered shut so that the MCO from the STlink CPU is available the target for HSE input. Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src/stm-demo/Makefile')
-rw-r--r--src/stm-demo/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/stm-demo/Makefile b/src/stm-demo/Makefile
index 2f156ea4..dd7e6e02 100644
--- a/src/stm-demo/Makefile
+++ b/src/stm-demo/Makefile
@@ -32,7 +32,8 @@ ALTOS_SRC = \
ao_dma_stm.c \
ao_spi_stm.c \
ao_adc_stm.c \
- ao_i2c_stm.c
+ ao_i2c_stm.c \
+ ao_usb_stm.c
PRODUCT=StmDemo-v0.0
PRODUCT_DEF=-DSTM_DEMO