mirror of
https://gitee.com/xiaohuolufeihua/bizhang_-obav.git
synced 2026-05-22 01:12:31 +00:00
px4fmu-v2_default: save more flash
This disables the following modules to save flash: - mpu9250 driver because the MPU9250 is rarely used on Pixhawks - Snapdragon RC PWM passthrough which is rarely used and definitely a special/custom configuration. Also, it will soon be obsolete with the upcoming PWM support on Snapdragon.
This commit is contained in:
@@ -18,7 +18,7 @@ set(config_module_list
|
||||
drivers/boards/px4fmu-v2
|
||||
drivers/rgbled
|
||||
drivers/mpu6000
|
||||
drivers/mpu9250
|
||||
#drivers/mpu9250
|
||||
drivers/lsm303d
|
||||
drivers/l3gd20
|
||||
drivers/hmc5883
|
||||
@@ -46,7 +46,7 @@ set(config_module_list
|
||||
drivers/pwm_input
|
||||
drivers/camera_trigger
|
||||
drivers/bst
|
||||
drivers/snapdragon_rc_pwm
|
||||
#drivers/snapdragon_rc_pwm
|
||||
drivers/lis3mdl
|
||||
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user