Add common serial port incantations

Signed-off-by: Eric Van Hensbergen <eric.vanhensbergen@arm.com>
This commit is contained in:
Eric Van Hensbergen 2020-06-02 11:27:08 -05:00
parent 7e976ae90c
commit 8a81ecce8b

View File

@ -16,3 +16,11 @@
nummaxdevices: 20 nummaxdevices: 20
- devicematch: ^vcsm.*$ - devicematch: ^vcsm.*$
nummaxdevices: 20 nummaxdevices: 20
- devicematch: ^ttyUSB[0-9]*$
nummaxdevices: 1
- devicematch: ^ttyACM[0-9]*$
nummaxdevices: 1
- devicematch: ^ttyTHS[0-9]*$
nummaxdevices: 1
- devicematch: ^ttyS[0-9]*$
nummaxdevices: 1