cuav/nora: disable some modules to reduce flash

This commit is contained in:
Beat Küng
2021-09-10 07:49:24 +02:00
committed by Daniel Agar
parent c49e78cbac
commit 3e899564d4
2 changed files with 7 additions and 7 deletions
+4 -4
View File
@@ -100,7 +100,7 @@ px4_add_board(
led_control led_control
mft mft
mixer mixer
motor_ramp #motor_ramp
motor_test motor_test
mtd mtd
nshterm nshterm
@@ -108,9 +108,9 @@ px4_add_board(
perf perf
pwm pwm
reboot reboot
reflect #reflect
sd_bench #sd_bench
serial_test #serial_test
system_time system_time
top top
topic_listener topic_listener
+3 -3
View File
@@ -101,7 +101,7 @@ px4_add_board(
mft mft
microbench microbench
mixer mixer
motor_ramp #motor_ramp
motor_test motor_test
mtd mtd
nshterm nshterm
@@ -109,10 +109,10 @@ px4_add_board(
perf perf
pwm pwm
reboot reboot
reflect #reflect
sd_bench sd_bench
serial_test serial_test
system_time #system_time
tests # tests and test runner tests # tests and test runner
top top
topic_listener topic_listener