mirror of
https://github.com/infiniteCable2/panda.git
synced 2026-02-19 17:53:53 +08:00
9 lines
203 B
Makefile
9 lines
203 B
Makefile
PROJ_NAME = panda
|
|
CFLAGS = -g -O0 -Wall -std=gnu90
|
|
|
|
CFLAGS += -mlittle-endian -mthumb -mcpu=cortex-m4
|
|
CFLAGS += -mhard-float -DSTM32F4 -DSTM32F413xx
|
|
STARTUP_FILE = startup_stm32f413xx
|
|
|
|
include build.mk
|