Skip to content

Commit

Permalink
AP_HAL_ChibiOS: add MatekG474-GPS hwdef
Browse files Browse the repository at this point in the history
  • Loading branch information
MATEKSYS committed Dec 28, 2024
1 parent 7fcd27e commit 4cfaf1f
Show file tree
Hide file tree
Showing 2 changed files with 45 additions and 0 deletions.
5 changes: 5 additions & 0 deletions libraries/AP_HAL_ChibiOS/hwdef/MatekG474-GPS/hwdef-bl.dat
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
include ../MatekG474/hwdef-bl.inc

# disable CAN1
undef PA11
undef PA12
40 changes: 40 additions & 0 deletions libraries/AP_HAL_ChibiOS/hwdef/MatekG474-GPS/hwdef.dat
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 4cfaf1f

Please sign in to comment.