Skip to content

Commit 854b769

Browse files
tpwrulestridge
authored andcommitted
hwdef: remove non-ublox GPSes from MatekL431-Periph
Saves enough flash to get it building again (11K now free). These backends are default for other boards and so are built in CI.
1 parent 222a26e commit 854b769

File tree

1 file changed

+4
-0
lines changed
  • libraries/AP_HAL_ChibiOS/hwdef/MatekL431-Periph

1 file changed

+4
-0
lines changed

libraries/AP_HAL_ChibiOS/hwdef/MatekL431-Periph/hwdef.dat

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,10 @@ define HAL_PERIPH_GPS_PORT_DEFAULT 2
2323
# allow for F9P GPS modules with moving baseline
2424
define GPS_MOVING_BASELINE 1
2525

26+
# restrict backends available to save flash (i.e. only UBLOX)
27+
define AP_GPS_NOVA_ENABLED 0
28+
define AP_GPS_SBF_ENABLED 0
29+
define AP_GPS_GSOF_ENABLED 0
2630

2731
# ---------------------- COMPASS ---------------------------
2832
define HAL_PERIPH_ENABLE_MAG

0 commit comments

Comments
 (0)