mirror of https://github.com/ArduPilot/ardupilot
HAL_ChibiOS: enable UART7 on Swan-K1
useful extra UART for debug
This commit is contained in:
parent
06ef5aed14
commit
312a6461b6
|
@ -5,7 +5,7 @@
|
||||||
include ../fmuv5/hwdef.dat
|
include ../fmuv5/hwdef.dat
|
||||||
|
|
||||||
# order of UARTs (and USB). Telem2 is UART4 on the mini, USART3 is not available
|
# order of UARTs (and USB). Telem2 is UART4 on the mini, USART3 is not available
|
||||||
SERIAL_ORDER OTG1 USART2 UART4 USART1 USART6 OTG2
|
SERIAL_ORDER OTG1 USART2 UART4 USART1 USART6 UART7 OTG2
|
||||||
|
|
||||||
# enable TX on USART6 (disabled for fmuv5 with iomcu)
|
# enable TX on USART6 (disabled for fmuv5 with iomcu)
|
||||||
PG14 USART6_TX USART6 NODMA
|
PG14 USART6_TX USART6 NODMA
|
||||||
|
|
Loading…
Reference in New Issue