From ae02263d817a7b2f37c7e9c5026fd067b9d75fcc Mon Sep 17 00:00:00 2001 From: hathach Date: Sat, 25 May 2013 16:03:40 +0700 Subject: [PATCH] add stub function to able to build device with EA4357 - dcd_controller_reset - dcd_controller_connect --- demos/device/keyboard/.cproject | 16 +++---- tinyusb/class/hid.h | 66 ++++++++++++++-------------- tinyusb/device/dcd.h | 5 +++ tinyusb/device/dcd_lpc43xx.c | 78 +++++++++++++++++++++++++++++++++ tinyusb/device/dcd_lpc43xx.h | 63 ++++++++++++++++++++++++++ tinyusb/hal/hal.h | 4 +- tinyusb/hal/hal_lpc43xx.c | 19 +++++--- 7 files changed, 200 insertions(+), 51 deletions(-) create mode 100644 tinyusb/device/dcd_lpc43xx.c create mode 100644 tinyusb/device/dcd_lpc43xx.h diff --git a/demos/device/keyboard/.cproject b/demos/device/keyboard/.cproject index 68a384b0d..f62592331 100644 --- a/demos/device/keyboard/.cproject +++ b/demos/device/keyboard/.cproject @@ -70,8 +70,8 @@ - - - +