mirror of
https://gitee.com/xiaohuolufeihua/bizhang_-obav.git
synced 2026-05-22 01:12:31 +00:00
12 lines
183 B
Makefile
12 lines
183 B
Makefile
#
|
|
# Board-specific definitions for the PX4FMU
|
|
#
|
|
|
|
#
|
|
# Configure the toolchain
|
|
#
|
|
CONFIG_ARCH = CORTEXM4F
|
|
CONFIG_BOARD = PX4FMU_V1
|
|
|
|
include $(PX4_MK_DIR)/toolchain_gnu-arm-eabi.mk
|