From 6ceb992f2c06d2f34cab8910db48ecf464724ccf Mon Sep 17 00:00:00 2001 From: hathach Date: Wed, 12 Mar 2014 15:57:02 +0700 Subject: clean up --- demos/host/src/tusb_config.h | 16 +++------------- 1 file changed, 3 insertions(+), 13 deletions(-) (limited to 'demos/host/src') 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 @@ -72,19 +72,6 @@ #define TUSB_CFG_HOST_CDC 1 #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 //--------------------------------------------------------------------+ @@ -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) -- cgit v1.3.1