|
@ -28,7 +28,7 @@ CFLAGS = -Os -g -Wall -Wextra -I../../include -fno-common \ |
|
|
-ffunction-sections -fdata-sections -MD -DSTM32F2 |
|
|
-ffunction-sections -fdata-sections -MD -DSTM32F2 |
|
|
# ARFLAGS = rcsv
|
|
|
# ARFLAGS = rcsv
|
|
|
ARFLAGS = rcs |
|
|
ARFLAGS = rcs |
|
|
OBJS = vector.o gpio.o systick.o |
|
|
OBJS = vector.o gpio.o systick.o i2c.o |
|
|
|
|
|
|
|
|
#VPATH += ../usb
|
|
|
#VPATH += ../usb
|
|
|
VPATH += ../stm32_common |
|
|
VPATH += ../stm32_common |
|
|