Skip to content

Commit

Permalink
Merge pull request #1235 from Bastian-Krause/bst/doc-conf-fixes
Browse files Browse the repository at this point in the history
doc/configuration: syntax fixes
  • Loading branch information
Emantor committed Jul 12, 2023
2 parents 8f46a37 + fbe118d commit 7b5b7ca
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions doc/configuration.rst
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ Arguments:
- port (str): tty the instrument is connected to, e.g. '/dev/ttyUSB0'
- address (int): slave address on the modbus, e.g. 16
- speed (int, default=115200): baud rate of the serial port
- timeout (float, default=0.25): optional, timeout in seconds
- timeout (float, default=0.25): timeout in seconds

Used by:
- `ModbusRTUDriver`_
Expand Down Expand Up @@ -2390,10 +2390,12 @@ Arguments:
- rootfs (str): optional, reference to the paths key for use as the virtio-9p filesystem
- dtb (str): optional, reference to the image key for the device tree
- bios (str): optional, reference to the image key for the bios image
- display (str, default="none"): optional, display output to enable; must be one of:
- display (str, default="none"): display output to enable; must be one of:

- none: Do not create a display device
- fb-headless: Create a headless framebuffer device
- egl-headless: Create a headless GPU-backed graphics card. Requires host support

- nic (str): optional, configuration string to pass to QEMU to create a network interface

The QEMUDriver also requires the specification of:
Expand Down

0 comments on commit 7b5b7ca

Please sign in to comment.