summaryrefslogtreecommitdiff
path: root/tinyusb/device/dcd_lpc43xx.c
AgeCommit message (Expand)Author
2018-03-02rename hal_init() to hal_usb_init()hathach
2018-03-02clean up compilerhathach
2018-03-02rename hal.h to tusb_hal.hhathach
2014-05-13add lpcxpresso spifi flash settinghathach
2014-04-25cdc device app rename CDCD_APP_BUFFER_SIZE to SERIAL_BUFFER_SIZEhathach
2014-04-24correct dcd_pipe_is_busy to use list_qtd_idx[] instead of qtd_overlayhathach
2014-04-21minor adjustment to dcd_lpc43xx.chathach
2014-04-17clean up STATIC_VARhathach
2014-04-04remove RF1GHZNODE from board/readme.mdhathach
2014-03-23tested with IAR & keil for device ea4357, fix some warningshathach
2014-03-10change desc_str_table to array of pointer of uint8_t* to be compatible with I...hathach
2014-03-10change IAR TUSB_CFG_ATTR_USBRAM to _Pragma("location=\".ahb_sram1\"") instead...hathach
2013-12-09house keeping, lpc43xx works okiehathach
2013-12-09refractor dcd lpc43xx control xfer (with int on complete)hathach
2013-11-25change MCU to TUSB_CFG_MCUhathach
2013-11-22temp fix for dcd 43xx suspend detection (disconnection does not generate inte...hathach
2013-11-22clean uphathach
2013-11-18get lpc17xx running through enumeration (with control data < 64)hathach
2013-11-16fix dcd_pipe_control_xfer for dcd43xxhathach
2013-11-15refractor usbd, first step to make get configuration as sub taskhathach
2013-11-15fix build error with device 43xxhathach
2013-11-14complete double buffering for queueing xfer for lpc11u/13u requried by msc de...hathach
2013-11-11adding support for lpc13uxxhathach
2013-11-06fix a bug with USB1, but still cannot get interrupt occurred on USB1hathach
2013-11-06refractor for device able to work on usb1 of lpc43xx. But could not get it wo...hathach
2013-11-06refractor dcd_controller_reset & hcd_controller_reset to hal_controller_resethathach
2013-11-01added support forhathach
2013-11-01add dcd pipe clear stallhathach
2013-11-01implement msc device classhathach
2013-10-30refractor hid devicehathach
2013-10-30add dcd control pipe stall protocolhathach
2013-10-30fix dcd_data declared with TUSB_CFG_ATTR_USBRAMhathach
2013-10-29temporarily implementation of dcd_pipe_is_busyhathach
2013-10-29able to fully enumerated with keyboardhathach
2013-10-29implementing sw device stackhathach
2013-05-28rename NGX to ngxhathach
2013-05-25add stub function to able to build device with EA4357hathach