hwdef: uncompress bootloader for HolybroG4_GPS

not enough ram to uncompress at runtime
This commit is contained in:
Andrew Tridgell 2022-04-27 14:05:12 +10:00
parent a4d3607de1
commit 06b9b804a1

View File

@ -150,5 +150,12 @@ define HAL_PERIPH_ENABLE_BARO
define HAL_PERIPH_ENABLE_NOTIFY
define HAL_PERIPH_ENABLE_RC_OUT
# single baro
define BARO_MAX_INSTANCES 1
# GPS on 2nd port
define HAL_PERIPH_GPS_PORT_DEFAULT 1
# keep ROMFS uncompressed as we don't have enough RAM
# to uncompress the bootloader at runtime
env ROMFS_UNCOMPRESSED True