| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2013-11-15 | separate data & status from dcd_pipe_control_xfer | hathach | |
| 2013-11-15 | refractor usbd, first step to make get configuration as sub task | hathach | |
| 2013-11-15 | add usbd_task to handle event task eg setup received | hathach | |
| 2013-11-15 | fix build error with device 43xx | hathach | |
| refractor mscd ramdisk demo | |||
| 2013-11-14 | complete double buffering for queueing xfer for lpc11u/13u requried by msc ↵ | hathach | |
| device | |||
| 2013-11-13 | fix potential issue with stall endpoints | hathach | |
| NOTE: cannot able to STALL control OUT endpoints --> unsupported with data out request may got to an issue. clean up configure, add max string descriptor configure as windows sometimes ask for string @ index 238 !!! | |||
| 2013-11-13 | able to build and run cdc device demo on lpc11uxx | hathach | |
| 2013-11-11 | technically, mouse + keyboard device demo also work on lpc13uxx | hathach | |
| 2013-11-11 | remove xfer_type in endpoint_handle_t | hathach | |
| cdc device demo runs on lpc13uxx | |||
| 2013-11-11 | adding support for lpc13uxx | hathach | |
| 2013-11-08 | add tusbd_cdc_is_busy | hathach | |
| enhance cdc serial device demo refractor fifo.c | |||
| 2013-11-08 | add windows driver for cdc | hathach | |
| add simple echo cdc serial demo add cdc device send/receive API refractor descriptor refractor cdc.h add usbd driver function - init - bus_reset | |||
| 2013-11-07 | clean up tusb_descriptors | hathach | |
| 2013-11-06 | added hid device hidd_isr callback | hathach | |
| refractor keyboard dev demo app | |||
| 2013-11-06 | fix a bug with USB1, but still cannot get interrupt occurred on USB1 | hathach | |
| 2013-11-06 | refractor for device able to work on usb1 of lpc43xx. But could not get it ↵ | hathach | |
| work on EA4357 | |||
| 2013-11-06 | refractor dcd_controller_reset & hcd_controller_reset to hal_controller_reset | hathach | |
| 2013-11-05 | msc add support | hathach | |
| - SCSI_CMD_MODE_SELECT_6 - SCSI_CMD_MODE_SENSE_6 - SCSI_CMD_PREVENT_ALLOW_MEDIUM_REMOVAL fix msc device bug with no data unsupported command complete msc device demo with ram disk of 8KB | |||
| 2013-11-01 | added support for | hathach | |
| - sense data scsi_sense_fixed_data_t - read format capacity scsi_read_format_capacity_data_t change msc device callback to support actual response fix dcd_pipe_clear_stall also reset toggle | |||
| 2013-11-01 | add dcd pipe clear stall | hathach | |
| - tusb_error_t dcd_pipe_clear_stall(uint8_t coreid, uint8_t edpt_addr) but does not take endpoint_handle_t as input complete msc device driver add usbd clear stall endpoint | |||
| 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-30 | clean up | hathach | |
| 2013-10-30 | refractor hid device | hathach | |
| add check dcd_pipe_open if endpoint is already used refractor usbd : parse and auto open class driver | |||
| 2013-10-30 | add dcd control pipe stall protocol | hathach | |
| 2013-10-30 | fix dcd_data declared with TUSB_CFG_ATTR_USBRAM | hathach | |
| fix lpc43xx UM: non-control unused endpoint type should be set to different than control in ENDPTCTRL add hid mouse device fix mouse descriptor with vertical wheel support | |||
| 2013-10-29 | able to enumerate mouse + keyboard (missing timing at set configured though) | hathach | |
| 2013-10-29 | change device driver init to open (when configured) | hathach | |
| fix HID_REQUEST_CONTROL_SET_REPORT handle | |||
| 2013-10-29 | temporarily implementation of dcd_pipe_is_busy | hathach | |
| 2013-10-29 | able to fully enumerated with keyboard | hathach | |
| 2013-10-29 | implementing sw device stack | hathach | |
| 2013-10-27 | make device keyboard buildable & runnable with ea4357 | hathach | |
| 2013-10-27 | document cdc | hathach | |
| 2013-10-27 | static assert to check OSAL_QUEUE_DEF's queue_depth parameter < 256 | hathach | |
| enable HOST_HCD_XFER_INTERRUPT by default (previously only enabled with HID), as it is widely used implement tusbh_cdc_is_busy add compilation switch in usbh enumeration for hub rewrite CDC serial application to address usb-serial race condition | |||
| 2013-10-27 | fix osal_none timeout, instant return with OSAL_TIMEOUT_NOTIMEOUT | hathach | |
| 2013-10-27 | rndis document | hathach | |
| 2013-10-27 | rndis document | hathach | |
| 2013-10-26 | rndis document | hathach | |
| 2013-10-26 | more document | hathach | |
| 2013-10-26 | cdc document | hathach | |
| 2013-10-26 | document msc | hathach | |
| 2013-10-26 | doxygen document for msc | hathach | |
| 2013-10-26 | update doxygen | hathach | |
| 2013-10-25 | more doxygen work | hathach | |
| rename tusb_mouse_report_t (keyboard) to hid_mouse_report_t (keyboard) | |||
| 2013-10-25 | move descriptor to common folder | hathach | |
| 2013-10-25 | more doxygen work | hathach | |
| 2013-10-24 | partially document CDC & RNDIS | hathach | |
| 2013-10-24 | document hub | hathach | |
| 2013-10-24 | document msc host | hathach | |
| 2013-10-24 | refractor HID document | hathach | |
| 2013-10-24 | change TUSB_CFG_CONTROLLER0/1_MODE to TUSB_CFG_CONTROLLER_0/1_MODE for clearance | hathach | |
| adding configuration docs for tinyusb_config.h document HID mouse & keyboard API | |||
