summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhathach <[email protected]>2013-04-15 17:30:36 +0800
committerhathach <[email protected]>2013-04-15 17:30:36 +0800
commit54221bb73b99544a1e7d4470e089b4f79ab044c9 (patch)
treed8bf304a9504b6a5a2cc68000d468acbd7711f12
parentaddbe3ed56ec1eec7e4209bf705dc81ae55e467f (diff)
move code in host demo to /src in prepare for support freeRTOS projects
-rw-r--r--demos/host/.cproject4
-rw-r--r--demos/host/src/host.uvopt (renamed from demos/host/host.uvopt)0
-rw-r--r--demos/host/src/host.uvproj (renamed from demos/host/host.uvproj)0
-rw-r--r--demos/host/src/keyboard_app.c (renamed from demos/host/keyboard_app.c)0
-rw-r--r--demos/host/src/keyboard_app.h (renamed from demos/host/keyboard_app.h)0
-rw-r--r--demos/host/src/main.c (renamed from demos/host/main.c)0
-rw-r--r--demos/host/src/mouse_app.c (renamed from demos/host/mouse_app.c)0
-rw-r--r--demos/host/src/mouse_app.h (renamed from demos/host/mouse_app.h)0
-rw-r--r--demos/host/src/tusb_config.h (renamed from demos/host/tusb_config.h)0
9 files changed, 2 insertions, 2 deletions
diff --git a/demos/host/.cproject b/demos/host/.cproject
index a27831bba..2917db7ca 100644
--- a/demos/host/.cproject
+++ b/demos/host/.cproject
@@ -46,7 +46,7 @@
<listOptionValue builtIn="false" value="&quot;${workspace_loc:/CMSISv2p10_LPC43xx_DriverLib/inc}&quot;"/>
<listOptionValue builtIn="false" value="&quot;${workspace_loc:/${ProjName}/bsp}&quot;"/>
<listOptionValue builtIn="false" value="&quot;${workspace_loc:/${ProjName}/tinyusb}&quot;"/>
- <listOptionValue builtIn="false" value="&quot;${workspace_loc:/${ProjName}}&quot;"/>
+ <listOptionValue builtIn="false" value="&quot;${workspace_loc:/${ProjName}/src}&quot;"/>
</option>
<option id="com.crt.advproject.c.misc.dialect.861665028" name="C Dialect" superClass="com.crt.advproject.c.misc.dialect" value="com.crt.advproject.misc.dialect.gnu99" valueType="enumerated"/>
<inputType id="com.crt.advproject.compiler.input.217124913" superClass="com.crt.advproject.compiler.input"/>
@@ -137,7 +137,7 @@
<listOptionValue builtIn="false" value="&quot;${workspace_loc:/CMSISv2p10_LPC43xx_DriverLib/inc}&quot;"/>
<listOptionValue builtIn="false" value="&quot;${workspace_loc:/${ProjName}/bsp}&quot;"/>
<listOptionValue builtIn="false" value="&quot;${workspace_loc:/${ProjName}/tinyusb}&quot;"/>
- <listOptionValue builtIn="false" value="&quot;${workspace_loc:/${ProjName}}&quot;"/>
+ <listOptionValue builtIn="false" value="&quot;${workspace_loc:/${ProjName}/src}&quot;"/>
</option>
<option id="com.crt.advproject.c.misc.dialect.785308269" name="C Dialect" superClass="com.crt.advproject.c.misc.dialect" value="com.crt.advproject.misc.dialect.gnu99" valueType="enumerated"/>
<inputType id="com.crt.advproject.compiler.input.772057054" superClass="com.crt.advproject.compiler.input"/>
diff --git a/demos/host/host.uvopt b/demos/host/src/host.uvopt
index 9fb22e9c4..9fb22e9c4 100644
--- a/demos/host/host.uvopt
+++ b/demos/host/src/host.uvopt
diff --git a/demos/host/host.uvproj b/demos/host/src/host.uvproj
index d9953f786..d9953f786 100644
--- a/demos/host/host.uvproj
+++ b/demos/host/src/host.uvproj
diff --git a/demos/host/keyboard_app.c b/demos/host/src/keyboard_app.c
index 3b4e0beb4..3b4e0beb4 100644
--- a/demos/host/keyboard_app.c
+++ b/demos/host/src/keyboard_app.c
diff --git a/demos/host/keyboard_app.h b/demos/host/src/keyboard_app.h
index 23109ca51..23109ca51 100644
--- a/demos/host/keyboard_app.h
+++ b/demos/host/src/keyboard_app.h
diff --git a/demos/host/main.c b/demos/host/src/main.c
index 7b935670c..7b935670c 100644
--- a/demos/host/main.c
+++ b/demos/host/src/main.c
diff --git a/demos/host/mouse_app.c b/demos/host/src/mouse_app.c
index d1c37e245..d1c37e245 100644
--- a/demos/host/mouse_app.c
+++ b/demos/host/src/mouse_app.c
diff --git a/demos/host/mouse_app.h b/demos/host/src/mouse_app.h
index 6d494c006..6d494c006 100644
--- a/demos/host/mouse_app.h
+++ b/demos/host/src/mouse_app.h
diff --git a/demos/host/tusb_config.h b/demos/host/src/tusb_config.h
index 3a72e0b84..3a72e0b84 100644
--- a/demos/host/tusb_config.h
+++ b/demos/host/src/tusb_config.h