| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-08-29 | passed all USBCV bot complaince test | hathach | |
| 2021-08-29 | msc handle more test, passed Command Self Test compliant | hathach | |
| 2021-08-29 | update msc to be more robuse | hathach | |
| add more log, pass more complaint test | |||
| 2021-08-27 | fix msc test case 8 and 10 | hathach | |
| 2021-08-27 | fix msc case 3 complaint test | hathach | |
| 2021-08-27 | more msc refactoring | hathach | |
| 2021-08-27 | fix BOT case 2 test compliant | hathach | |
| 2021-08-27 | refactor msc device | hathach | |
| 2021-08-27 | minor clean up | hathach | |
| 2021-08-27 | update msc driver to pass MSC BOT error recovery compliant test | hathach | |
| 2021-08-23 | sepearate CFG_TUH_DEVICE_MAX and CFG_TUH_HUB | hathach | |
| separate dev0 from _usbh_devices pool to save sram | |||
| 2021-08-23 | rename CFG_TUSB_HOST_DEVICE_MAX to CFG_TUH_DEVICE_MAX | hathach | |
| 2021-08-20 | change host driver open return type to bool | hathach | |
| the descriptor len used by driver will be calculated by usbh | |||
| 2021-07-13 | add option to silent a driver log | hathach | |
| 2021-06-28 | fix issue with weird msc device with 3 endpoints | hathach | |
| 2021-06-28 | change usbh open driver to have max_len and return driver len | hathach | |
| 2021-06-10 | implement usbh_edpt_busy (WIP), remove hcd_edpt_busy | hathach | |
| 2021-06-10 | add usbh_classdriver.h | hathach | |
| 2021-06-02 | clean up log | hathach | |
| 2021-05-31 | fix cast-align warning in msc host | hathach | |
| 2021-05-27 | more include clean up | hathach | |
| 2021-05-27 | include clean up | hathach | |
| 2021-05-23 | only invoke tuh_msc_umount_cb() if needed | hathach | |
| 2021-05-22 | implement hid host set report with control transfer | hathach | |
| rename mount, umount callback | |||
| 2021-05-18 | make tuh_msc_mount_cb() tuh_msc_unmount_cb() as weak callback | hathach | |
| 2021-05-18 | rename var to be consistent | hathach | |
| 2021-04-26 | add TUP_MCU_STRICT_ALIGN macro that manually pick bytes for lpc55 port1 that ↵ | hathach | |
| is m4 but cannot unaligned acces on usb ram | |||
| 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 | update function comment | hathach | |
| 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-12-20 | Fix error if "Required Prototype" is selected. | HiFiPhile | |
| Signed-off-by: HiFiPhile <[email protected]> | |||
| 2020-12-20 | Fix scsi_mode_sense6_t padding, which cause IAR compiler internal error. | HiFiPhile | |
| Signed-off-by: HiFiPhile <[email protected]> | |||
| 2020-11-24 | msc only invoke scsi complete callback after status transaction is complete | hathach | |
| 2020-11-19 | migrate cdc_device to new control_xfer_cb | hathach | |
| 2020-11-19 | merge class driver control_request & control_complete to control_xfer_cb() | hathach | |
| migrated msc_device | |||
| 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-09-01 | Merge branch 'master' into update-host | hathach | |
| 2020-08-07 | allow application driver to overwrite built-in one | hathach | |
| - position application driver before built-in - remove dcd.h from public include. | |||
| 2020-08-01 | correct isr context for nrf DCD_EVENT_UNPLUGGED | hathach | |
| also rename debug lookup to prevent conflict | |||
