Files
panda-meb/board/Makefile
2017-04-06 18:11:36 -07:00

11 lines
205 B
Makefile

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