altos/chaoskey-v0.1: Add power management and change USB classes
[fw/altos] / src / chaoskey-v0.1 / Makefile
index ac4a6788c221fcf8b6c0d65c30c97a43bceda7d1..4948a4c57485d3df93589c2cb50dc7c66de787a0 100644 (file)
@@ -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