| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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 | 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 | rndis document | hathach | |
| 2013-10-27 | rndis document | hathach | |
| 2013-10-26 | rndis 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-24 | partially document CDC & RNDIS | 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 | |||
| 2013-10-02 | clean up warnings here and there | hathach | |
| 2013-10-02 | enhacne msc demo, update IAR project file | hathach | |
| 2013-10-01 | - move disconnection handle to enum task --> move tusbh_xxx_unmount is ↵ | hathach | |
| invoked in non-isr context | |||
| 2013-09-30 | able to mount one device on the hub | hathach | |
| 2013-09-28 | clean up hid host (temp let test failed) | hathach | |
| 2013-09-27 | fix an "extra" semaphore wait in msc host | hathach | |
| 2013-09-27 | house keeping | hathach | |
| 2013-09-26 | add scsi write10 & test unit ready | hathach | |
| done copy command implement get_fattime using __DATE__ and number of calls | |||
| 2013-09-26 | add cat command to cli | hathach | |
| 2013-09-26 | refractor msch | hathach | |
| 2013-09-25 | add tusbh_msc_status | hathach | |
| reanme PRINTF_TARGET_DEBUG_CONSOLE to PRINTF_TARGET_SEMIHOST add read10 implementation able to read fat root sector | |||
| 2013-09-24 | allow a limited model to deal with stalled pipe/transaction | hathach | |
| added stall clear & able to mount the stupid toshiba thumb drive add HCD pipe API - bool hcd_pipe_is_busy(pipe_handle_t pipe_hdl); - bool hcd_pipe_is_stalled(pipe_handle_t pipe_hdl); - uint8_t hcd_pipe_get_endpoint_addr(pipe_handle_t pipe_hdl); - tusb_error_t hcd_pipe_clear_stall(pipe_handle_t pipe_hdl); remove tusbh_device_mount_failed_cb (not neccessary for user) | |||
| 2013-09-24 | add some tests support for msc host | hathach | |
| refractor msch buffer for getting inital scsi like inquiry, read capacity adding support for resovling stall on control pipe | |||
| 2013-09-23 | refractor, add wheel for mouse demo | hathach | |
| 2013-09-23 | refractor hcd API to allow queue xfer without actually transferring data | hathach | |
| 2013-09-22 | added read capacity 10 with hacking code | hathach | |
| 2013-09-22 | fix pingstate for highspeed bulk out transfer | hathach | |
| temp implementation of msc host --> can issue inquiry command | |||
| 2013-09-21 | house keeping, clean up warnings | hathach | |
| 2013-09-21 | house keeping | hathach | |
| 2013-09-21 | remove ATTR_WEAK for all necessary driver callback | hathach | |
| fix ceedling tests | |||
| 2013-09-20 | start to add msc host, fix dangerous problem with unstable device when ↵ | hathach | |
| plugged --> 200 ms delay. 50ms delay after each port reset | |||
| 2013-09-20 | refine hid host driver | hathach | |
| 2013-09-19 | starting to add support for IAR workbench | hathach | |
| 2013-09-18 | clean up warnings | hathach | |
| 2013-09-11 | add set msg & get set cmplt for OID_GEN_CURRENT_PACKET_FILTER (default = 0 ↵ | hathach | |
| reject all) to ○ NDIS_PACKET_TYPE_DIRECTED ○ NDIS_PACKET_TYPE_MULTICAST ○ NDIS_PACKET_TYPE_BROADCAST | |||
