mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-26 18:48:30 -04:00
hwdef: leave MatekL431 ROMFS uncompressed
this allows for bl update when low on memory
This commit is contained in:
parent
b3f7556ac2
commit
54e4c6e1be
@ -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…
Reference in New Issue
Block a user