mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-19 20:19:06 +08:00
holybro_can-gps-v1_debug: disable ekf & listener due to flash overflow
This commit is contained in:
parent
9171a84324
commit
369d375417
@ -8,6 +8,7 @@ px4_add_board(
|
||||
TOOLCHAIN arm-none-eabi
|
||||
ARCHITECTURE cortex-m4
|
||||
CONSTRAINED_MEMORY
|
||||
CONSTRAINED_FLASH
|
||||
ROMFSROOT cannode
|
||||
UAVCAN_INTERFACES 2
|
||||
DRIVERS
|
||||
@ -20,7 +21,7 @@ px4_add_board(
|
||||
magnetometer/bosch/bmm150
|
||||
uavcannode
|
||||
MODULES
|
||||
ekf2
|
||||
#ekf2
|
||||
load_mon
|
||||
sensors
|
||||
SYSTEMCMDS
|
||||
@ -29,7 +30,7 @@ px4_add_board(
|
||||
perf
|
||||
reboot
|
||||
top
|
||||
topic_listener
|
||||
#topic_listener
|
||||
uorb
|
||||
ver
|
||||
work_queue
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user