| Age | Commit message (Collapse) | Author |
|
|
|
Add host msc explorer example
|
|
|
|
|
|
|
|
- add lib/fatfs version 15
- add lib/embedded-cli
|
|
Signed-off-by: Jannis Achstetter <[email protected]>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
run as proof of concept
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- 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.
|
|
|
|
|
|
|
|
|