mirror of
https://github.com/infiniteCable2/openpilot.git
synced 2026-09-07 08:43:40 +08:00
6c702630ac
old-commit-hash: 14fb17e22fe4020a46b7be8ef486dddb5210ef08
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
|