mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-07-14 05:42:13 +08:00
5eb75de249
git-subtree-dir: panda
git-subtree-split: c371fe688dbad4c53635905d3471a01c185e811d
old-commit-hash: c251b312d8
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
|