From 97b5ce74c9434078ad735bca2cbf37845f9038d0 Mon Sep 17 00:00:00 2001 From: hathach Date: Mon, 31 Mar 2014 12:38:12 +0700 Subject: [PATCH] all classes work well with lpcxpresso device freertos keil device freertos, CDC has problem with typing too many characters --- demos/device/src/cdc_device_app.c | 4 +--- demos/device/src/tusb_config.h | 2 +- readme.markdown | 2 +- 3 files changed, 3 insertions(+), 5 deletions(-) diff --git a/demos/device/src/cdc_device_app.c b/demos/device/src/cdc_device_app.c index 2abbc427b..accd61547 100644 --- a/demos/device/src/cdc_device_app.c +++ b/demos/device/src/cdc_device_app.c @@ -46,9 +46,7 @@ //--------------------------------------------------------------------+ // INCLUDE //--------------------------------------------------------------------+ -enum { - CDCD_APP_BUFFER_SIZE = 64 -}; +enum { CDCD_APP_BUFFER_SIZE = 64 }; //--------------------------------------------------------------------+ // MACRO CONSTANT TYPEDEF diff --git a/demos/device/src/tusb_config.h b/demos/device/src/tusb_config.h index 554728687..c21caaade 100644 --- a/demos/device/src/tusb_config.h +++ b/demos/device/src/tusb_config.h @@ -62,7 +62,7 @@ #define TUSB_CFG_DEVICE_HID_MOUSE 1 #define TUSB_CFG_DEVICE_HID_GENERIC 0 // not supported yet #define TUSB_CFG_DEVICE_MSC 1 -#define TUSB_CFG_DEVICE_CDC 0 +#define TUSB_CFG_DEVICE_CDC 1 //--------------------------------------------------------------------+ // COMMON CONFIGURATION diff --git a/readme.markdown b/readme.markdown index 532d8d150..739b0ca7f 100644 --- a/readme.markdown +++ b/readme.markdown @@ -89,7 +89,7 @@ You can contribute your time by helping with programming, testing and filing bug ### Donate Money ### -If you don't have time but still want to help, then please consider making a financial donation. This will help to pay the (coffee) bills and motivate me to continue working on tinyusb. You can do so using the donation button, or contact me for other payment methods. +If you don't have time but still want to help, then please consider making a financial donation. This will help to pay the (mostly coffee) bills and motivate me to continue working on tinyusb. You can do so using the donation button, or contact me for other payment methods. [//]: # (\htmlonly) Click here to lend your support to tinyusb donation and make a donation at pledgie.com