summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorhathach <[email protected]>2020-04-22 17:08:41 +0700
committerhathach <[email protected]>2020-04-22 17:08:41 +0700
commitafc4042375f7fa283cf912f019e832aaf659e314 (patch)
tree34e1f7a3043ff17c375209d9d8bc48c942dbf1f6 /docs
parent3aa3c359861ac3e581ef50a0c9ec8c291025673d (diff)
add LOGGER option to use rtt
update example readme for debug log. Update bug template to ask for LOG as well.
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.