From 5dca8c7973a99df96cbcbf0a5de04d9756b595e1 Mon Sep 17 00:00:00 2001 From: Karl Palsson Date: Wed, 28 Aug 2013 18:04:29 +0000 Subject: [PATCH] [stm32-l1] Include f103 usb driver in build. Tested with the h103 cdcacm demo (originally targetting an F103) on a custom L1 based board and it enumerates successfully. --- lib/stm32/l1/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/stm32/l1/Makefile b/lib/stm32/l1/Makefile index b0a42609..980390df 100644 --- a/lib/stm32/l1/Makefile +++ b/lib/stm32/l1/Makefile @@ -41,6 +41,7 @@ OBJS += pwr_common_all.o pwr.o rtc_common_l1f024.o OBJS += spi_common_all.o timer_common_all.o OBJS += usart_common_all.o usart_common_f124.o OBJS += exti_common_all.o +OBJS += usb.o usb_control.o usb_standard.o usb_f103.o VPATH += ../../usb:../:../../cm3:../common