summaryrefslogtreecommitdiff
path: root/tinyusb/device/dcd_lpc175x_6x.h
AgeCommit message (Collapse)Author
2018-03-13house keepinghathach
2018-03-12more renamehathach
2015-05-01formattinghathach
2014-03-24more doxygen workshathach
2014-03-16doxygen documenthathach
2014-03-10refractor dcd_lpc175x_6xhathach
- remove dd allocation table and use fixed 2 dd for each endpoints - change dd::used to dd::int_on_complete --> fixed all the bugs with lpc175x_6x with MSC device & CDC device
2013-11-22clean uphathach
add some doxygen work finalize device disconnection & suspend - suspend & resume & remote wake up is not supported yet
2013-11-21refractor usbd-dcd callback, add bus event isrhathach
2013-11-20refractor descriptorhathach
2013-11-20house keepinghathach
2013-11-20add sw int_on_complete support for dcd lpc17xxhathach
2013-11-19complete dcd for lpc175x_6xhathach
cdc device demo can work but there is hardfault with dma descriptor with fast typing
2013-11-18get lpc17xx running through enumeration (with control data < 64)hathach
2013-06-12add coreid to hidd_inithathach
temporarily implement hidd_init using dcd from lpc17xx add more test for dcd lp176x implement dcd_endpoint_configure
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-05change buffer_start_addr from uint8_t* to uint32_t due to travis linux 64bithathach
2013-06-05added dcd_dma_descriptor_t typdefhathach
reorganize test project, multiple test projects each is specifically for an MCU
2013-05-28rename NGX to ngxhathach
add a bunch of stub header for dcd (175x_6x, 13xx, 18xx_43xx) add dcd_nxp_romdriver for handling usb rom driver add BIT_TEST_ in binary.h remove mw_usbd_hid.h include due to lexical conflict