hwdef: reduce flash usage to allow build

This commit is contained in:
Andrew Tridgell 2022-10-03 07:51:37 +11:00 committed by Randy Mackay
parent 9415d9fc40
commit ce103fe101
3 changed files with 6 additions and 0 deletions

View File

@ -1,6 +1,7 @@
# Bi-directional dshot version of MatekF405
include ../MatekF405/hwdef.dat
include ../include/minimal_GPS.inc
undef PC6 PC9 PA8

View File

@ -3,6 +3,10 @@
include ../Pixhawk1/hwdef.dat
# only include UBLOX and NMEA GPS drivers
define AP_GPS_NMEA_ENABLED 1
include ../include/minimal_GPS.inc
FLASH_SIZE_KB 1024
define HAL_MINIMIZE_FEATURES 1
undef STORAGE_FLASH_PAGE

View File

@ -2,6 +2,7 @@
# Buzzer timer is required so becomes single tone
include ../omnibusf4pro/hwdef.dat
include ../include/minimal_GPS.inc
undef PB0 PB1 PA3 PB4 PA2 PA1