mirror of
https://github.com/infiniteCable2/panda.git
synced 2026-02-18 17:23:52 +08:00
10 lines
204 B
Makefile
10 lines
204 B
Makefile
# :set noet
|
|
PROJ_NAME = comma
|
|
CFLAGS = -g -O0 -Wall
|
|
|
|
CFLAGS += -mlittle-endian -mthumb -mcpu=cortex-m3
|
|
CFLAGS += -msoft-float -DSTM32F2 -DSTM32F205xx
|
|
STARTUP_FILE = startup_stm32f205xx
|
|
|
|
include build.mk
|