mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-07-13 13:22:22 +08:00
b0b7a768f0
git-subtree-dir: panda git-subtree-split: 3b35621671aaa6de3fc66d85d30e4208a77e2489
9 lines
269 B
Makefile
9 lines
269 B
Makefile
PROJ_NAME = panda
|
|
CFLAGS = -g -Wall -Wextra -Wstrict-prototypes -Werror
|
|
|
|
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
|