mirror of
https://gitee.com/xiaohuolufeihua/bizhang_-obav.git
synced 2026-05-21 01:12:11 +00:00
* Basic Broadcom AFBR-S50 driver using vendor API and binary blob https://github.com/Broadcom/AFBR-S50-API * fix ARK Flow paw3902 rotation
35 lines
523 B
CMake
35 lines
523 B
CMake
include (${CMAKE_CURRENT_LIST_DIR}/uavcan_board_identity)
|
|
|
|
px4_add_board(
|
|
PLATFORM nuttx
|
|
VENDOR ark
|
|
MODEL can-flow
|
|
LABEL default
|
|
TOOLCHAIN arm-none-eabi
|
|
ARCHITECTURE cortex-m4
|
|
CONSTRAINED_FLASH
|
|
CONSTRAINED_MEMORY
|
|
ROMFSROOT cannode
|
|
UAVCAN_INTERFACES 1
|
|
DRIVERS
|
|
bootloaders
|
|
distance_sensor/broadcom/afbrs50
|
|
imu/bosch/bmi088
|
|
optical_flow/paw3902
|
|
uavcannode
|
|
MODULES
|
|
#ekf2
|
|
#load_mon
|
|
#sensors
|
|
SYSTEMCMDS
|
|
param
|
|
#perf
|
|
#reboot
|
|
#system_time
|
|
#top
|
|
#topic_listener
|
|
#uorb
|
|
#ver
|
|
#work_queue
|
|
)
|