From f2ae5b541faba4b0ea28b010cbf9eda53ff59d70 Mon Sep 17 00:00:00 2001 From: hathach Date: Fri, 1 Nov 2013 14:44:14 +0700 Subject: [PATCH] add dcd pipe clear stall - tusb_error_t dcd_pipe_clear_stall(uint8_t coreid, uint8_t edpt_addr) but does not take endpoint_handle_t as input complete msc device driver add usbd clear stall endpoint --- demos/device/device_os_none/.cproject | 119 +++++++++++++------------ demos/device/device_os_none/mscd_app.c | 2 +- tinyusb/class/msc_device.c | 15 ++-- tinyusb/device/dcd.h | 1 + tinyusb/device/dcd_lpc43xx.c | 26 +++--- tinyusb/device/usbd.c | 49 +++++++--- 6 files changed, 125 insertions(+), 87 deletions(-) diff --git a/demos/device/device_os_none/.cproject b/demos/device/device_os_none/.cproject index 465b04542..43e8e0e24 100644 --- a/demos/device/device_os_none/.cproject +++ b/demos/device/device_os_none/.cproject @@ -64,7 +64,7 @@