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

9 lines
187 B
Makefile

PROJ_NAME = panda
CFLAGS = -g -Wall
CFLAGS += -mlittle-endian -mthumb -mcpu=cortex-m4
CFLAGS += -mhard-float -DSTM32F4 -DSTM32F413xx
STARTUP_FILE = startup_stm32f413xx
include build.mk