summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhathach <[email protected]>2014-04-17 13:01:34 +0700
committerhathach <[email protected]>2014-04-17 13:01:34 +0700
commit712ba03cf663dd6725eb0ed1289ddff98884b8b8 (patch)
treea85ae867484d8756e8ea08ea57005caca381fdf6
parente6c485bb4056ee09d4838cdf6c724e06228a389e (diff)
add links to build and run demo to getting started
-rw-r--r--doxygen/getting_started.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doxygen/getting_started.md b/doxygen/getting_started.md
index 7f17bc847..16895e938 100644
--- a/doxygen/getting_started.md
+++ b/doxygen/getting_started.md
@@ -26,7 +26,7 @@ tests | Unit tests for the stack
tinyusb | All sources files for tinyusb stack itself.
vendor | Source files from 3rd party such as freeRTOS, fatfs etc ...
-*demos* 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.
+*demos* 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](demos/readme.md) and run [device](../demos/device/readme.md) or [host](../demos/host/readme.md) demo.
## Add tinyusb to your project