mirror of
https://github.com/infiniteCable2/panda.git
synced 2026-02-18 17:23:52 +08:00
11 lines
205 B
Makefile
11 lines
205 B
Makefile
# :set noet
|
|
PROJ_NAME = panda
|
|
CFLAGS = -g -O0 -Wall
|
|
|
|
CFLAGS += -mlittle-endian -mthumb -mcpu=cortex-m4
|
|
CFLAGS += -mhard-float -DSTM32F4 -DSTM32F413xx
|
|
STARTUP_FILE = startup_stm32f413xx
|
|
|
|
include build.mk
|
|
|