mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 14:38:30 -04:00
hwdef: ARKV6X add USART6 to serial list
This commit is contained in:
parent
03ae94706e
commit
e9f51a96cb
@ -27,8 +27,11 @@ FLASH_SIZE_KB 2048
|
|||||||
|
|
||||||
env OPTIMIZE -O2
|
env OPTIMIZE -O2
|
||||||
|
|
||||||
# order of UARTs (and USB)
|
# order of UARTs (and USB) no IO MCU
|
||||||
SERIAL_ORDER OTG1 UART7 UART5 USART1 UART8 USART2 UART4 USART3 OTG2
|
SERIAL_ORDER OTG1 UART7 UART5 USART1 UART8 USART2 UART4 USART3 USART6 OTG2
|
||||||
|
|
||||||
|
# order of UARTs (and USB) with IO MCU
|
||||||
|
# SERIAL_ORDER OTG1 UART7 UART5 USART1 UART8 USART2 UART4 USART3 OTG2
|
||||||
|
|
||||||
# default to all pins low to avoid ESD issues
|
# default to all pins low to avoid ESD issues
|
||||||
DEFAULTGPIO OUTPUT LOW PULLDOWN
|
DEFAULTGPIO OUTPUT LOW PULLDOWN
|
||||||
|
Loading…
Reference in New Issue
Block a user