mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-31 10:26:52 +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
|
|
)
|