summaryrefslogtreecommitdiff
path: root/doxygen/getting_started.md
diff options
context:
space:
mode:
authorhathach <[email protected]>2014-04-15 12:51:32 +0700
committerhathach <[email protected]>2014-04-15 12:51:32 +0700
commit78b1c7dc1dba2f1e7a7e59ed3819da7898fee8f7 (patch)
treebd41ce54c585ca7bfc18ee8c01342b57ac48336e /doxygen/getting_started.md
parent622704a19626926a4b5f91b9ba7f5c357a30a462 (diff)
added tools.md
Diffstat (limited to 'doxygen/getting_started.md')
-rw-r--r--doxygen/getting_started.md6
1 files changed, 4 insertions, 2 deletions
diff --git a/doxygen/getting_started.md b/doxygen/getting_started.md
index 9119853be..9da3327b2 100644
--- a/doxygen/getting_started.md
+++ b/doxygen/getting_started.md
@@ -32,7 +32,7 @@ vendor | Source files from 3rd party such as freeRTOS, fatfs etc ...
It is relatively simple to incorporate tinyusb to your (existing) project
-1. Copy core folder /**tinyusb** to your project. Let's say it is *your_project/tinyusb*
+1. Copy core folder **repo/tinyusb** to your project. Let's say it is *your_project/tinyusb*
2. Add all the .c in the core folder to your project settings (uvproj, ewp, makefile)
3. Add *your_project/tinysb* to your include path. Also make sure your current include path also contains the configuration file tusb_config.h. Or you could simply put the tusb_config.h into the tinyusb folder as well.
4. Make sure all required macros such as TUSB_CFG_MCU are all defined properly in tusb_config.h.
@@ -43,4 +43,6 @@ It is relatively simple to incorporate tinyusb to your (existing) project
\subpage md_doxygen_started_build_demo
-\subpage md_doxygen_started_run_demo \ No newline at end of file
+\subpage md_doxygen_started_run_demo
+
+\subpage md_doxygen_tools \ No newline at end of file