mirror of
https://github.com/infiniteCable2/openpilot.git
synced 2026-09-06 16:23:41 +08:00
6c702630ac
old-commit-hash: 14fb17e22fe4020a46b7be8ef486dddb5210ef08
9 lines
187 B
Makefile
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
|