mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-23 16:23:56 -04:00
HAL_ChibiOS: adjust DMA priorities for fmuv3
This commit is contained in:
parent
c0e8114f9a
commit
d1caa86e12
@ -480,8 +480,8 @@ define HAL_I2C_MAX_CLOCK 100000
|
||||
# define CH_DBG_ENABLE_STACK_CHECK TRUE
|
||||
|
||||
# we can't share IO UART (USART6)
|
||||
DMA_NOSHARE USART6_TX USART6_RX
|
||||
DMA_PRIORITY USART6* TIM* SPI*
|
||||
DMA_NOSHARE USART6_TX USART6_RX ADC1
|
||||
DMA_PRIORITY USART6*
|
||||
|
||||
# list of files to put in ROMFS. For fmuv3 we need an IO firmware so
|
||||
# we can automatically update the IOMCU firmware on boot. The format
|
||||
|
Loading…
Reference in New Issue
Block a user