mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-11 02:18:29 -04:00
HAL_ChibiOS: added alt config for USART6 on MatekF765-Wing
This commit is contained in:
parent
326a569ea8
commit
61f8e6f0d1
@ -122,10 +122,15 @@ PD0 UART4_RX UART4 NODMA
|
||||
# UART5 (RX only, for ESC telem), disabled for now until we add uartH support
|
||||
# PB8 UART5_RX UART5 NODMA
|
||||
|
||||
# USART6 (RC input)
|
||||
# USART6 (RC input), SERIAL7
|
||||
PC7 TIM3_CH2 TIM3 RCININT FLOAT LOW
|
||||
PC6 USART6_TX USART6 NODMA
|
||||
|
||||
# as an alternative config setup the RX6 pin as a uart. This allows
|
||||
# for bi-directional UART based receiver protocols such as FPort
|
||||
# without any extra hardware
|
||||
PC7 USART6_RX USART6 NODMA ALT(1)
|
||||
|
||||
# UART7 (telem1)
|
||||
PE7 UART7_RX UART7
|
||||
PE8 UART7_TX UART7
|
||||
|
Loading…
Reference in New Issue
Block a user