summaryrefslogtreecommitdiff
path: root/tinyusb/device/dcd_lpc175x_6x.c
AgeCommit message (Collapse)Author
2018-03-13house keepinghathach
2018-03-11rename TUSB_DIR_OUT, TUSB_DIR_INhathach
2018-03-11rename tusb_dir_thathach
2018-03-11rename dcd_pipe to dcd_edpthathach
2018-03-11refactor dcd_xfer_completehathach
2018-03-11rename dcd_* API to tusb_dcd_*hathach
2018-03-11rename endpoint_handle_t to edpt_hdl_thathach
2018-03-09rename coreid to porthathach
2018-03-06remove tusb_isr(), rename hal_hcd_isr() and hal_dcd_isr()hathach
2018-03-06rename to hal_dcd_pipe_clear_stall()hathach
2018-03-06rename hal_dcd_pipe_stall()hathach
2018-03-06rename to hal_dcd_pipe_xfer()hathach
2018-03-06remove class code in pipe open()hathach
2018-03-06rename to hal_dcd_control_xfer() and hal_dcd_control_stall()hathach
2018-03-03rename usbd_dcd_bus_event_isr to hal_dcd_bus_eventhathach
2018-03-03rename usbd_setup_received_isr to hal_dcd_setup_receivedhathach
2018-03-03cleanup SUBTASK macroshathach
2018-03-02add config numberhathach
2018-03-02rename dcd_controller_* to hal_dcd_*hathach
2018-03-02rename dcd_init to hal_dcd_init()hathach
2014-04-17clean up STATIC_VARhathach
2014-03-23clean IAR warninghathach
2014-03-12change dcd 176x alignment placement to work with IARhathach
2014-03-12IAR line ending warninghathach
2014-03-10change IAR TUSB_CFG_ATTR_USBRAM to _Pragma("location=\".ahb_sram1\"") ↵hathach
instead of @ .ahb_sram1 so that we can place it before the variable for a cleaner code change pipe xfer API buffer from void* to uint8_t* change FIFO_DEF to have a separated buffer to be compatible with IAR\ refractor IAR data alignment pragma
2014-03-10clean up dcd_lpc175x_6x.chathach
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-12-11fix error in dcd_lpc175x_6x (still has problem with control transfer)hathach
fix build error for host start to add keil support for device opt out pca9532.c when ea4357 is not the selected board
2013-12-09complete dcd 17xx control xfer with soft DMAhathach
keyboard LED set report run ok with lpc17xx there is problem with cdc set line encoding
2013-11-25refractor usbd taskhathach
move control request data into task event adding tusbd_msc_read10_cb, tusbd_msc_write10_cb (not fully supported)
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-21fixed lpc11u/13u VBUS (P0_3) with pulldown resistor for USB_VBUS_DEBOUNCED ↵hathach
is correct added disconnect callback for lpc11u/13u
2013-11-21refractor usbd-dcd callback, add bus event isrhathach
2013-11-20fixed dcd lpc17xx queue transfer & IOC handlinghathach
able to run MSC demo
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-11-01implement msc device classhathach
usbd auto stall control for not supported return from class control request usbd implement xfer isr callback mechanism DCD - implement dcd multiple qtd support - dcd dcd_pipe_stall - implement dcd_pipe_queue_xfer - xfer_complete_isr - flush control endpoint if received new setup while previous transfer is not complete change msc_cmd_block_wrapper_t flags field to dir force full speed for easy testing NOTEs: somehow unable to get endpoint IN interrupt with ioc
2013-10-29implementing sw device stackhathach
2013-06-21[host lpc43xx] adding support for host custom classhathach
refractor usbh class driver indexing opt out periodic list code in EHCI (need to refractor/group later) [device lpc176x] rename dcd_endpoint_configure to dcd_pipe_open add usbd_pipe_open to manage pipe
2013-06-16house keepinghathach
2013-06-16refractor set endpoint max packet sizehathach
2013-06-16clean up some & add code for managing control request targeting interfacehathach
2013-06-14use dcd_pipe_control_read in endpoint_control_isrhathach
2013-06-14add dcd_pipe_control_readhathach
2013-06-14implement hidd_control_request including std & class specific to interface ↵hathach
number. refractor usbd_setup_received
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