mirror of https://github.com/ArduPilot/ardupilot
hwdef: remove OpticalFlow from builds in several low-flash boards
This commit is contained in:
parent
94b14ae60b
commit
81d205465c
|
@ -139,3 +139,4 @@ define STM32_PWM_USE_ADVANCED TRUE
|
|||
define HAL_GENERATOR_ENABLED 0
|
||||
define AC_OAPATHPLANNER_ENABLED 0
|
||||
define PRECISION_LANDING 0
|
||||
define AP_OPTICALFLOW_ENABLED 0
|
||||
|
|
|
@ -170,3 +170,4 @@ define HAL_PARACHUTE_ENABLED 0
|
|||
define HAL_SPRAYER_ENABLED 0
|
||||
define HAL_BATTMON_SMBUS_ENABLE 0
|
||||
define HAL_BATTMON_FUEL_ENABLE 0
|
||||
define AP_OPTICALFLOW_ENABLED 0
|
||||
|
|
|
@ -48,3 +48,4 @@ define HAL_MOUNT_ENABLED 0
|
|||
define HAL_GENERATOR_ENABLED 0
|
||||
define AC_OAPATHPLANNER_ENABLED 0
|
||||
define PRECISION_LANDING 0
|
||||
define AP_OPTICALFLOW_ENABLED 0
|
||||
|
|
|
@ -169,3 +169,4 @@ define HAL_MOUNT_ENABLED 0
|
|||
define HAL_GENERATOR_ENABLED 0
|
||||
define AC_OAPATHPLANNER_ENABLED 0
|
||||
define PRECISION_LANDING 0
|
||||
define AP_OPTICALFLOW_ENABLED 0
|
||||
|
|
|
@ -192,4 +192,4 @@ define HAL_NMEA_OUTPUT_ENABLED 0
|
|||
define HAL_BUTTON_ENABLED 0
|
||||
define HAL_OREO_LED_ENABLED 0
|
||||
define HAL_PICCOLO_CAN_ENABLE 0
|
||||
|
||||
define AP_OPTICALFLOW_ENABLED 0
|
||||
|
|
|
@ -198,3 +198,4 @@ define AC_OAPATHPLANNER_ENABLED 0
|
|||
define PRECISION_LANDING 0
|
||||
define HAL_BARO_WIND_COMP_ENABLED 0
|
||||
define GRIPPER_ENABLED 0
|
||||
define AP_OPTICALFLOW_ENABLED 0
|
||||
|
|
|
@ -173,3 +173,4 @@ define AP_PARAM_MAX_EMBEDDED_PARAM 1024
|
|||
define HAL_GENERATOR_ENABLED 0
|
||||
define AC_OAPATHPLANNER_ENABLED 0
|
||||
define PRECISION_LANDING 0
|
||||
define AP_OPTICALFLOW_ENABLED 0
|
||||
|
|
|
@ -170,3 +170,4 @@ define STM32_PWM_USE_ADVANCED TRUE
|
|||
define HAL_GENERATOR_ENABLED 0
|
||||
define AC_OAPATHPLANNER_ENABLED 0
|
||||
define PRECISION_LANDING 0
|
||||
define AP_OPTICALFLOW_ENABLED 0
|
||||
|
|
|
@ -179,3 +179,4 @@ define HAL_BARO_WIND_COMP_ENABLED 0
|
|||
define HAL_RUNCAM_ENABLED 0
|
||||
define HAL_SPEKTRUM_TELEM_ENABLED 0
|
||||
define HAL_SOARING_ENABLED 0
|
||||
define AP_OPTICALFLOW_ENABLED 0
|
||||
|
|
|
@ -163,3 +163,4 @@ define AP_PARAM_MAX_EMBEDDED_PARAM 1024
|
|||
define HAL_GENERATOR_ENABLED 0
|
||||
define AC_OAPATHPLANNER_ENABLED 0
|
||||
define PRECISION_LANDING 0
|
||||
define AP_OPTICALFLOW_ENABLED 0
|
||||
|
|
Loading…
Reference in New Issue