mirror of https://github.com/m-labs/artiq.git
benchmarks/examples: give comm_serial a device
These examples/benchmarks require manual handholding in many cases anyway. Also, for comm_tcp manual changes are required. Instead of nursing a bunch of different pdb and ddbs, we probably want to force the user to copy and edit a template that we then gitignore.
This commit is contained in:
parent
a336c95d0a
commit
d6f47b3bb0
|
@ -3,7 +3,7 @@
|
||||||
"type": "local",
|
"type": "local",
|
||||||
"module": "artiq.coredevice.comm_serial",
|
"module": "artiq.coredevice.comm_serial",
|
||||||
"class": "Comm",
|
"class": "Comm",
|
||||||
"arguments": {}
|
"arguments": {"serial_dev": "/dev/ttyUSB1"}
|
||||||
},
|
},
|
||||||
"core": {
|
"core": {
|
||||||
"type": "local",
|
"type": "local",
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
"type": "local",
|
"type": "local",
|
||||||
"module": "artiq.coredevice.comm_serial",
|
"module": "artiq.coredevice.comm_serial",
|
||||||
"class": "Comm",
|
"class": "Comm",
|
||||||
"arguments": {}
|
"arguments": {"serial_dev": "/dev/ttyUSB1"}
|
||||||
},
|
},
|
||||||
"core": {
|
"core": {
|
||||||
"type": "local",
|
"type": "local",
|
||||||
|
|
Loading…
Reference in New Issue