2023-07-29 23:19:37 -03:00
|
|
|
# this is an include file to be used on low-flash boards which are not
|
|
|
|
# generally used for FPV/OSD purposes. Care must be taken to
|
|
|
|
# preserve existing features on these boards.
|
|
|
|
|
2023-07-17 05:33:54 -03:00
|
|
|
include minimize_common.inc
|
2023-07-17 05:35:55 -03:00
|
|
|
|
|
|
|
# remove various OSD features by default:
|
|
|
|
define OSD_ENABLED 0
|
|
|
|
define HAL_PLUSCODE_ENABLE 0
|
|
|
|
define HAL_OSD_SIDEBAR_ENABLE 0
|
|
|
|
define OSD_PARAM_ENABLED 0
|
2023-07-17 18:48:29 -03:00
|
|
|
|
|
|
|
# Crossfire telemetry must be explicitly enabled on minimized boards:
|
|
|
|
define HAL_CRSF_TELEM_ENABLED 0
|
|
|
|
|
|
|
|
# Soaring is off by defauult on of smaller boards.
|
|
|
|
define HAL_SOARING_ENABLED 0
|
2023-07-27 22:35:34 -03:00
|
|
|
|
|
|
|
# RunCam control isn't available on smaller boards
|
|
|
|
define HAL_RUNCAM_ENABLED 0
|
2023-07-27 22:36:05 -03:00
|
|
|
|
|
|
|
# minimized boards don't get configuration via SmartAudio by default:
|
|
|
|
define AP_SMARTAUDIO_ENABLED 0
|
2023-07-27 22:42:16 -03:00
|
|
|
|
2023-07-30 23:46:11 -03:00
|
|
|
# no Spektrum telemetry:
|
|
|
|
define HAL_SPEKTRUM_TELEM_ENABLED 0
|
2023-08-29 23:08:20 -03:00
|
|
|
|
|
|
|
# no MSP:
|
|
|
|
define HAL_MSP_ENABLED 0
|
|
|
|
|
|
|
|
# Copter-specific defines; these defines are only used in the Copter
|
|
|
|
# directory, but are seen across the entire codebase:
|
|
|
|
define MODE_FLOWHOLD_ENABLED 0
|
|
|
|
define MODE_TURTLE_ENABLED 0
|