mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-02 05:04:08 +08:00
- hex_cube-orange_default -> cubepilot_cubeorange_default - hex_cube-yellow_default -> cubepilot_cubeyellow_default
13 lines
168 B
CMake
13 lines
168 B
CMake
|
|
px4_add_board(
|
|
PLATFORM nuttx
|
|
VENDOR cubepilot
|
|
MODEL io-v2
|
|
TOOLCHAIN arm-none-eabi
|
|
CONSTRAINED_FLASH
|
|
ARCHITECTURE cortex-m3
|
|
DRIVERS
|
|
MODULES
|
|
px4iofirmware
|
|
)
|