Skip to content

Commit 8685106

Browse files
baptleduccrasbe
andauthored
boards/seeedstudio-sensecap-t1000e: update doc.md
Co-authored-by: crasbe <crasbe@gmail.com>
1 parent c740d27 commit 8685106

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

  • boards/seeedstudio-sensecap-t1000e

boards/seeedstudio-sensecap-t1000e/doc.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,9 @@ By default, `stdio` uses `UART_DEV(1)` (P0.16/P0.17).
104104
`UART_DEV(0)` is reserved for the GNSS module. Connect a USB-to-UART adapter
105105
to P0.16 (TX) and P0.17 (RX) to access the terminal.
106106

107-
To use USB CDC ACM (virtual serial port over the existing USB cable) instead:
107+
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:
108110
```shell
109111
USEMODULE=stdio_cdc_acm BOARD=seeedstudio-sensecap-t1000e make -C examples/basic/hello-world flash term
110112
```

0 commit comments

Comments
 (0)