mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-28 02:36:37 +08:00
boards: fmu-v5 debug variant disable unnecessary modules to save flash
- partially sync with fmu-v5 stackcheck build
This commit is contained in:
@@ -17,7 +17,8 @@ px4_add_board(
|
|||||||
TEL4:/dev/ttyS3
|
TEL4:/dev/ttyS3
|
||||||
DRIVERS
|
DRIVERS
|
||||||
adc
|
adc
|
||||||
barometer # all available barometer drivers
|
#barometer # all available barometer drivers
|
||||||
|
barometer/ms5611
|
||||||
#batt_smbus
|
#batt_smbus
|
||||||
camera_capture
|
camera_capture
|
||||||
camera_trigger
|
camera_trigger
|
||||||
@@ -34,34 +35,34 @@ px4_add_board(
|
|||||||
#imu/invensense/icm20602
|
#imu/invensense/icm20602
|
||||||
imu/invensense/icm20689
|
imu/invensense/icm20689
|
||||||
#imu/mpu6000 # legacy icm20602/icm20689 driver
|
#imu/mpu6000 # legacy icm20602/icm20689 driver
|
||||||
irlock
|
#irlock
|
||||||
lights/blinkm
|
#lights/blinkm
|
||||||
lights/rgbled
|
lights/rgbled
|
||||||
lights/rgbled_ncp5623c
|
lights/rgbled_ncp5623c
|
||||||
lights/rgbled_pwm
|
lights/rgbled_pwm
|
||||||
magnetometer # all available magnetometer drivers
|
magnetometer # all available magnetometer drivers
|
||||||
mkblctrl
|
#mkblctrl
|
||||||
optical_flow # all available optical flow drivers
|
optical_flow # all available optical flow drivers
|
||||||
#osd
|
#osd
|
||||||
pca9685
|
#pca9685
|
||||||
power_monitor/ina226
|
#power_monitor/ina226
|
||||||
#protocol_splitter
|
#protocol_splitter
|
||||||
pwm_input
|
pwm_input
|
||||||
pwm_out_sim
|
pwm_out_sim
|
||||||
pwm_out
|
pwm_out
|
||||||
px4io
|
px4io
|
||||||
rc_input
|
rc_input
|
||||||
roboclaw
|
#roboclaw
|
||||||
rpm
|
rpm
|
||||||
safety_button
|
safety_button
|
||||||
tap_esc
|
#tap_esc
|
||||||
telemetry # all available telemetry drivers
|
telemetry # all available telemetry drivers
|
||||||
test_ppm
|
test_ppm
|
||||||
tone_alarm
|
tone_alarm
|
||||||
#uavcan
|
#uavcan
|
||||||
MODULES
|
MODULES
|
||||||
airspeed_selector
|
airspeed_selector
|
||||||
attitude_estimator_q
|
#attitude_estimator_q
|
||||||
battery_status
|
battery_status
|
||||||
#camera_feedback
|
#camera_feedback
|
||||||
commander
|
commander
|
||||||
|
|||||||
@@ -53,6 +53,7 @@ px4_add_board(
|
|||||||
px4io
|
px4io
|
||||||
rc_input
|
rc_input
|
||||||
#roboclaw
|
#roboclaw
|
||||||
|
#rpm
|
||||||
safety_button
|
safety_button
|
||||||
#tap_esc
|
#tap_esc
|
||||||
telemetry # all available telemetry drivers
|
telemetry # all available telemetry drivers
|
||||||
@@ -95,6 +96,7 @@ px4_add_board(
|
|||||||
dmesg
|
dmesg
|
||||||
dumpfile
|
dumpfile
|
||||||
esc_calib
|
esc_calib
|
||||||
|
gpio
|
||||||
hardfault_log
|
hardfault_log
|
||||||
i2cdetect
|
i2cdetect
|
||||||
led_control
|
led_control
|
||||||
@@ -117,6 +119,7 @@ px4_add_board(
|
|||||||
ver
|
ver
|
||||||
work_queue
|
work_queue
|
||||||
EXAMPLES
|
EXAMPLES
|
||||||
|
#fake_magnetometer
|
||||||
#fixedwing_control # Tutorial code from https://px4.io/dev/example_fixedwing_control
|
#fixedwing_control # Tutorial code from https://px4.io/dev/example_fixedwing_control
|
||||||
#hello
|
#hello
|
||||||
#hwtest # Hardware test
|
#hwtest # Hardware test
|
||||||
|
|||||||
Reference in New Issue
Block a user