Skip to content

Commit b08bcf2

Browse files
sago35deadprogram
authored andcommitted
microcontrollers: change to documentation with usbcdc assumption
1 parent 533fa9b commit b08bcf2

File tree

4 files changed

+4
-12
lines changed

4 files changed

+4
-12
lines changed

content/docs/reference/microcontrollers/feather-rp2040.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,6 @@ The Feather RP2040 comes with the [UF2 bootloader](https://github.com/Microsoft/
5555

5656
### CLI Flashing
5757

58-
- Plug your Feather RP2040 into your computer's USB port while holding down the RESET button on the board.
59-
- One plugged in, release the RESET button.
6058
- Flash your TinyGo program to the board using this command:
6159

6260
```shell
@@ -71,4 +69,4 @@ Any troubleshooting tips go here.
7169

7270
## Notes
7371

74-
You cannot yet use the USB port to the Feather RP2040 as a serial port. Instead `UART0` refers to the TX/RX pins on the board itself.
72+
You can use the USB port to the Feather RP2040 as a serial port.

content/docs/reference/microcontrollers/nano-rp2040.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,6 @@ The Nano RP2040 comes with the [UF2 bootloader](https://github.com/Microsoft/uf2
6767

6868
### CLI Flashing
6969

70-
- Plug your Nano RP2040 into your computer's USB port while shorting the pins REC and GND with a jumper wire.
71-
- Once plugged in, remove the jumper pin.
7270
- Flash your TinyGo program to the board using this command:
7371

7472
```shell
@@ -83,4 +81,4 @@ Any troubleshooting tips go here.
8381

8482
## Notes
8583

86-
You cannot yet use the USB port to the Nano RP2040 as a serial port. Instead `UART0` refers to the TX/RX pins on the board itself.
84+
You can use the USB port to the Nano RP2040 as a serial port.

content/docs/reference/microcontrollers/pico.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,6 @@ The Pico comes with the [UF2 bootloader](https://github.com/Microsoft/uf2) alrea
6262

6363
### CLI Flashing
6464

65-
- Plug your Pico into your computer's USB port while holding down the RESET button on the board.
66-
- One plugged in, release the RESET button.
6765
- Flash your TinyGo program to the board using this command:
6866

6967
```shell
@@ -78,6 +76,6 @@ Any troubleshooting tips go here.
7876

7977
## Notes
8078

81-
You cannot yet use the USB port to the Pico as a serial port. Instead `UART0` refers to the TX/RX pins on the board itself.
79+
You can use the USB port to the Pico as a serial port.
8280

8381
You can refer to [getting started with Raspberry Pi Pico](https://datasheets.raspberrypi.org/pico/getting-started-with-pico.pdf) documentation on how to connect two Picos together (see Appendix A: Using Picoprobe) to debug and convert `UART0` output on target pico to USB output on picoprobe. You will need the [Picoprobe UF2](https://www.raspberrypi.org/documentation/rp2040/getting-started/#board-specifications), available on the Pico's website under "About" tab.

content/docs/reference/microcontrollers/thingplus-rp2040.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,6 @@ The Sparkfun Thing Plus RP2040 comes with the [UF2 bootloader](https://github.co
6565

6666
### CLI Flashing
6767

68-
- Plug your Thing Plus RP2040 into your computer's USB port while pressing the BOOT button
69-
- Release BOOT Button
7068
- Flash your TinyGo program to the board using this command:
7169

7270
```shell
@@ -81,6 +79,6 @@ Any troubleshooting tips go here.
8179

8280
## Notes
8381

84-
You cannot yet use the USB port to the Thing Plus RP2040 as a serial port. Instead `UART0` refers to the TX/RX pins on the board itself.
82+
You can use the USB port to the Thing Plus RP2040 as a serial port.
8583

8684
The Neopixel LED and the SD Card are supported by [tinygo drivers](https://github.com/tinygo-org/drivers)

0 commit comments

Comments
 (0)