summaryrefslogtreecommitdiff
path: root/demos/host
diff options
context:
space:
mode:
authorhathach <[email protected]>2014-03-17 16:46:11 +0700
committerhathach <[email protected]>2014-03-17 16:46:11 +0700
commiteaf2e888ab3025b01bf5b8e5b548337dd5bc63ff (patch)
tree67f83e9244d79d6084c059b7bd499e59210f34a4 /demos/host
parentd1d4ddd85626567ddd0369387276ccf9680673d6 (diff)
doxygening
Diffstat (limited to 'demos/host')
-rw-r--r--demos/host/host_os_none/.cproject1
-rw-r--r--demos/host/src/tusb_config.h12
2 files changed, 2 insertions, 11 deletions
diff --git a/demos/host/host_os_none/.cproject b/demos/host/host_os_none/.cproject
index 4388865c4..d722e8db5 100644
--- a/demos/host/host_os_none/.cproject
+++ b/demos/host/host_os_none/.cproject
@@ -167,6 +167,7 @@
<option id="com.crt.advproject.link.gcc.hdrlib.1015545513" name="Use C library" superClass="com.crt.advproject.link.gcc.hdrlib" value="com.crt.advproject.gcc.link.hdrlib.codered.semihost" valueType="enumerated"/>
<option id="com.crt.advproject.link.fpu.409118044" name="Floating point" superClass="com.crt.advproject.link.fpu" value="com.crt.advproject.link.fpu.fpv4" valueType="enumerated"/>
<option id="com.crt.advproject.link.gcc.multicore.slave.807948498" name="Multicore slave" superClass="com.crt.advproject.link.gcc.multicore.slave"/>
+ <option id="com.crt.advproject.link.gcc.multicore.master.1340978016" superClass="com.crt.advproject.link.gcc.multicore.master"/>
<inputType id="cdt.managedbuild.tool.gnu.c.linker.input.388300407" superClass="cdt.managedbuild.tool.gnu.c.linker.input">
<additionalInput kind="additionalinputdependency" paths="$(USER_OBJS)"/>
<additionalInput kind="additionalinput" paths="$(LIBS)"/>
diff --git a/demos/host/src/tusb_config.h b/demos/host/src/tusb_config.h
index 30fc5eae2..d1b717a23 100644
--- a/demos/host/src/tusb_config.h
+++ b/demos/host/src/tusb_config.h
@@ -36,13 +36,6 @@
*/
/**************************************************************************/
-/** \ingroup TBD
- * \defgroup TBD
- * \brief TBD
- *
- * @{
- */
-
#ifndef _TUSB_TUSB_CONFIG_H_
#define _TUSB_TUSB_CONFIG_H_
@@ -55,7 +48,6 @@
//--------------------------------------------------------------------+
//#define TUSB_CFG_MCU will be passed from IDE for easy board/mcu switching
#define TUSB_CFG_CONTROLLER_0_MODE (TUSB_MODE_HOST)
-#define TUSB_CFG_CONTROLLER_1_MODE (TUSB_MODE_NONE) // TODO not yet tested
//--------------------------------------------------------------------+
// HOST CONFIGURATION
@@ -78,7 +70,7 @@
#define TUSB_CFG_DEBUG 3
//#define TUSB_CFG_OS TUSB_OS_NONE // defined using eclipse build
-//#define TUSB_CFG_OS_TASK_PRIO
+//#define TUSB_CFG_OS_TASK_PRIO // defined using eclipse build
#define TUSB_CFG_OS_TICKS_PER_SECOND 1000
@@ -119,5 +111,3 @@
#endif
#endif /* _TUSB_TUSB_CONFIG_H_ */
-
-/** @} */