hwdef: leave MatekL431 ROMFS uncompressed

this allows for bl update when low on memory
This commit is contained in:
Andrew Tridgell 2022-03-18 17:47:49 +11:00 committed by Peter Barker
parent b3f7556ac2
commit 54e4c6e1be

View File

@ -101,3 +101,7 @@ PB11 USART3_RX USART3 SPEED_HIGH NODMA
# allow for reboot command for faster development
define HAL_PERIPH_LISTEN_FOR_SERIAL_UART_REBOOT_CMD_PORT 0
# keep ROMFS uncompressed as we don't have enough RAM
# to uncompress the bootloader at runtime
env ROMFS_UNCOMPRESSED True