Skip to content

Commit

Permalink
hwdef: leave MatekL431 ROMFS uncompressed
Browse files Browse the repository at this point in the history
this allows for bl update when low on memory
  • Loading branch information
tridge authored and peterbarker committed Mar 19, 2022
1 parent b3f7556 commit 54e4c6e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions libraries/AP_HAL_ChibiOS/hwdef/MatekL431/hwdef.inc
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 54e4c6e

Please sign in to comment.