summaryrefslogtreecommitdiff
path: root/src/chaoskey-v0.1/Makefile
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2016-02-07 00:15:47 +1100
committerKeith Packard <keithp@keithp.com>2016-02-07 15:42:28 -0800
commit1473f9234ffd34d8f37bc489dfc9fc4d7f1b3eed (patch)
tree2ddd0f441b4ba2f08197b60906e7469850c23c00 /src/chaoskey-v0.1/Makefile
parent235198b85f1583d2792c7028decace61d1b4229e (diff)
altos/chaoskey-v0.1: Add power management and change USB classes
Enable power management. Expose only a single IN endpoint. Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src/chaoskey-v0.1/Makefile')
-rw-r--r--src/chaoskey-v0.1/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/chaoskey-v0.1/Makefile b/src/chaoskey-v0.1/Makefile
index ac4a6788..4948a4c5 100644
--- a/src/chaoskey-v0.1/Makefile
+++ b/src/chaoskey-v0.1/Makefile
@@ -13,6 +13,7 @@ INC = \
ao_product.h \
ao_task.h \
ao_adc_fast.h \
+ ao_power.h \
stm32f0.h
#
@@ -33,6 +34,8 @@ ALTOS_SRC = \
ao_usb_stm.c \
ao_trng_send.c \
ao_task.c \
+ ao_power.c \
+ ao_gpio.c \
ao_product.c
PRODUCT=ChaosKey-v0.1