summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorHa Thach <[email protected]>2020-04-22 17:40:14 +0700
committerGitHub <[email protected]>2020-04-22 17:40:14 +0700
commit894a09f2ae7082fd9e850b76febed12dafecdcd4 (patch)
treef611ce0a18301169bae433886de1febcbcb754e4 /docs
parente23206821f6b060f384962cfb71f8cbb65b45c0f (diff)
parent7784b9c48f9e77d740ccc7e4929c5e944cdb1afd (diff)
Merge pull request #372 from hathach/add-rtt
Add rtt as logger option
Diffstat (limited to 'docs')
-rw-r--r--docs/getting_started.md2
1 files changed, 0 insertions, 2 deletions
diff --git a/docs/getting_started.md b/docs/getting_started.md
index 588c879f1..e282b4171 100644
--- a/docs/getting_started.md
+++ b/docs/getting_started.md
@@ -4,8 +4,6 @@
```
git clone [email protected]:hathach/tinyusb.git tinyusb
-cd tinyusb
-git submodule update --init
```
*examples* is the folder where all the application & project files are located. There are demos for both device and hosts. For each, there are different projects for each of supported RTOS. Click to have more information on how to [build](../examples/readme.md) and run [device](../examples/device/readme.md) demos.