summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhathach <[email protected]>2019-06-10 17:50:16 +0700
committerhathach <[email protected]>2019-06-10 17:51:51 +0700
commit15208e710a4122bc11417f5f8980e7a02c1a2a4f (patch)
tree7c19c53f748a2b9b2c066c389bbab7e9738e02e7
parentede3f36f31a8b583dc912ce4f362cba44b95df5f (diff)
docs clean up
-rw-r--r--.gitignore2
-rw-r--r--README.md3
2 files changed, 2 insertions, 3 deletions
diff --git a/.gitignore b/.gitignore
index d239f93b2..f5af16c43 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,11 +1,9 @@
html
latex
test/_build
-test_old
*.d
*.o
*.P
-*.launch
*.map
*.axf
*.jlink
diff --git a/README.md b/README.md
index 919251243..fca608494 100644
--- a/README.md
+++ b/README.md
@@ -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)