PX4-Autopilot/boards/cuav/x7pro/bootloader.cmake
Daniel Agar d89b7804f7
boards: initial CUAV X7Pro support (not complete)
- this is booting and functional, but still missing a few things
 - still needs full PWM output, verification of all sensor rotations and IO, etc
2020-05-01 20:59:28 -04:00

10 lines
127 B
CMake

px4_add_board(
PLATFORM nuttx
VENDOR cuav
MODEL x7pro
LABEL bootloader
TOOLCHAIN arm-none-eabi
ARCHITECTURE cortex-m7
)