mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-03-10 16:44:18 -03:00
AP_HAL_ChibiOS: add MatekG474-GPS hwdef
This commit is contained in:
parent
b0c2d87039
commit
f3fc148e2a
@ -0,0 +1,5 @@
|
||||
include ../MatekG474/hwdef-bl.inc
|
||||
|
||||
# disable CAN1
|
||||
undef PA11
|
||||
undef PA12
|
40
libraries/AP_HAL_ChibiOS/hwdef/MatekG474-GPS/hwdef.dat
Normal file
40
libraries/AP_HAL_ChibiOS/hwdef/MatekG474-GPS/hwdef.dat
Normal file
@ -0,0 +1,40 @@
|
||||
include ../MatekG474/hwdef.inc
|
||||
|
||||
# disable CAN1
|
||||
undef PA11
|
||||
undef PA12
|
||||
|
||||
# ----------- GPS
|
||||
define HAL_PERIPH_ENABLE_GPS
|
||||
define GPS_MAX_RATE_MS 200
|
||||
|
||||
define GPS_MAX_RECEIVERS 1
|
||||
define GPS_MAX_INSTANCES 1
|
||||
|
||||
define HAL_PERIPH_GPS_PORT_DEFAULT 2
|
||||
|
||||
# allow for F9P GPS modules with moving baseline
|
||||
define GPS_MOVING_BASELINE 1
|
||||
|
||||
|
||||
# ----------- COMPASS
|
||||
define HAL_PERIPH_ENABLE_MAG
|
||||
|
||||
SPIDEV rm3100 SPI2 DEVID1 MAG_CS MODE0 1*MHZ 1*MHZ
|
||||
COMPASS RM3100 SPI:rm3100 false ROTATION_PITCH_180
|
||||
|
||||
define HAL_COMPASS_MAX_SENSORS 1
|
||||
|
||||
define HAL_PROBE_EXTERNAL_I2C_COMPASSES
|
||||
|
||||
|
||||
# ----------- MSP
|
||||
define HAL_PERIPH_ENABLE_MSP
|
||||
define HAL_MSP_ENABLED 1
|
||||
define AP_PERIPH_MSP_PORT_DEFAULT 3
|
||||
|
||||
|
||||
# larger CAN pool for RTCM data
|
||||
undef HAL_CAN_POOL_SIZE
|
||||
define HAL_CAN_POOL_SIZE 12000
|
||||
|
Loading…
Reference in New Issue
Block a user