| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-02-23 | host msc: call read_capacity as part of enumeration | hathach | |
| - add tuh_msc_get_block_count(), tuh_msc_get_block_size() - rename tuh_msc_mounted_cb/tuh_msc_unmounted_cb to tuh_msc_mount_cb/tuh_msc_unmount_cb to match device stack naming - change tuh_msc_is_busy() to tuh_msc_ready() - add CFG_TUH_MSC_MAXLUN (default to 4) to hold lun capacities - add host msc configured to for state check. | |||
| 2021-02-23 | clean up host msc | hathach | |
| 2021-02-23 | Merge pull request #575 from nwlab/yaa/msc_read | Ha Thach | |
| Added MSC read10 and write10 function | |||
| 2021-02-23 | rename tuh_msc_scsi_inquiry() to tuh_msc_inquiry() | hathach | |
| 2020-12-23 | Added MSC read10 and write10 function | Yakovenko Andrey | |
| 2020-11-01 | added host set_config driver | hathach | |
| to resolve control conflict with SET_CONFIGURE for class driver - open will be called to open endpoint only - set_config called later to initialized class driver | |||
| 2020-10-13 | more clean up | hathach | |
| 2020-10-13 | clean up | hathach | |
| 2020-10-13 | implement tuh_msc_scsi_inquiry() / tuh_msc_read_capacity() / ↵ | hathach | |
| tuh_msc_get_maxlun() | |||
| 2020-10-13 | rework msc host | hathach | |
| - msc host enum is now async - implement async tuh_msc_scsi_command() / tuh_msc_request_sense() / tuh_msc_test_unit_ready() | |||
| 2020-09-06 | change xfer_cb return type from void to bool | hathach | |
| 2020-09-05 | defer xfer_isr to xfer_cb | hathach | |
| 2020-09-03 | fix #449 remove obsolete pipehandle from hid host | hathach | |
| 2020-09-01 | add more logging to host stack | hathach | |
| tested host with lpc4357, don't use fpu with lpc m4 since it seems to cause hardfault (stack does not make use of fpu anyway). | |||
| 2020-05-19 | usb0 host on mcb1800 work with fullspeed mode. | hathach | |
| use usbh_edpt_open() to correctly map ep2drv[] | |||
| 2020-01-15 | Normalize line endings | Nathan Conrad | |
| 2019-06-06 | add TU_ prefix to compiler ATTR to prevent name conflict with application | hathach | |
| 2019-05-14 | more endian convert | hathach | |
| 2019-05-14 | clean up endian convert function | hathach | |
| 2019-05-14 | update license year to 2019 | hathach | |
| 2019-03-27 | cleanup, remove the use of _TINY_USB_SOURCE_FILE_ | hathach | |
| 2019-03-20 | migrate license from BSD 3 clause to MIT | hathach | |
| 2018-12-12 | rename descriptor_* helper to tu_desc_* | hathach | |
| 2018-12-12 | rename edpt_dir/number/addr to tu_edpt_* | hathach | |
| 2018-12-12 | replace all hcd pipe close by hcd_device_remove | hathach | |
| 2018-12-11 | more hcd_pipe to hcd_edpt rename | hathach | |
| 2018-12-11 | rename to hcd_edpt_open() | hathach | |
| 2018-12-11 | remove pipe handle in host msc | hathach | |
| 2018-12-10 | fix msc host | hathach | |
| 2018-12-10 | usbh name change | hathach | |
| 2018-12-10 | host msc built but got hardfault with inquiry command | hathach | |
| 2018-12-10 | clean up host pipe api | hathach | |
| 2018-12-07 | rename MODE_HOST_SUPPORTED to TUSB_OPT_HOST_ENABLED | hathach | |
| 2018-12-07 | able to build host hid | hathach | |
| 2018-12-07 | able to build with host msc | hathach | |
| 2018-12-06 | rename CFG_TUSB_HOST_CDC/MSC to CFG_TUH_CDC/MSC | hathach | |
| 2018-11-23 | rename tusb_event_t to xfer_result_t | hathach | |
| 2018-11-22 | rename CFG_TUSB_MEM_SECTION to CFG_TUSB_MEM_SECTION | hathach | |
| 2018-10-23 | clean up helper func | hathach | |
| 2018-07-26 | add tud_msc_set_sense(), update msc device to reponse with default sense ↵ | hathach | |
| (illegal request) when there is issue with scsi command | |||
| 2018-06-18 | rename subfolder source to src | hathach | |
