mirror of
https://gitee.com/xiaohuolufeihua/bizhang_-obav.git
synced 2026-05-21 09:22:18 +00:00
- this is booting and functional, but still missing a few things - still needs full PWM output, verification of all sensor rotations and IO, etc
10 lines
127 B
CMake
10 lines
127 B
CMake
|
|
px4_add_board(
|
|
PLATFORM nuttx
|
|
VENDOR cuav
|
|
MODEL x7pro
|
|
LABEL bootloader
|
|
TOOLCHAIN arm-none-eabi
|
|
ARCHITECTURE cortex-m7
|
|
)
|