We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c740d27 commit 8685106Copy full SHA for 8685106
1 file changed
boards/seeedstudio-sensecap-t1000e/doc.md
@@ -104,7 +104,9 @@ By default, `stdio` uses `UART_DEV(1)` (P0.16/P0.17).
104
`UART_DEV(0)` is reserved for the GNSS module. Connect a USB-to-UART adapter
105
to P0.16 (TX) and P0.17 (RX) to access the terminal.
106
107
-To use USB CDC ACM (virtual serial port over the existing USB cable) instead:
+To use USB CDC ACM (virtual serial port over the existing USB cable) instead,
108
+you can add `USEMODULE+=stdio_cdc_acm` to your application's Makefile or to
109
+the compiler call:
110
```shell
111
USEMODULE=stdio_cdc_acm BOARD=seeedstudio-sensecap-t1000e make -C examples/basic/hello-world flash term
112
```
0 commit comments