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
|
2022-06-27 04:07:48 -03:00
|
|
|
|
|
|
|
# disable use of onboard FFT library:
|
|
|
|
define HAL_GYROFFT_ENABLED 0
|
2022-11-02 05:55:25 -03:00
|
|
|
|
|
|
|
# several notify backends are rare and not supported by default on smaller boards:
|
|
|
|
define AP_NOTIFY_NCP5623_ENABLED 0
|
2022-11-02 06:11:44 -03:00
|
|
|
|
|
|
|
# Soaring is off by defauult on of smaller boards.
|
|
|
|
define HAL_SOARING_ENABLED 0
|
2022-11-02 06:14:49 -03:00
|
|
|
|
|
|
|
# HOTT telemetry is quite rare, so we don't include it on smaller boards
|
|
|
|
define HAL_HOTT_TELEM_ENABLED 0
|
2022-11-02 06:24:25 -03:00
|
|
|
|
|
|
|
# smaller boards lose SIRF GPS support
|
|
|
|
define AP_GPS_SIRF_ENABLED 0
|
2023-01-19 15:55:36 -04:00
|
|
|
|
2023-05-31 22:21:45 -03:00
|
|
|
# no moving baseline support:
|
|
|
|
define GPS_MOVING_BASELINE 0
|
|
|
|
|
2023-01-19 15:55:36 -04:00
|
|
|
# minimized boards don't get configuration via SmartAudio by default:
|
|
|
|
define AP_SMARTAUDIO_ENABLED 0
|
|
|
|
|
|
|
|
# minimized boards don't get configuration via Tramp by default:
|
|
|
|
define AP_TRAMP_ENABLED 0
|
2022-11-30 20:36:11 -04:00
|
|
|
|
2023-05-31 22:21:45 -03:00
|
|
|
# No LTM telemetry on minimized boards:
|
|
|
|
define AP_LTM_TELEM_ENABLED 0
|
|
|
|
|
|
|
|
# no Spektrum telemetry:
|
|
|
|
define HAL_SPEKTRUM_TELEM_ENABLED 0
|
|
|
|
|
2022-11-30 20:36:11 -04:00
|
|
|
# various structures increase the flash size when using >16 servos:
|
|
|
|
define NUM_SERVO_CHANNELS 16
|
2023-02-22 21:44:40 -04:00
|
|
|
|
|
|
|
# remove various OSD features by default:
|
2023-03-18 20:03:12 -03:00
|
|
|
define OSD_ENABLED 0
|
2023-02-22 21:44:40 -04:00
|
|
|
define HAL_PLUSCODE_ENABLE 0
|
|
|
|
define HAL_OSD_SIDEBAR_ENABLE 0
|
|
|
|
define OSD_PARAM_ENABLED 0
|
2023-03-02 20:48:38 -04:00
|
|
|
|
|
|
|
# no Winch if minimized:
|
|
|
|
define AP_WINCH_ENABLED 0
|
2023-03-06 18:15:58 -04:00
|
|
|
|
|
|
|
# prune out some odd camera backends:
|
2023-03-09 05:57:13 -04:00
|
|
|
define AP_CAMERA_BACKEND_DEFAULT_ENABLED 0
|
2023-03-16 06:50:14 -03:00
|
|
|
define AP_CAMERA_RELAY_ENABLED AP_CAMERA_ENABLED
|
|
|
|
define AP_CAMERA_SERVO_ENABLED AP_CAMERA_ENABLED
|
2023-03-10 20:46:34 -04:00
|
|
|
|
|
|
|
# no SLCAN on these boards (use can-over-mavlink if required)
|
|
|
|
define AP_CAN_SLCAN_ENABLED 0
|
2023-04-09 04:39:19 -03:00
|
|
|
|
2023-05-31 22:21:45 -03:00
|
|
|
# no PiccoloCAN:
|
|
|
|
define HAL_PICCOLO_CAN_ENABLE 0
|
|
|
|
|
2023-04-09 04:39:19 -03:00
|
|
|
# no beacon support on minimized boards:
|
|
|
|
define AP_BEACON_ENABLED 0
|
2023-03-06 22:22:21 -04:00
|
|
|
|
|
|
|
# restricted battery backends:
|
|
|
|
define AP_BATTERY_BACKEND_DEFAULT_ENABLED 0
|
|
|
|
define AP_BATTERY_ANALOG_ENABLED 1
|
|
|
|
define AP_BATTERY_ESC_ENABLED 1
|
|
|
|
define AP_BATTERY_UAVCAN_BATTERYINFO_ENABLED HAL_ENABLE_DRONECAN_DRIVERS
|
|
|
|
define AP_BATTERY_SUM_ENABLED 1
|
|
|
|
define AP_BATTERY_SYNTHETIC_CURRENT_ENABLED 1
|
|
|
|
define AP_BATTERY_SMBUS_ENABLED 1
|
|
|
|
define AP_BATTERY_SMBUS_GENERIC_ENABLED AP_BATTERY_SMBUS_ENABLED
|
|
|
|
define AP_BATTERY_SMBUS_NEODESIGN_ENABLED AP_BATTERY_SMBUS_ENABLED
|
|
|
|
define AP_BATTERY_SMBUS_SUI_ENABLED AP_BATTERY_SMBUS_ENABLED
|
|
|
|
define AP_BATTERY_SMBUS_MAXELL_ENABLED AP_BATTERY_SMBUS_ENABLED
|
|
|
|
define AP_BATTERY_SMBUS_ROTOYE_ENABLED AP_BATTERY_SMBUS_ENABLED
|
2023-04-14 01:35:51 -03:00
|
|
|
|
|
|
|
# don't probe for external Barometers:
|
|
|
|
define AP_BARO_PROBE_EXTERNAL_I2C_BUSES 0
|
2023-05-31 22:21:45 -03:00
|
|
|
|
|
|
|
# no wind compensation code:
|
|
|
|
define HAL_BARO_WIND_COMP_ENABLED 0
|
|
|
|
|
|
|
|
# no mounts:
|
|
|
|
define HAL_MOUNT_ENABLED 0
|
|
|
|
|
|
|
|
# no generator:
|
|
|
|
define HAL_GENERATOR_ENABLED 0
|
|
|
|
|
|
|
|
# no NMEA output:
|
|
|
|
define HAL_NMEA_OUTPUT_ENABLED 0
|
|
|
|
|
|
|
|
# no Notify Display support:
|
|
|
|
define HAL_DISPLAY_ENABLED 0
|
2023-06-05 23:12:12 -03:00
|
|
|
|
|
|
|
# remove support for killing IMUs at runtime - a developer feature:
|
|
|
|
define AP_INERTIALSENSOR_KILL_IMU_ENABLED 0
|
2023-06-08 07:35:01 -03:00
|
|
|
|
|
|
|
# no MSP:
|
|
|
|
define HAL_MSP_ENABLED 0
|
2023-06-15 06:55:49 -03:00
|
|
|
|
|
|
|
# shortened names in @SYS/taskinfo.txt
|
|
|
|
define AP_SCHEDULER_EXTENDED_TASKINFO_ENABLED 0
|