Browse Source

hwdef: leave MatekL431 ROMFS uncompressed

this allows for bl update when low on memory
gps-1.3.1
Andrew Tridgell 3 years ago
parent
commit
4cb0d3ff55
  1. 4
      libraries/AP_HAL_ChibiOS/hwdef/MatekL431/hwdef.inc

4
libraries/AP_HAL_ChibiOS/hwdef/MatekL431/hwdef.inc

@ -101,3 +101,7 @@ PB11 USART3_RX USART3 SPEED_HIGH NODMA
# allow for reboot command for faster development # allow for reboot command for faster development
define HAL_PERIPH_LISTEN_FOR_SERIAL_UART_REBOOT_CMD_PORT 0 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

Loading…
Cancel
Save