<feed xmlns='http://www.w3.org/2005/Atom'>
<title>tinyusb.git/src/class/msc/msc_device.h, branch 0.5.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_device.h?h=0.5.0</id>
<link rel='self' href='http://cgit.235523.xyz/tinyusb.git/atom/src/class/msc/msc_device.h?h=0.5.0'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/'/>
<updated>2019-06-06T03:39:37Z</updated>
<entry>
<title>add TU_ prefix to compiler ATTR to prevent name conflict with application</title>
<updated>2019-06-06T03:39:37Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2019-06-06T03:39:37Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=13e01c7dca1e72097be1723676b086be29d0e622'/>
<id>urn:sha1:13e01c7dca1e72097be1723676b086be29d0e622</id>
<content type='text'>
</content>
</entry>
<entry>
<title>update license year to 2019</title>
<updated>2019-05-14T04:48:05Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2019-05-14T04:48:05Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=61ec4077520fb00e071fab5f5be3c6751eecd254'/>
<id>urn:sha1:61ec4077520fb00e071fab5f5be3c6751eecd254</id>
<content type='text'>
</content>
</entry>
<entry>
<title>clean up</title>
<updated>2019-05-06T17:03:42Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2019-05-06T16:46:10Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=81cb1c9510e4b4ccb03d165b4248fdf5688dd8ba'/>
<id>urn:sha1:81cb1c9510e4b4ccb03d165b4248fdf5688dd8ba</id>
<content type='text'>
</content>
</entry>
<entry>
<title>adding msc Start Stop to buitin command, but not complate yet</title>
<updated>2019-05-06T09:48:50Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2019-05-06T09:48:50Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=6e4dc2f23dd6fe7725b145f49b49116859916b5c'/>
<id>urn:sha1:6e4dc2f23dd6fe7725b145f49b49116859916b5c</id>
<content type='text'>
add tud_msc_start_stop_cb() as optional callback
</content>
</entry>
<entry>
<title>add Test Unit Ready to builtin command, add tud_msc_test_unit_ready_cb()</title>
<updated>2019-05-06T08:01:38Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2019-05-06T08:01:38Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=efefbd3a4ef9d867d4aaa05e3c06e51b441aca6e'/>
<id>urn:sha1:efefbd3a4ef9d867d4aaa05e3c06e51b441aca6e</id>
<content type='text'>
- rename tud_msc_maxlun_cb to tud_msc_get_maxlun_cb
</content>
</entry>
<entry>
<title>add tud_msc_inquiry_cb() remove CFG_TUD_MSC_VENDOR/PRODUCT/PRODUCT_REV</title>
<updated>2019-05-03T16:46:01Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2019-05-03T16:46:01Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=fae9aba68f7fb2cb5309b21933bcc0d3fdc480e0'/>
<id>urn:sha1:fae9aba68f7fb2cb5309b21933bcc0d3fdc480e0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>text clean up</title>
<updated>2019-05-01T16:26:52Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2019-05-01T16:26:52Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=a25ca701cda3e1989bab3add052e82b7a71e5820'/>
<id>urn:sha1:a25ca701cda3e1989bab3add052e82b7a71e5820</id>
<content type='text'>
</content>
</entry>
<entry>
<title>add msc multiple lun support</title>
<updated>2019-04-26T08:54:42Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2019-04-26T08:54:42Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=b74eca4f120ae0d17c4c583d6b865f507f48996a'/>
<id>urn:sha1:b74eca4f120ae0d17c4c583d6b865f507f48996a</id>
<content type='text'>
- remove CFG_TUD_MSC_MAXLUN
- add tud_msc_maxlun_cb()
- add msc_dual_lun exmaple
</content>
</entry>
<entry>
<title>move interface descriptor template to usbd.h, update exmaple</title>
<updated>2019-04-19T06:16:06Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2019-04-19T06:16:06Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=ff8fe28c985f3059bbd0633a0f778dd6b9f5a9d1'/>
<id>urn:sha1:ff8fe28c985f3059bbd0633a0f778dd6b9f5a9d1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>wrap up hid device refactor</title>
<updated>2019-04-18T15:31:35Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2019-04-18T15:31:35Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=307ba23046ff4c0795009c1426708facb37bdf82'/>
<id>urn:sha1:307ba23046ff4c0795009c1426708facb37bdf82</id>
<content type='text'>
</content>
</entry>
</feed>
