diff options
author | Joey Castillo <jose.castillo@gmail.com> | 2021-08-28 12:50:18 -0400 |
---|---|---|
committer | Joey Castillo <jose.castillo@gmail.com> | 2021-08-28 12:50:18 -0400 |
commit | 39a5c822a2a2e798e2e39ff8a98b7af84253026c (patch) | |
tree | fa157c98d3aea0d4f996e4415aa2a7ad1093ac05 /tinyusb/docs/info/uses.rst | |
parent | c9e00b83bbdcb05058806d915ec4fff3cf4e596f (diff) | |
download | Sensor-Watch-39a5c822a2a2e798e2e39ff8a98b7af84253026c.tar.gz Sensor-Watch-39a5c822a2a2e798e2e39ff8a98b7af84253026c.tar.bz2 Sensor-Watch-39a5c822a2a2e798e2e39ff8a98b7af84253026c.zip |
add tinyusb
Diffstat (limited to 'tinyusb/docs/info/uses.rst')
-rwxr-xr-x | tinyusb/docs/info/uses.rst | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/tinyusb/docs/info/uses.rst b/tinyusb/docs/info/uses.rst new file mode 100755 index 00000000..f67df49f --- /dev/null +++ b/tinyusb/docs/info/uses.rst @@ -0,0 +1,17 @@ +**** +Uses +**** + +TinyUSB is currently used by these other projects: + +- `Adafruit nRF52 Arduino <https://github.com/adafruit/Adafruit_nRF52_Arduino>`__ +- `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>`__ +- `openinput <https://github.com/openinput-fw/openinput>`__ +- `Raspberry Pi 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>`__ |