mirror of
https://github.com/hathach/tinyusb.git
synced 2025-02-05 18:40:28 +00:00
docs clean up
This commit is contained in:
parent
ede3f36f31
commit
15208e710a
2
.gitignore
vendored
2
.gitignore
vendored
@ -1,11 +1,9 @@
|
||||
html
|
||||
latex
|
||||
test/_build
|
||||
test_old
|
||||
*.d
|
||||
*.o
|
||||
*.P
|
||||
*.launch
|
||||
*.map
|
||||
*.axf
|
||||
*.jlink
|
||||
|
@ -15,7 +15,7 @@ TinyUSB is an open-source cross-platform USB Host/Device stack for embedded syst
|
||||
│ └── mcu # Low level mcu core & peripheral drivers
|
||||
├── lib # Sources from 3rd party such as freeRTOS, fatfs ...
|
||||
├── src # All sources files for TinyUSB stack itself.
|
||||
├── tests # Unit tests for the stack
|
||||
├── test # Unit tests for the stack
|
||||
└── tools # Files used internally
|
||||
```
|
||||
|
||||
@ -77,6 +77,7 @@ 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)
|
||||
* [TinyUSB Arduino Library](https://github.com/adafruit/Adafruit_TinyUSB_Arduino)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user