mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-02 14:08:45 -04:00
hwdef: reduce flash usage to allow build
This commit is contained in:
parent
9415d9fc40
commit
ce103fe101
@ -1,6 +1,7 @@
|
||||
# Bi-directional dshot version of MatekF405
|
||||
|
||||
include ../MatekF405/hwdef.dat
|
||||
include ../include/minimal_GPS.inc
|
||||
|
||||
undef PC6 PC9 PA8
|
||||
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user