mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-06-01 02:55:07 +08:00
12 lines
209 B
CMake
12 lines
209 B
CMake
include (${CMAKE_CURRENT_LIST_DIR}/uavcan_board_identity)
|
|
|
|
px4_add_board(
|
|
PLATFORM nuttx
|
|
TOOLCHAIN arm-none-eabi
|
|
ARCHITECTURE cortex-m7
|
|
CONSTRAINED_MEMORY
|
|
DRIVERS
|
|
bootloaders
|
|
lights/rgbled_ncp5623c
|
|
)
|