mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-06-08 02:17:07 +08:00
b80575fcff
This is a first cut; it builds one firmware for each of FMU and IO.
11 lines
150 B
Makefile
11 lines
150 B
Makefile
#
|
|
# Platform-specific definitions for the PX4IO
|
|
#
|
|
|
|
#
|
|
# Configure the toolchain
|
|
#
|
|
CONFIG_ARCH = CORTEXM3
|
|
|
|
include $(PX4_MK_INCLUDE)/gnu-arm-eabi.mk
|