summaryrefslogtreecommitdiff
path: root/tinyusb/hal/hal_lpc175x_6x.h
AgeCommit message (Collapse)Author
2018-03-02hal updatehathach
2018-03-02refactor halhathach
2014-03-25doxygen documentinghathach
2014-03-24more doxygen workshathach
2014-03-14zero warnings compiling host os none on keilhathach
2013-11-22clean uphathach
add some doxygen work finalize device disconnection & suspend - suspend & resume & remote wake up is not supported yet
2013-11-18get lpc17xx running through enumeration (with control data < 64)hathach
2013-10-02clean up warnings here and therehathach
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 ?
2013-06-04re-create ngx4330.hhathach
remove some rom driver dependency on upper layer introduce CAP_DEVICE_ROMDRIVER to overwrite TUSB_CFG_DEVICE_USE_ROM_DRIVER within the lib add support for lpc175x_6x - able to build and blink led on lpcxpresso1769 with device (without any class enabled)