Tools: support uartI, allowing a total of 9 uarts

this allows for OTG2 on the MatekH743 board, which makes SLCAN much
easier
This commit is contained in:
Andrew Tridgell 2020-11-26 17:49:00 +11:00
parent af0ee82ff1
commit 895b9a34f9
2 changed files with 2 additions and 0 deletions

View File

@ -30,6 +30,7 @@ _ap_bin()
opts+=" --uartF"
opts+=" --uartG"
opts+=" --uartH"
opts+=" --uartI"
opts+=" --rtscts"
opts+=" --base-port"
opts+=" --rc-in-port"

View File

@ -29,6 +29,7 @@ _ap_bin() {
'--uartF[set device string for UARTF]:DEVICE:' \
'--uartG[set device string for UARTG]:DEVICE:' \
'--uartH[set device string for UARTH]:DEVICE:' \
'--uartI[set device string for UARTI]:DEVICE:' \
'--rtscts[enable rtscts on serial ports (default false)]' \
'--base-port[set port num for base port(default 5670) must be before -I option]:PORT:' \
'--rc-in-port[set port num for rc in]:PORT:' \