summaryrefslogtreecommitdiff
path: root/demos/host/src
diff options
context:
space:
mode:
authorhathach <[email protected]>2014-03-12 15:57:02 +0700
committerhathach <[email protected]>2014-03-12 15:57:02 +0700
commit6ceb992f2c06d2f34cab8910db48ecf464724ccf (patch)
treee99e90ea53a524f0e0dea81eaa2f3e2f1ace5273 /demos/host/src
parent2e9ab27e28bc08b508008933e651e17aa1a3ac64 (diff)
clean up
Diffstat (limited to 'demos/host/src')
-rw-r--r--demos/host/src/tusb_config.h16
1 files changed, 3 insertions, 13 deletions
diff --git a/demos/host/src/tusb_config.h b/demos/host/src/tusb_config.h
index e12f020a6..e2dab0cdd 100644
--- a/demos/host/src/tusb_config.h
+++ b/demos/host/src/tusb_config.h
@@ -73,19 +73,6 @@
#define TUSB_CFG_HOST_CDC_RNDIS 0
//--------------------------------------------------------------------+
-// DEVICE CONFIGURATION
-//--------------------------------------------------------------------+
-#define TUSB_CFG_DEVICE_CONTROL_ENDOINT_SIZE 64 // TODO refractor remove
-#define TUSB_CFG_DEVICE_STRING_DESCRIPTOR_COUNT 4
-
-//------------- CLASS -------------//
-#define TUSB_CFG_DEVICE_HID_KEYBOARD 0
-#define TUSB_CFG_DEVICE_HID_MOUSE 0
-#define TUSB_CFG_DEVICE_HID_GENERIC 0
-#define TUSB_CFG_DEVICE_MSC 0
-#define TUSB_CFG_DEVICE_CDC 0
-
-//--------------------------------------------------------------------+
// COMMON CONFIGURATION
//--------------------------------------------------------------------+
#define TUSB_CFG_DEBUG 3
@@ -95,6 +82,9 @@
#define TUSB_CFG_OS_TICKS_PER_SECOND 1000
+//--------------------------------------------------------------------+
+// USB RAM PLACEMENT
+//--------------------------------------------------------------------+
#ifdef __CODE_RED // make use of code red's support for ram region macros
#if (TUSB_CFG_MCU == MCU_LPC11UXX) || (TUSB_CFG_MCU == MCU_LPC13UXX)