summaryrefslogtreecommitdiff
path: root/tinyusb/hal/hal_lpc175x_6x.c
AgeCommit message (Collapse)Author
2018-03-02hal updatehathach
2018-03-02clean up APIhathach
2018-03-02rename hal_interrupt_* to hal_usb_int_*hathach
2018-03-02refactor halhathach
2014-03-14Suppress Keil warnings #66-D: enumeration value is out of "int" rangehathach
2014-03-14zero warnings compiling host os none on keilhathach
2014-03-13clean up more warningshathach
2014-03-12IAR line ending warninghathach
2013-12-13using PINSEL_ConfigPin for setting pinselhathach
2013-12-13able to get connect status change interrupt occuredhathach
2013-11-25change MCU to TUSB_CFG_MCUhathach
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-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)