Files
sunnypilot/panda/board/Makefile
T
Vehicle Researcher 7cb06570f0 Merge panda subtree
old-commit-hash: 94a27e351f
2018-04-14 06:06:42 +00:00

9 lines
233 B
Makefile

PROJ_NAME = panda
CFLAGS = -g -Wall
CFLAGS += -mlittle-endian -mthumb -mcpu=cortex-m4
CFLAGS += -mhard-float -DSTM32F4 -DSTM32F413xx -mfpu=fpv4-sp-d16 -fsingle-precision-constant
STARTUP_FILE = startup_stm32f413xx
include build.mk