hwdef: save flash space on boards that are over

This commit is contained in:
Andrew Tridgell 2022-12-10 10:17:48 +11:00 committed by Randy Mackay
parent 493fb57efc
commit ce7b0fb68f
4 changed files with 8 additions and 0 deletions

View File

@ -71,3 +71,5 @@ define HAL_SPRAYER_ENABLED 0
define AP_BATTMON_SMBUS_ENABLE 0
define AP_OPTICALFLOW_ENABLED 0
define AP_ICENGINE_ENABLED 0
define AP_GPS_SIRF_ENABLED 0
define AP_GPS_SBP_ENABLED 0

View File

@ -15,3 +15,5 @@ define CH_CFG_ST_RESOLUTION 32
# Add S7 Pad for MatekF405 STD
PB8 TIM4_CH3 TIM4 PWM(7) GPIO(56) NODMA
define AP_GPS_SIRF_ENABLED 0
define AP_GPS_SBP_ENABLED 0

View File

@ -198,3 +198,5 @@ define HAL_BARO_WIND_COMP_ENABLED 0
define GRIPPER_ENABLED 0
define AP_OPTICALFLOW_ENABLED 0
define AP_ICENGINE_ENABLED 0
define AP_GPS_SIRF_ENABLED 0
define AP_GPS_SBP_ENABLED 0

View File

@ -163,3 +163,5 @@ define AC_OAPATHPLANNER_ENABLED 0
define PRECISION_LANDING 0
define AP_OPTICALFLOW_ENABLED 0
define AP_ICENGINE_ENABLED 0
define AP_GPS_SIRF_ENABLED 0
define AP_GPS_SBP_ENABLED 0