summaryrefslogtreecommitdiff
path: root/tinyusb/device/usbd_dcd.h
AgeCommit message (Collapse)Author
2013-07-04no big deal, only rename tusb_std_request_t to tusb_control_request_thathach
2013-06-16clean up some & add code for managing control request targeting interfacehathach
2013-06-08ADDING LPC176X devicehathach
implementing dcd_lpc175x_6x.c add usbd_dcd.h add usbd_isr with TUSB_EVENT_SETUP_RECEIVED & TUSB_EVENT_BUS_RESET event parameterize TUSB_CFG_DEVICE_CONTROL_PACKET_SIZE (replace USB_MAX_PACKET0) --> able to get interrupt and receive setup packet, but SET ADDRESS (expected get device descriptor). uncomment write zero length will cause issue, no more interrupt ?