espressif_tinyusb/src
hathach 5108d76136 host msc: call read_capacity as part of enumeration
- 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 19:41:11 +07:00
..
class host msc: call read_capacity as part of enumeration 2021-02-23 19:41:11 +07:00
common add TU_FIFO_INIT() to help with tu_fifo declaration 2021-02-19 11:57:56 +07:00
device Merge pull request #648 from hathach/rename-dfu-rt-to-runtime 2021-02-11 15:29:55 +07:00
host separate hcd_init from ehci 2021-02-22 22:40:51 +07:00
osal add TU_FIFO_INIT() to help with tu_fifo declaration 2021-02-19 11:57:56 +07:00
portable nxp tdi: hcd_init() reset and set host mode 2021-02-23 01:27:52 +07:00
tusb.c have tusb_init() return true instead of TUSB_ERROR_NONE 2020-11-23 13:12:51 +07:00
tusb.h rename dfu_rt to dfu_runtime for easy reading 2021-02-11 12:05:22 +07:00
tusb_option.h Implement requested PR changes 2021-02-18 13:26:03 -05:00