<feed xmlns='http://www.w3.org/2005/Atom'>
<title>tinyusb.git/src/class/msc, branch 0.10.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?h=0.10.0</id>
<link rel='self' href='http://cgit.235523.xyz/tinyusb.git/atom/src/class/msc?h=0.10.0'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/'/>
<updated>2021-05-27T11:34:07Z</updated>
<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>include clean up</title>
<updated>2021-05-27T10:40:39Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2021-05-27T10:40:39Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=9736e54734a85c03d9055c24414e23f112a67968'/>
<id>urn:sha1:9736e54734a85c03d9055c24414e23f112a67968</id>
<content type='text'>
</content>
</entry>
<entry>
<title>only invoke tuh_msc_umount_cb() if needed</title>
<updated>2021-05-23T07:11:12Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2021-05-23T07:11:12Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=3654d96e07f63e041f750aafd125c2c8bca27aa5'/>
<id>urn:sha1:3654d96e07f63e041f750aafd125c2c8bca27aa5</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>add TUP_MCU_STRICT_ALIGN macro that manually pick bytes for lpc55 port1 that is m4 but cannot unaligned acces on usb ram</title>
<updated>2021-04-26T10:42:49Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2021-04-26T10:42:49Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=c26875e70d120f564f4e68c1dc79d9e7e3642b70'/>
<id>urn:sha1:c26875e70d120f564f4e68c1dc79d9e7e3642b70</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>
</feed>
