| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2018-03-13 | house keeping | hathach | |
| 2018-03-11 | rename TUSB_DIR_OUT, TUSB_DIR_IN | hathach | |
| 2018-03-11 | rename tusb_dir_t | hathach | |
| 2018-03-11 | rename dcd_pipe to dcd_edpt | hathach | |
| 2018-03-11 | refactor dcd_xfer_complete | hathach | |
| 2018-03-11 | rename dcd_* API to tusb_dcd_* | hathach | |
| 2018-03-11 | rename endpoint_handle_t to edpt_hdl_t | hathach | |
| 2018-03-09 | rename coreid to port | hathach | |
| 2018-03-06 | remove tusb_isr(), rename hal_hcd_isr() and hal_dcd_isr() | hathach | |
| 2018-03-06 | rename to hal_dcd_pipe_clear_stall() | hathach | |
| 2018-03-06 | rename hal_dcd_pipe_stall() | hathach | |
| 2018-03-06 | rename to hal_dcd_pipe_xfer() | hathach | |
| 2018-03-06 | remove class code in pipe open() | hathach | |
| 2018-03-06 | rename to hal_dcd_control_xfer() and hal_dcd_control_stall() | hathach | |
| 2018-03-03 | rename usbd_dcd_bus_event_isr to hal_dcd_bus_event | hathach | |
| 2018-03-03 | rename usbd_setup_received_isr to hal_dcd_setup_received | hathach | |
| 2018-03-03 | cleanup SUBTASK macros | hathach | |
| 2018-03-02 | add config number | hathach | |
| 2018-03-02 | rename dcd_controller_* to hal_dcd_* | hathach | |
| 2018-03-02 | rename dcd_init to hal_dcd_init() | hathach | |
| 2014-04-17 | clean up STATIC_VAR | hathach | |
| 2014-03-23 | clean IAR warning | hathach | |
| 2014-03-12 | change dcd 176x alignment placement to work with IAR | hathach | |
| 2014-03-12 | IAR line ending warning | hathach | |
| 2014-03-10 | change 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-10 | clean up dcd_lpc175x_6x.c | hathach | |
| 2014-03-10 | refractor dcd_lpc175x_6x | hathach | |
| - 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-11 | fix 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-09 | complete dcd 17xx control xfer with soft DMA | hathach | |
| keyboard LED set report run ok with lpc17xx there is problem with cdc set line encoding | |||
| 2013-11-25 | refractor usbd task | hathach | |
| move control request data into task event adding tusbd_msc_read10_cb, tusbd_msc_write10_cb (not fully supported) | |||
| 2013-11-25 | change MCU to TUSB_CFG_MCU | hathach | |
| 2013-11-22 | clean up | hathach | |
| add some doxygen work finalize device disconnection & suspend - suspend & resume & remote wake up is not supported yet | |||
| 2013-11-21 | fixed lpc11u/13u VBUS (P0_3) with pulldown resistor for USB_VBUS_DEBOUNCED ↵ | hathach | |
| is correct added disconnect callback for lpc11u/13u | |||
| 2013-11-21 | refractor usbd-dcd callback, add bus event isr | hathach | |
| 2013-11-20 | fixed dcd lpc17xx queue transfer & IOC handling | hathach | |
| able to run MSC demo | |||
| 2013-11-20 | refractor descriptor | hathach | |
| 2013-11-20 | house keeping | hathach | |
| 2013-11-20 | add sw int_on_complete support for dcd lpc17xx | hathach | |
| 2013-11-19 | complete dcd for lpc175x_6x | hathach | |
| cdc device demo can work but there is hardfault with dma descriptor with fast typing | |||
| 2013-11-18 | get lpc17xx running through enumeration (with control data < 64) | hathach | |
| 2013-11-01 | implement msc device class | hathach | |
| 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-29 | implementing sw device stack | hathach | |
| 2013-06-21 | [host lpc43xx] adding support for host custom class | hathach | |
| 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-16 | house keeping | hathach | |
| 2013-06-16 | refractor set endpoint max packet size | hathach | |
| 2013-06-16 | clean up some & add code for managing control request targeting interface | hathach | |
| 2013-06-14 | use dcd_pipe_control_read in endpoint_control_isr | hathach | |
| 2013-06-14 | add dcd_pipe_control_read | hathach | |
| 2013-06-14 | implement hidd_control_request including std & class specific to interface ↵ | hathach | |
| number. refractor usbd_setup_received | |||
| 2013-06-12 | add coreid to hidd_init | hathach | |
| temporarily implement hidd_init using dcd from lpc17xx add more test for dcd lp176x implement dcd_endpoint_configure | |||
