diff options
| author | hathach <[email protected]> | 2021-01-23 01:12:56 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2021-01-23 01:12:56 +0700 |
| commit | fd56ae777e91a6a224bcaadae7b4594825b3f513 (patch) | |
| tree | 306dfcc487db4bad4a006edc7326fb226841390d /README.md | |
| parent | 50e0b817133f6b279a2eac98f3d0ce362dd148ba (diff) | |
doc update
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -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. |
