mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-03-01 11:13:58 -04:00
29 lines
706 B
Plaintext
29 lines
706 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 AP_PERIPH_AIRSPEED_ENABLED 1
|
|
define AP_PERIPH_ADSB_ENABLED 1
|
|
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
|