mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-07-02 12:02:09 +08:00
c251b312d8
git-subtree-dir: panda git-subtree-split: c371fe688dbad4c53635905d3471a01c185e811d
10 lines
200 B
Makefile
10 lines
200 B
Makefile
# :set noet
|
|
PROJ_NAME = comma
|
|
CFLAGS = -g -Wall
|
|
|
|
CFLAGS += -mlittle-endian -mthumb -mcpu=cortex-m3
|
|
CFLAGS += -msoft-float -DSTM32F2 -DSTM32F205xx
|
|
STARTUP_FILE = startup_stm32f205xx
|
|
|
|
include build.mk
|