mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-12 05:27:35 +08:00
10 lines
128 B
CMake
10 lines
128 B
CMake
|
|
px4_add_board(
|
|
PLATFORM nuttx
|
|
VENDOR px4
|
|
MODEL fmu-v6x
|
|
LABEL bootloader
|
|
TOOLCHAIN arm-none-eabi
|
|
ARCHITECTURE cortex-m7
|
|
)
|