You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9 lines
233 B
9 lines
233 B
7 years ago
|
PROJ_NAME = panda
|
||
|
CFLAGS = -g -Wall
|
||
|
|
||
|
CFLAGS += -mlittle-endian -mthumb -mcpu=cortex-m4
|
||
7 years ago
|
CFLAGS += -mhard-float -DSTM32F4 -DSTM32F413xx -mfpu=fpv4-sp-d16 -fsingle-precision-constant
|
||
7 years ago
|
STARTUP_FILE = startup_stm32f413xx
|
||
|
|
||
|
include build.mk
|