docs clean up

This commit is contained in:
hathach 2019-06-10 17:50:16 +07:00
parent ede3f36f31
commit 15208e710a
No known key found for this signature in database
GPG Key ID: 2FA891220FBFD581
2 changed files with 2 additions and 3 deletions

2
.gitignore vendored
View File

@ -1,11 +1,9 @@
html html
latex latex
test/_build test/_build
test_old
*.d *.d
*.o *.o
*.P *.P
*.launch
*.map *.map
*.axf *.axf
*.jlink *.jlink

View File

@ -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 │   └── mcu # Low level mcu core & peripheral drivers
├── lib # Sources from 3rd party such as freeRTOS, fatfs ... ├── lib # Sources from 3rd party such as freeRTOS, fatfs ...
├── src # All sources files for TinyUSB stack itself. ├── src # All sources files for TinyUSB stack itself.
├── tests # Unit tests for the stack ├── test # Unit tests for the stack
└── tools # Files used internally └── 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 Arduino](https://github.com/adafruit/Adafruit_nRF52_Arduino)
* [Adafruit nRF52 Bootloader](https://github.com/adafruit/Adafruit_nRF52_Bootloader) * [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) * [CircuitPython](https://github.com/adafruit/circuitpython)
* [TinyUSB Arduino Library](https://github.com/adafruit/Adafruit_TinyUSB_Arduino) * [TinyUSB Arduino Library](https://github.com/adafruit/Adafruit_TinyUSB_Arduino)