2022-10-06 07:44:29 -03:00
|
|
|
# for now we make this define, but we should migrate from this to much
|
|
|
|
# more specific defines - added below.
|
2022-06-27 03:54:39 -03:00
|
|
|
define HAL_MINIMIZE_FEATURES 1
|
2022-10-06 07:44:29 -03:00
|
|
|
|
|
|
|
# disable emitting nice strings when activating RC channel aux functions:
|
|
|
|
define AP_RC_CHANNEL_AUX_FUNCTION_STRINGS_ENABLED 0
|
2022-10-12 20:36:27 -03:00
|
|
|
|
|
|
|
# low-end boards aren't expected to be used in environments where
|
|
|
|
# things like satellite communications are required:
|
|
|
|
define HAL_HIGH_LATENCY2_ENABLED 0
|
2022-10-25 00:52:07 -03:00
|
|
|
|
|
|
|
# Crossfire telemetry must be explicitly enabled on minimized boards:
|
|
|
|
define HAL_CRSF_TELEM_ENABLED 0
|
2022-10-31 23:39:04 -03:00
|
|
|
|
|
|
|
# Gripper isn't a vital feature for smaller boards
|
|
|
|
define AP_GRIPPER_ENABLED 0
|
2022-10-31 23:39:21 -03:00
|
|
|
|
|
|
|
# Sprayer isn't a vital feature for smaller boards
|
|
|
|
define HAL_SPRAYER_ENABLED 0
|
2022-10-31 23:50:12 -03:00
|
|
|
|
|
|
|
# RunCam control isn't available on smaller boards
|
|
|
|
define HAL_RUNCAM_ENABLED 0
|