mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-02 05:04:08 +08:00
34 lines
463 B
CMake
34 lines
463 B
CMake
include (${CMAKE_CURRENT_LIST_DIR}/uavcan_board_identity)
|
|
|
|
px4_add_board(
|
|
PLATFORM nuttx
|
|
VENDOR ark
|
|
MODEL can-flow
|
|
LABEL debug
|
|
TOOLCHAIN arm-none-eabi
|
|
ARCHITECTURE cortex-m4
|
|
CONSTRAINED_MEMORY
|
|
ROMFSROOT cannode
|
|
UAVCAN_INTERFACES 1
|
|
DRIVERS
|
|
bootloaders
|
|
imu/bosch/bmi088
|
|
optical_flow/paw3902
|
|
uavcannode
|
|
MODULES
|
|
#ekf2
|
|
load_mon
|
|
#sensors
|
|
SYSTEMCMDS
|
|
mft
|
|
mtd
|
|
param
|
|
perf
|
|
reboot
|
|
system_time
|
|
top
|
|
topic_listener
|
|
ver
|
|
work_queue
|
|
)
|