@@ -236,7 +236,7 @@ Currently available are:
236
236
237
237
``ubus ``
238
238
Controls *PoE switches * running OpenWrt using the *ubus * interface.
239
- Further infromation available at <https://openwrt.org/docs/techref/ubus>
239
+ Further information available at <https://openwrt.org/docs/techref/ubus>
240
240
241
241
Used by:
242
242
- `NetworkPowerDriver `_
@@ -515,13 +515,13 @@ expressions.
515
515
516
516
Arguments:
517
517
- url (str): URL to use for setting a new state
518
- - body_asserted (str): Request body to send to assert the output
519
- - body_deasserted (str): Request body to send to de-assert the output
518
+ - body_asserted (str): request body to send to assert the output
519
+ - body_deasserted (str): request body to send to de-assert the output
520
520
- method (str, default="PUT"): HTTP method to set a new state
521
521
522
- - url_get (str): URL to use instead of ``url `` for getting the state
523
- - body_get_asserted (str): Regular Expression that matches an asserted response body
524
- - body_get_deasserted (str): Regular Expression that matches a de-asserted response body
522
+ - url_get (str): optional, URL to use instead of ``url `` for getting the state
523
+ - body_get_asserted (str): optional, regular expression that matches an asserted response body
524
+ - body_get_deasserted (str): optional, regular expression that matches a de-asserted response body
525
525
526
526
Used by:
527
527
- `HttpDigitalOutputDriver `_
@@ -1047,7 +1047,6 @@ A :any:`USBTMC` resource describes an oscilloscope connected via the *USB TMC
1047
1047
protocol *.
1048
1048
The low-level communication is handled by the "usbtmc" kernel driver.
1049
1049
1050
-
1051
1050
.. code-block :: yaml
1052
1051
1053
1052
USBTMC :
@@ -1134,7 +1133,6 @@ NetworkUSBFlashableDevice
1134
1133
A :any: `NetworkUSBFlashableDevice ` resource describes a `USBFlashableDevice `_
1135
1134
resource available on a remote computer
1136
1135
1137
-
1138
1136
DediprogFlasher
1139
1137
~~~~~~~~~~~~~~~
1140
1138
A :any: `DediprogFlasher ` resource is used to configure the parameters to a
@@ -1199,7 +1197,7 @@ Arguments:
1199
1197
ASRL, TCPIP...
1200
1198
- url (str): device identifier on selected resource, e.g. <ip> for TCPIP
1201
1199
resource
1202
- - backend (str): Visa library backend, e.g. '@sim' for pyvisa-sim backend
1200
+ - backend (str): optional, Visa library backend, e.g. '@sim' for pyvisa-sim backend
1203
1201
1204
1202
Used by:
1205
1203
- `PyVISADriver `_
@@ -1389,7 +1387,7 @@ interrupts or unix kill signals may lead to hanging containers, however;
1389
1387
therefore auto-cleanup is important.
1390
1388
1391
1389
Arguments:
1392
- - docker_daemon_url (str): The url of the daemon to use for this target
1390
+ - docker_daemon_url (str): url of the daemon to use for this target
1393
1391
1394
1392
Used by:
1395
1393
- `DockerDriver `_
@@ -2213,6 +2211,7 @@ Implements:
2213
2211
2214
2212
SerialPortDigitalOutputDriver :
2215
2213
signal : ' dtr'
2214
+ invert : false
2216
2215
bindings :
2217
2216
serial : ' nameOfSerial'
2218
2217
@@ -2660,7 +2659,6 @@ Binds to:
2660
2659
dtb : ' ../images/mydtb.dtb'
2661
2660
kernel : ' ../images/vmlinuz'
2662
2661
2663
-
2664
2662
Implements:
2665
2663
- :any: `ConsoleProtocol `
2666
2664
- :any: `PowerProtocol `
@@ -3026,6 +3024,9 @@ The :any:`DediprogFlashDriver` is used to flash an SPI device using DediprogFlas
3026
3024
3027
3025
DediprogFlashDriver :
3028
3026
image : ' foo'
3027
+
3028
+ .. code-block :: yaml
3029
+
3029
3030
images :
3030
3031
foo : ' ../images/image_to_load.raw'
3031
3032
@@ -3084,10 +3085,10 @@ Implements:
3084
3085
3085
3086
Arguments:
3086
3087
- image_uri (str): identifier of the docker image to use (may have a tag suffix)
3087
- - command (str): command to run in the container (optional, depends on image)
3088
- - volumes (list): list to configure volumes mounted inside the container (optional)
3088
+ - command (str): optional, command to run in the container (depends on image)
3089
+ - volumes (list): optional, list to configure volumes mounted inside the container
3089
3090
- container_name (str): name of the container
3090
- - environment (list): list of environment variables (optional)
3091
+ - environment (list): optional, list of environment variables
3091
3092
- host_config (dict): dictionary of host configurations
3092
3093
- network_services (list): dictionaries that describe individual `NetworkService `_
3093
3094
instances that come alive when the container is created. The "address" argument
0 commit comments