mirror of
https://github.com/esp-rs/esp-hal.git
synced 2025-10-02 14:44:42 +00:00
document usb port differences and recommend usb_serial_jtag example (#1321)
This commit is contained in:
parent
33c7c32c53
commit
2cc7a8ccbd
@ -1,7 +1,10 @@
|
|||||||
//! This shows how to write text to UART0.
|
//! This shows how to write text to UART0.
|
||||||
//!
|
//!
|
||||||
//! You can see the output with `espflash` if you provide the `--monitor`
|
//! You can see the output with `espflash` if you provide the `--monitor`
|
||||||
//! option.
|
//! option. Depending on the chip, you will need to ensure that you are
|
||||||
|
//! connected to the UART USB port, and not the USB-SERIAL-JTAG port.
|
||||||
|
//! If you want to test printing over USB-SERIAL-JTAG, try the usb_serial_jtag
|
||||||
|
//! example instead.
|
||||||
|
|
||||||
//% CHIPS: esp32 esp32c2 esp32c3 esp32c6 esp32h2 esp32s2 esp32s3
|
//% CHIPS: esp32 esp32c2 esp32c3 esp32c6 esp32h2 esp32s2 esp32s3
|
||||||
//% FEATURES: embedded-hal-02
|
//% FEATURES: embedded-hal-02
|
||||||
|
Loading…
x
Reference in New Issue
Block a user