| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2018-03-06 | move class files | hathach | |
| 2018-03-02 | clean up compiler | hathach | |
| 2018-03-01 | more osal clean up | hathach | |
| 2018-03-01 | clean up osal semaphore/queue/mutex | hathach | |
| 2015-05-01 | tusbh_device_ to tuh_device_ | hathach | |
| 2015-05-01 | simplify host API: tusbh_ to tuh_ | hathach | |
| 2014-04-24 | added all assert check to osal_queue_send and osal_semaphore_post | hathach | |
| 2014-04-17 | clean up STATIC_VAR | hathach | |
| 2014-03-14 | clean more warnings | hathach | |
| 2014-03-14 | clean up compiler warning transfer of control bypasses initialization | hathach | |
| 2014-03-13 | fix some warnings | 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-02-28 | refractor remove tusbh_msc_is_failed | hathach | |
| increase usbh enum task from 150 to 200 due to stack overflow when mounting msc device added task for msc host freeRTOS with stack = 300 (still cannot execute copy command) | |||
| 2013-12-18 | able to run MSC host demo on lpc17xx | hathach | |
| implement walk around for halted ED in OHCI | |||
| 2013-11-26 | change endian conversion to native to be & be to native | hathach | |
| completely deferred xfer isr event to usbd task complete read10, write10 sequence for large data transfer | |||
| 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-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-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 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-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-05-06 | add stub for msc host & hub driver | hathach | |
| 2013-05-06 | change format of file header & license spacing | hathach | |
| 2013-03-25 | change website from tinyusb.net to tinyusb.org | hathach | |
| 2013-03-12 | add project file for keil | hathach | |
| fix binary.h compiler specific add hal_init code to reset & set usbmode --> able to get USB ISR remove const qualifier from return function of - get_operational_register - get_period_frame_list - get_async_head - get_period_head - get_control_qhd add stub for - hcd_port_connect_status - hcd_port_speed | |||
