mirror of
https://gitlab.com/arm-research/smarter/smarter-device-manager.git
synced 2024-11-21 18:23:34 +00:00
Merge branch 'feature/add-serial' into 'master'
Add common serial port incantations See merge request arm-research/smarter/smarter-device-manager!6
This commit is contained in:
commit
f1b720f53e
10
conf.yaml
10
conf.yaml
@ -15,4 +15,12 @@
|
|||||||
- devicematch: ^vchiq$
|
- devicematch: ^vchiq$
|
||||||
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
|
Loading…
Reference in New Issue
Block a user