mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-07-03 04:22:09 +08:00
6c702630ac
old-commit-hash: 14fb17e22f
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
|