From 651917aeb4b76afbb6c4a859e9a7aab4978b5008 Mon Sep 17 00:00:00 2001 From: Gareth McMullin Date: Sat, 17 Dec 2011 14:11:39 +1300 Subject: Added USB example for stm32f4. Moved clock enable for OTG_FS back into applications. This and gpio config are the only differences between f107 and f2xx/f4xx. --- lib/stm32/f4/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/stm32/f4/Makefile') diff --git a/lib/stm32/f4/Makefile b/lib/stm32/f4/Makefile index dd0c7a2..b27ef8e 100644 --- a/lib/stm32/f4/Makefile +++ b/lib/stm32/f4/Makefile @@ -30,6 +30,7 @@ CFLAGS = -Os -g -Wall -Wextra -I../../../include -fno-common \ ARFLAGS = rcs OBJS = vector.o rcc.o gpio.o usart.o spi.o flash.o nvic.o \ i2c.o systick.o exti.o scb.o pwr.o timer.o \ + usb.o usb_standard.o usb_control.o usb_f107.o \ VPATH += ../../usb:../ -- cgit v1.2.3