2023-07-29 23:19:37 -03:00
|
|
|
# this is an include file for low-flash boards typically used in
|
|
|
|
# vehicles used for FPV/OSD flight. These boards are unlikely to need
|
|
|
|
# drivers for rare sensors and power systems.
|
|
|
|
|
2023-07-17 05:35:55 -03:00
|
|
|
include minimize_common.inc
|
2023-07-28 01:17:18 -03:00
|
|
|
|
|
|
|
define AP_OPTICALFLOW_ENABLED 0
|
|
|
|
|
|
|
|
define AP_GPS_BACKEND_DEFAULT_ENABLED 0
|
|
|
|
define AP_GPS_UBLOX_ENABLED 1
|
|
|
|
define AP_GPS_NMEA_ENABLED 1
|
2023-09-25 05:16:34 -03:00
|
|
|
define HAL_MSP_GPS_ENABLED HAL_MSP_SENSORS_ENABLED
|
2023-07-28 01:17:18 -03:00
|
|
|
|
|
|
|
define AP_MOTORS_FRAME_DEFAULT_ENABLED 0
|
|
|
|
define AP_MOTORS_FRAME_QUAD_ENABLED 1
|
2023-08-04 02:58:02 -03:00
|
|
|
define AP_MOTORS_FRAME_HEXA_ENABLED 1
|
|
|
|
define AP_MOTORS_FRAME_OCTA_ENABLED 1
|
2023-07-28 01:17:18 -03:00
|
|
|
|
|
|
|
define AP_SBUSOUTPUT_ENABLED 0
|
|
|
|
|
|
|
|
define AP_ICENGINE_ENABLED 0
|
|
|
|
|
|
|
|
define AP_ADVANCEDFAILSAFE_ENABLED 0
|
|
|
|
|
|
|
|
define AC_PRECLAND_ENABLED 0
|
2023-07-30 23:09:26 -03:00
|
|
|
|
|
|
|
# force Tramp support even in face of normal 1MB limit:
|
|
|
|
define AP_TRAMP_ENABLED AP_VIDEOTX_ENABLED && OSD_ENABLED
|
2023-07-30 23:46:11 -03:00
|
|
|
|
|
|
|
# force CRSF Telem text support even in face of normal 1MB limit:
|
|
|
|
define HAL_CRSF_TELEM_TEXT_SELECTION_ENABLED OSD_ENABLED && OSD_PARAM_ENABLED && HAL_CRSF_TELEM_ENABLED
|