mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
10 lines
133 B
CMake
10 lines
133 B
CMake
|
|
px4_add_board(
|
|
PLATFORM nuttx
|
|
VENDOR mro
|
|
MODEL ctrl-zero-h7
|
|
LABEL bootloader
|
|
TOOLCHAIN arm-none-eabi
|
|
ARCHITECTURE cortex-m7
|
|
)
|