mirror of
https://gitee.com/xiaohuolufeihua/bizhang_-obav.git
synced 2026-05-22 09:28:58 +00:00
12 lines
182 B
Makefile
12 lines
182 B
Makefile
#
|
|
# Board-specific definitions for the PX4IOv2
|
|
#
|
|
|
|
#
|
|
# Configure the toolchain
|
|
#
|
|
CONFIG_ARCH = CORTEXM3
|
|
CONFIG_BOARD = PX4IO_V2
|
|
|
|
include $(PX4_MK_DIR)/toolchain_gnu-arm-eabi.mk
|