ardupilot/libraries/AP_HAL_ChibiOS/hwdef/f303-Universal/hwdef.dat

29 lines
702 B
Plaintext

include ../f303-periph/hwdef.inc
# and support all external compass and baro types
define HAL_PROBE_EXTERNAL_I2C_COMPASSES
# enable all features
define AP_PERIPH_GPS_ENABLED 1
define AP_PERIPH_MAG_ENABLED 1
define AP_PERIPH_BARO_ENABLED 1
define HAL_PERIPH_ENABLE_AIRSPEED
define HAL_PERIPH_ENABLE_ADSB
define HAL_PERIPH_ENABLE_NCP5623_LED_WITHOUT_NOTIFY
define AP_PERIPH_RANGEFINDER_ENABLED 1
# allow for F9P GPS modules with moving baseline
define GPS_MOVING_BASELINE 1
define HAL_PERIPH_ADSB_PORT_DEFAULT 3
define HAL_AIRSPEED_BUS_DEFAULT 0
define AIRSPEED_MAX_SENSORS 1
# default ADSB off by setting 0 baudrate
define HAL_PERIPH_ADSB_BAUD_DEFAULT 0
# setup for MSP
define HAL_MSP_ENABLED 1