altos: Add generic LED driver.
[fw/altos] / src / usbtrng-v2.0 / Makefile
index 0d2376300d0847f110225053d95e2fa61883495c..678a24de4c2777040327c90c8cabef676628d392 100644 (file)
@@ -12,6 +12,7 @@ INC = \
        ao_pins.h \
        ao_product.h \
        ao_task.h \
+       ao_adc_fast.h \
        stm32f0.h
 
 #
@@ -21,12 +22,17 @@ ALTOS_SRC = \
        ao_interrupt.c \
        ao_timer.c \
        ao_panic.c \
+       ao_mutex.c \
+       ao_dma_stm.c \
+       ao_adc_fast.c \
+       ao_crc_stm.c \
        ao_stdio.c \
-       ao_led.c \
+       ao_led_stmf0.c \
        ao_romconfig.c \
        ao_boot_chain.c \
        ao_cmd.c \
        ao_usb_stm.c \
+       ao_trng.c \
        ao_task.c \
        ao_product.c