<feed xmlns='http://www.w3.org/2005/Atom'>
<title>tinyusb.git/src/class/msc/msc_host.h, branch 0.14.0</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>http://cgit.235523.xyz/tinyusb.git/atom/src/class/msc/msc_host.h?h=0.14.0</id>
<link rel='self' href='http://cgit.235523.xyz/tinyusb.git/atom/src/class/msc/msc_host.h?h=0.14.0'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/'/>
<updated>2021-08-20T12:31:38Z</updated>
<entry>
<title>change host driver open return type to bool</title>
<updated>2021-08-20T12:31:38Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2021-08-20T12:31:38Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=22a5b1608c0949d46f8e346878bff730712858e4'/>
<id>urn:sha1:22a5b1608c0949d46f8e346878bff730712858e4</id>
<content type='text'>
the descriptor len used by driver will be calculated by usbh
</content>
</entry>
<entry>
<title>change usbh open driver to have max_len and return driver len</title>
<updated>2021-06-28T10:39:57Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2021-06-17T04:58:34Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=5811122cfd04b84c8760991e287e29fc424453fd'/>
<id>urn:sha1:5811122cfd04b84c8760991e287e29fc424453fd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>more include clean up</title>
<updated>2021-05-27T11:34:07Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2021-05-27T11:18:30Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=9ad6fadf6a65363f9873178e7f80c923452bfb47'/>
<id>urn:sha1:9ad6fadf6a65363f9873178e7f80c923452bfb47</id>
<content type='text'>
</content>
</entry>
<entry>
<title>implement hid host set report with control transfer</title>
<updated>2021-05-22T14:48:42Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2021-05-22T14:48:42Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=df65c35b31581881b2bf49d9e16608d46f98fe4b'/>
<id>urn:sha1:df65c35b31581881b2bf49d9e16608d46f98fe4b</id>
<content type='text'>
rename mount, umount callback
</content>
</entry>
<entry>
<title>make tuh_msc_mount_cb() tuh_msc_unmount_cb() as weak callback</title>
<updated>2021-05-18T05:58:24Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2021-05-12T12:27:34Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=510beef9f8f78689424ee8f62d3883b89fe794fa'/>
<id>urn:sha1:510beef9f8f78689424ee8f62d3883b89fe794fa</id>
<content type='text'>
</content>
</entry>
<entry>
<title>rename var to be consistent</title>
<updated>2021-05-18T05:58:24Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2021-02-24T06:19:32Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=98f5082191e2135ca783a24a39f95ee82639b9fc'/>
<id>urn:sha1:98f5082191e2135ca783a24a39f95ee82639b9fc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>host msc: call read_capacity as part of enumeration</title>
<updated>2021-02-23T12:41:11Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2021-02-23T12:41:11Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=5108d7613600449c50af9e8ce373571d56bed3cc'/>
<id>urn:sha1:5108d7613600449c50af9e8ce373571d56bed3cc</id>
<content type='text'>
- 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.
</content>
</entry>
<entry>
<title>clean up host msc</title>
<updated>2021-02-23T05:20:30Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2021-02-23T05:20:30Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=386a386345fbaa1a9c63a4346c2d946fe015da72'/>
<id>urn:sha1:386a386345fbaa1a9c63a4346c2d946fe015da72</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge pull request #575 from nwlab/yaa/msc_read</title>
<updated>2021-02-23T04:51:48Z</updated>
<author>
<name>Ha Thach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2021-02-23T04:51:48Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=cea31c346d2a6f8f33ca1a49e5672a3fb58d72a5'/>
<id>urn:sha1:cea31c346d2a6f8f33ca1a49e5672a3fb58d72a5</id>
<content type='text'>
Added MSC read10 and write10 function</content>
</entry>
<entry>
<title>update function comment</title>
<updated>2021-02-23T04:38:15Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2021-02-23T04:38:15Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=ade4bf74ea7343bcebff4c1b2bbd1ebaac9009c0'/>
<id>urn:sha1:ade4bf74ea7343bcebff4c1b2bbd1ebaac9009c0</id>
<content type='text'>
</content>
</entry>
</feed>
