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