Update 'Default/standard mode'
parent
4691707d72
commit
4375ae0620
|
@ -34,7 +34,7 @@ The default/standard mode, mode 1, exposes various interfaces.
|
|||
|
||||
The UART interface allows one to interact with another device over a UART port, using a USB-CDC device (`/dev/ttyACMx`). Baudrate and other line coding settings are applied from the settings from the USB-CDC host, and thus require no special configuration tool.
|
||||
|
||||
It is possible to enable hardware flow control (using `CTS` and `RTS` lines), it can be enabled or disabled using [`dmctl uart-cts-rts`](dmctl#uart-cts-rts).
|
||||
It is possible to enable hardware flow control (using `CTS` and `RTS` lines), it can be enabled or disabled using [`dpctl uart-cts-rts`](dpctl#uart-cts-rts).
|
||||
|
||||
### JTAG and SWD
|
||||
|
||||
|
@ -87,7 +87,7 @@ i2c-13 i2c AUX C/DDI C/PHY C I2C adapter
|
|||
|
||||
If the board/MCU has a temperature sensor, it is made available as [a Linux hwmon kernel module](Linux-kernel-modules), making the output available for use in `lm_sensors` output.
|
||||
|
||||
Additionally, it can also be configured to appear on the device's I2C bus as an emulated I2C device, pretending to be a JC42-compliant temperature sensor (more precisely, the Microchip MCP9808). This can be achieved using [`dmctl tempsensor`](dmctl#tempsensor) (with `BUSNUM` the number from the above
|
||||
Additionally, it can also be configured to appear on the device's I2C bus as an emulated I2C device, pretending to be a JC42-compliant temperature sensor (more precisely, the Microchip MCP9808). This can be achieved using [`dpctl tempsensor`](dpctl#tempsensor) (with `BUSNUM` the number from the above
|
||||
`i2cdetect -l` output):
|
||||
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue