summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhathach <[email protected]>2019-09-20 23:05:08 +0700
committerhathach <[email protected]>2019-09-20 23:05:08 +0700
commitc975976a7565a6186f503b0ce106b6ba84805091 (patch)
tree8b3422c952444add794503f206592d78f3aa145e
parent94c9cf0eff7973475e4f6d93cc96c2c86b541b08 (diff)
update doc
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index a811e3b49..0a9cd770c 100644
--- a/README.md
+++ b/README.md
@@ -53,7 +53,7 @@ Support multiple device configurations by dynamically changing usb descriptors.
## OS Abtraction layer
-TinyUSB is completely thread-safe by pushing all ISR events into a central queue, then process it later in the non-ISR context. It also uses semphore/mutex to access shared resource such as CDC fifo. Therefore the stack needs to use some of OS's basic APIs. Following OSes are already supported out of the box.
+TinyUSB is completely thread-safe by pushing all ISR events into a central queue, then process it later in the non-ISR context. It also uses semphore/mutex to access shared resource such as CDC FIFO. Therefore the stack needs to use some of OS's basic APIs. Following OSes are already supported out of the box.
- **No OS** : Disabling USB IRQ is used as way to provide mutex
- **FreeRTOS**