open source driving agent
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.
|
PROJ_NAME = panda
|
|
CFLAGS = -g -Wall -Wextra -Wstrict-prototypes -Werror
|
|
|
|
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
|
|
|