hwdef: remove ICEngine support from many boards

Ran out of room on omnibusf4pro-bdshot.

Removed ICEngine in the same place we were removing OpticalFlow
This commit is contained in:
Peter Barker 2022-08-13 11:03:57 +10:00 committed by Andrew Tridgell
parent dc8862822f
commit 9b1b06fd95
14 changed files with 14 additions and 0 deletions

View File

@ -139,3 +139,4 @@ define HAL_GENERATOR_ENABLED 0
define AC_OAPATHPLANNER_ENABLED 0 define AC_OAPATHPLANNER_ENABLED 0
define PRECISION_LANDING 0 define PRECISION_LANDING 0
define AP_OPTICALFLOW_ENABLED 0 define AP_OPTICALFLOW_ENABLED 0
define AP_ICENGINE_ENABLED 0

View File

@ -70,3 +70,4 @@ define HAL_PARACHUTE_ENABLED 0
define HAL_SPRAYER_ENABLED 0 define HAL_SPRAYER_ENABLED 0
define AP_BATTMON_SMBUS_ENABLE 0 define AP_BATTMON_SMBUS_ENABLE 0
define AP_OPTICALFLOW_ENABLED 0 define AP_OPTICALFLOW_ENABLED 0
define AP_ICENGINE_ENABLED 0

View File

@ -173,3 +173,4 @@ include ../include/minimal.inc
define HAL_SPRAYER_ENABLED 0 define HAL_SPRAYER_ENABLED 0
define AP_BATTMON_SMBUS_ENABLE 0 define AP_BATTMON_SMBUS_ENABLE 0
define AP_OPTICALFLOW_ENABLED 0 define AP_OPTICALFLOW_ENABLED 0
define AP_ICENGINE_ENABLED 0

View File

@ -48,3 +48,4 @@ define HAL_GENERATOR_ENABLED 0
define AC_OAPATHPLANNER_ENABLED 0 define AC_OAPATHPLANNER_ENABLED 0
define PRECISION_LANDING 0 define PRECISION_LANDING 0
define AP_OPTICALFLOW_ENABLED 0 define AP_OPTICALFLOW_ENABLED 0
define AP_ICENGINE_ENABLED 0

View File

@ -168,3 +168,4 @@ define HAL_GENERATOR_ENABLED 0
define AC_OAPATHPLANNER_ENABLED 0 define AC_OAPATHPLANNER_ENABLED 0
define PRECISION_LANDING 0 define PRECISION_LANDING 0
define AP_OPTICALFLOW_ENABLED 0 define AP_OPTICALFLOW_ENABLED 0
define AP_ICENGINE_ENABLED 0

View File

@ -191,3 +191,4 @@ define HAL_BUTTON_ENABLED 0
define HAL_OREO_LED_ENABLED 0 define HAL_OREO_LED_ENABLED 0
define HAL_PICCOLO_CAN_ENABLE 0 define HAL_PICCOLO_CAN_ENABLE 0
define AP_OPTICALFLOW_ENABLED 0 define AP_OPTICALFLOW_ENABLED 0
define AP_ICENGINE_ENABLED 0

View File

@ -197,3 +197,4 @@ define PRECISION_LANDING 0
define HAL_BARO_WIND_COMP_ENABLED 0 define HAL_BARO_WIND_COMP_ENABLED 0
define GRIPPER_ENABLED 0 define GRIPPER_ENABLED 0
define AP_OPTICALFLOW_ENABLED 0 define AP_OPTICALFLOW_ENABLED 0
define AP_ICENGINE_ENABLED 0

View File

@ -172,3 +172,4 @@ define HAL_GENERATOR_ENABLED 0
define AC_OAPATHPLANNER_ENABLED 0 define AC_OAPATHPLANNER_ENABLED 0
define PRECISION_LANDING 0 define PRECISION_LANDING 0
define AP_OPTICALFLOW_ENABLED 0 define AP_OPTICALFLOW_ENABLED 0
define AP_ICENGINE_ENABLED 0

View File

@ -152,3 +152,4 @@ define HAL_SPRAYER_ENABLED 0
define AP_BATTMON_SMBUS_ENABLE 0 define AP_BATTMON_SMBUS_ENABLE 0
define AP_BATTMON_FUEL_ENABLE 0 define AP_BATTMON_FUEL_ENABLE 0
define AP_OPTICALFLOW_ENABLED 0 define AP_OPTICALFLOW_ENABLED 0
define AP_ICENGINE_ENABLED 0

View File

@ -171,3 +171,4 @@ define HAL_GENERATOR_ENABLED 0
define AC_OAPATHPLANNER_ENABLED 0 define AC_OAPATHPLANNER_ENABLED 0
define PRECISION_LANDING 0 define PRECISION_LANDING 0
define AP_OPTICALFLOW_ENABLED 0 define AP_OPTICALFLOW_ENABLED 0
define AP_ICENGINE_ENABLED 0

View File

@ -180,6 +180,7 @@ define HAL_RUNCAM_ENABLED 0
define HAL_SPEKTRUM_TELEM_ENABLED 0 define HAL_SPEKTRUM_TELEM_ENABLED 0
define HAL_SOARING_ENABLED 0 define HAL_SOARING_ENABLED 0
define AP_OPTICALFLOW_ENABLED 0 define AP_OPTICALFLOW_ENABLED 0
define AP_ICENGINE_ENABLED 0
# minimal drivers to reduce flash usage # minimal drivers to reduce flash usage
include ../include/minimal.inc include ../include/minimal.inc

View File

@ -162,3 +162,4 @@ define HAL_GENERATOR_ENABLED 0
define AC_OAPATHPLANNER_ENABLED 0 define AC_OAPATHPLANNER_ENABLED 0
define PRECISION_LANDING 0 define PRECISION_LANDING 0
define AP_OPTICALFLOW_ENABLED 0 define AP_OPTICALFLOW_ENABLED 0
define AP_ICENGINE_ENABLED 0

View File

@ -37,3 +37,4 @@ define PRECISION_LANDING 0
define HAL_BARO_WIND_COMP_ENABLED 0 define HAL_BARO_WIND_COMP_ENABLED 0
define GRIPPER_ENABLED 0 define GRIPPER_ENABLED 0
define AP_OPTICALFLOW_ENABLED 0 define AP_OPTICALFLOW_ENABLED 0
define AP_ICENGINE_ENABLED 0

View File

@ -94,6 +94,7 @@ define HAL_WITH_ESC_TELEM 0
define LANDING_GEAR_ENABLED 0 define LANDING_GEAR_ENABLED 0
define MODE_TURTLE_ENABLED 0 define MODE_TURTLE_ENABLED 0
define WINCH_ENABLED 0 define WINCH_ENABLED 0
define AP_ICENGINE_ENABLED 0
# serially-attached actuators aren't relevant on SkyViper: # serially-attached actuators aren't relevant on SkyViper:
define AP_FETTEC_ONEWIRE_ENABLED 0 define AP_FETTEC_ONEWIRE_ENABLED 0