Files
StarPilot/panda/board/Makefile.legacy
T
2017-12-23 17:10:42 -08:00

10 lines
200 B
Makefile

# :set noet
PROJ_NAME = comma
CFLAGS = -g -Wall
CFLAGS += -mlittle-endian -mthumb -mcpu=cortex-m3
CFLAGS += -msoft-float -DSTM32F2 -DSTM32F205xx
STARTUP_FILE = startup_stm32f205xx
include build.mk