From db986b3107c5e7c0c91cb808c0676313ba598cab Mon Sep 17 00:00:00 2001 From: hathach Date: Tue, 29 Oct 2013 14:19:56 +0700 Subject: [PATCH] able to fully enumerated with keyboard --- demos/device/keyboard/.cproject | 4 +- demos/device/keyboard/main.c | 27 +++++----- tinyusb/class/hid_device.c | 76 ++++++++++++++++---------- tinyusb/class/hid_device.h | 23 ++++---- tinyusb/device/dcd.h | 1 + tinyusb/device/dcd_lpc43xx.c | 95 +++++++++++++++++++++++---------- tinyusb/device/usbd.c | 37 +++++++------ 7 files changed, 164 insertions(+), 99 deletions(-) diff --git a/demos/device/keyboard/.cproject b/demos/device/keyboard/.cproject index 4193f9e38..465b04542 100644 --- a/demos/device/keyboard/.cproject +++ b/demos/device/keyboard/.cproject @@ -244,7 +244,7 @@