mirror of
https://github.com/infiniteCable2/openpilot.git
synced 2026-09-08 01:03:41 +08:00
ed75eb2995
old-commit-hash: 0829b0a767ecc61d2c66db5404ae6a2fd93eef75
9 lines
271 B
Makefile
9 lines
271 B
Makefile
PROJ_NAME = panda
|
|
CFLAGS = -g -Wall -Wextra -pedantic -Wstrict-prototypes
|
|
|
|
CFLAGS += -mlittle-endian -mthumb -mcpu=cortex-m4
|
|
CFLAGS += -mhard-float -DSTM32F4 -DSTM32F413xx -mfpu=fpv4-sp-d16 -fsingle-precision-constant
|
|
STARTUP_FILE = startup_stm32f413xx
|
|
|
|
include build.mk
|