mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-31 02:16:53 +08:00
boards: ark/can-flow add debug build and reduce default
This commit is contained in:
committed by
Lorenz Meier
parent
6fda6e43af
commit
19fc33a66e
@@ -0,0 +1,33 @@
|
|||||||
|
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
|
||||||
|
)
|
||||||
@@ -7,6 +7,7 @@ px4_add_board(
|
|||||||
LABEL default
|
LABEL default
|
||||||
TOOLCHAIN arm-none-eabi
|
TOOLCHAIN arm-none-eabi
|
||||||
ARCHITECTURE cortex-m4
|
ARCHITECTURE cortex-m4
|
||||||
|
CONSTRAINED_FLASH
|
||||||
CONSTRAINED_MEMORY
|
CONSTRAINED_MEMORY
|
||||||
ROMFSROOT cannode
|
ROMFSROOT cannode
|
||||||
UAVCAN_INTERFACES 1
|
UAVCAN_INTERFACES 1
|
||||||
@@ -17,17 +18,17 @@ px4_add_board(
|
|||||||
uavcannode
|
uavcannode
|
||||||
MODULES
|
MODULES
|
||||||
#ekf2
|
#ekf2
|
||||||
load_mon
|
#load_mon
|
||||||
#sensors
|
#sensors
|
||||||
SYSTEMCMDS
|
SYSTEMCMDS
|
||||||
mft
|
mft
|
||||||
mtd
|
mtd
|
||||||
param
|
param
|
||||||
perf
|
#perf
|
||||||
reboot
|
#reboot
|
||||||
system_time
|
#system_time
|
||||||
top
|
#top
|
||||||
topic_listener
|
#topic_listener
|
||||||
ver
|
#ver
|
||||||
work_queue
|
#work_queue
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user