mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
Based on the work of Andrew Smith [1], add board configuration and device drivers to support the Gumstix AeroCore (previously Aerodroid) board [2]. The AeroCore is an autopilot board based on a STM32F427 similar to the FMUv2. [1] https://github.com/smithandrewc/Firmware [2] https://store.gumstix.com/index.php/products/585/ Signed-off-by: Ash Charles <ashcharles@gmail.com>
12 lines
192 B
Makefile
12 lines
192 B
Makefile
#
|
|
# Board-specific definitions for the Gumstix AeroCore
|
|
#
|
|
|
|
#
|
|
# Configure the toolchain
|
|
#
|
|
CONFIG_ARCH = CORTEXM4F
|
|
CONFIG_BOARD = AEROCORE
|
|
|
|
include $(PX4_MK_DIR)/toolchain_gnu-arm-eabi.mk
|