summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhathach <[email protected]>2021-01-23 01:12:56 +0700
committerhathach <[email protected]>2021-01-23 01:12:56 +0700
commitfd56ae777e91a6a224bcaadae7b4594825b3f513 (patch)
tree306dfcc487db4bad4a006edc7326fb226841390d
parent50e0b817133f6b279a2eac98f3d0ce362dd148ba (diff)
doc update
-rw-r--r--README.md6
-rw-r--r--docs/boards.md4
2 files changed, 8 insertions, 2 deletions
diff --git a/README.md b/README.md
index 0ed84e9e8..74e5a4afb 100644
--- a/README.md
+++ b/README.md
@@ -39,6 +39,7 @@ The stack supports the following MCUs:
- iMX RT Series: RT1011, RT1015, RT1021, RT1052, RT1062, RT1064
- Kinetis: KL25
- LPC Series: 11Uxx, 13xx, 175x_6x, 177x_8x, 18xx, 40xx, 43xx, 51Uxx, 54xxx, 55xx
+- **Raspberry Pi:** RP2040
- **Sony:** CXD56
- **ST:** STM32 series: L0, F0, F1, F2, F3, F4, F7, H7 both FullSpeed and HighSpeed
- **TI:** MSP430
@@ -98,8 +99,9 @@ TinyUSB is currently used by these other projects:
- [Adafruit nRF52 Bootloader](https://github.com/adafruit/Adafruit_nRF52_Bootloader)
- [Adafruit SAMD Arduino](https://github.com/adafruit/ArduinoCore-samd)
- [CircuitPython](https://github.com/adafruit/circuitpython)
+- [Espressif IDF](https://github.com/espressif/esp-idf)
- [MicroPython](https://github.com/micropython/micropython)
- [mynewt](https://mynewt.apache.org)
+- [Raspberry pico-sdk](https://github.com/raspberrypi/pico-sdk)
+- [TinyUF2 Bootloader](https://github.com/adafruit/tinyuf2)
- [TinyUSB Arduino Library](https://github.com/adafruit/Adafruit_TinyUSB_Arduino)
-
-Let me know if your project also uses TinyUSB and want to share.
diff --git a/docs/boards.md b/docs/boards.md
index e703d2490..ded1cca93 100644
--- a/docs/boards.md
+++ b/docs/boards.md
@@ -88,6 +88,10 @@ This code base already had supported for a handful of following boards (sorted a
- [NGX LPC4330-Xplorer](https://www.nxp.com/design/designs/lpc4330-xplorer-board:OM13027)
- [Double M33 Express](https://www.crowdsupply.com/steiert-solutions/double-m33-express)
+### Raspberry PI RP2040
+
+- [Raspberry PI PICO](https://www.raspberrypi.org/products/raspberry-pi-pico/)
+
### Sony
- [Sony Spresense CXD5602](https://developer.sony.com/develop/spresense)