13 files changed

+54
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -74,3 +74,7 @@ Any troubleshooting tips go here.
7474
You can use the USB port to the Badger2040-W as a serial port.
7575

7676
The Badger2040-W has an onboard CYW43439 wireless chip for WiFi and Bluetooth communication.
77+
78+
TinyGo has support for the RP2040's on-board Programmable Input/Output (PIO) block.
79+
80+
For more informantion, see [https://.com/tinygo-org/pio](https://.com/tinygo-org/pio)
Original file line numberDiff line numberDiff line change
@@ -72,3 +72,7 @@ Any troubleshooting tips go here.
7272
## Notes
7373

7474
You can use the USB port to the Badger2040 as a serial port.
75+
76+
TinyGo has support for the RP2040's on-board Programmable Input/Output (PIO) block.
77+
78+
For more informantion, see [https://.com/tinygo-org/pio](https://.com/tinygo-org/pio)
Original file line numberDiff line numberDiff line change
@@ -75,3 +75,7 @@ Any troubleshooting tips go here.
7575
## Notes
7676

7777
You can use the USB port to the Challenger RP2040 as a serial port.
78+
79+
TinyGo has support for the RP2040's on-board Programmable Input/Output (PIO) block.
80+
81+
For more informantion, see [https://.com/tinygo-org/pio](https://.com/tinygo-org/pio)
Original file line numberDiff line numberDiff line change
@@ -70,3 +70,7 @@ Any troubleshooting tips go here.
7070
## Notes
7171

7272
You can use the USB port to the Feather RP2040 as a serial port.
73+
74+
TinyGo has support for the RP2040's on-board Programmable Input/Output (PIO) block.
75+
76+
For more informantion, see [https://.com/tinygo-org/pio](https://.com/tinygo-org/pio)
Original file line numberDiff line numberDiff line change
@@ -77,3 +77,7 @@ Any troubleshooting tips go here.
7777
## Notes
7878

7979
You can use the USB port to the MacroPad RP2040 as a serial port.
80+
81+
TinyGo has support for the RP2040's on-board Programmable Input/Output (PIO) block.
82+
83+
For more informantion, see [https://.com/tinygo-org/pio](https://.com/tinygo-org/pio)
Original file line numberDiff line numberDiff line change
@@ -82,3 +82,7 @@ Any troubleshooting tips go here.
8282
## Notes
8383

8484
You can use the USB port to the Nano RP2040 as a serial port.
85+
86+
TinyGo has support for the RP2040's on-board Programmable Input/Output (PIO) block.
87+
88+
For more informantion, see [https://.com/tinygo-org/pio](https://.com/tinygo-org/pio)
Original file line numberDiff line numberDiff line change
@@ -78,4 +78,8 @@ Any troubleshooting tips go here.
7878

7979
You can use the USB port to the Pico as a serial port.
8080

81+
TinyGo has support for the RP2040's on-board Programmable Input/Output (PIO) block.
82+
83+
For more informantion, see [https://.com/tinygo-org/pio](https://.com/tinygo-org/pio)
84+
8185
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.
Original file line numberDiff line numberDiff line change
@@ -64,3 +64,7 @@ Any troubleshooting tips go here.
6464
## Notes
6565

6666
You can use the USB port to the QT Py RP2040 as a serial port.
67+
68+
TinyGo has support for the RP2040's on-board Programmable Input/Output (PIO) block.
69+
70+
For more informantion, see [https://.com/tinygo-org/pio](https://.com/tinygo-org/pio)
Original file line numberDiff line numberDiff line change
@@ -82,3 +82,7 @@ Any troubleshooting tips go here.
8282
You can use the USB port to the Thing Plus RP2040 as a serial port.
8383

8484
The Neopixel LED and the SD Card are supported by [tinygo drivers](https://.com/tinygo-org/drivers)
85+
86+
TinyGo has support for the RP2040's on-board Programmable Input/Output (PIO) block.
87+
88+
For more informantion, see [https://.com/tinygo-org/pio](https://.com/tinygo-org/pio)
Original file line numberDiff line numberDiff line change
@@ -55,3 +55,7 @@ Any troubleshooting tips go here.
5555
## Notes
5656

5757
You can use the USB port to the Trinkey QT2040 as a serial port.
58+
59+
TinyGo has support for the RP2040's on-board Programmable Input/Output (PIO) block.
60+
61+
For more informantion, see [https://.com/tinygo-org/pio](https://.com/tinygo-org/pio)
Original file line numberDiff line numberDiff line change
@@ -78,3 +78,9 @@ Any troubleshooting tips go here.
7878
## Notes
7979

8080
You can use the USB port to the Tufty2040 as a serial port.
81+
82+
TinyGo has support for the RP2040's on-board Programmable Input/Output (PIO) block.
83+
84+
For more informantion, see [https://.com/tinygo-org/pio](https://.com/tinygo-org/pio)
85+
86+
For support for the Tufty's display please see [https://.com/tinygo-org/pio/tree/main/rp2-pio/examples/tufty](https://.com/tinygo-org/pio/tree/main/rp2-pio/examples/tufty)
Original file line numberDiff line numberDiff line change
@@ -79,3 +79,7 @@ Any troubleshooting tips go here.
7979
## Notes
8080

8181
You can use the USB port to the Waveshare RP2040-Zero as a serial port.
82+
83+
TinyGo has support for the RP2040's on-board Programmable Input/Output (PIO) block.
84+
85+
For more informantion, see [https://.com/tinygo-org/pio](https://.com/tinygo-org/pio)
Original file line numberDiff line numberDiff line change
@@ -65,3 +65,7 @@ Any troubleshooting tips go here.
6565
## Notes
6666

6767
You can use the USB port to the XIAO RP2040 as a serial port.
68+
69+
TinyGo has support for the RP2040's on-board Programmable Input/Output (PIO) block.
70+
71+
For more informantion, see [https://.com/tinygo-org/pio](https://.com/tinygo-org/pio)

0 commit comments

Comments
 (0)