<feed xmlns='http://www.w3.org/2005/Atom'>
<title>tinyusb.git/src/class/msc/msc_device.c, branch 0.7.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.c?h=0.7.0</id>
<link rel='self' href='http://cgit.235523.xyz/tinyusb.git/atom/src/class/msc/msc_device.c?h=0.7.0'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/'/>
<updated>2020-08-07T07:47:32Z</updated>
<entry>
<title>allow application driver to overwrite built-in one</title>
<updated>2020-08-07T07:47:32Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2020-08-07T07:47:32Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=01b9b77d3b94ed83931d6a51c1b357f03f188e76'/>
<id>urn:sha1:01b9b77d3b94ed83931d6a51c1b357f03f188e76</id>
<content type='text'>
- position application driver before built-in
- remove dcd.h from public include.
</content>
</entry>
<entry>
<title>correct isr context for nrf DCD_EVENT_UNPLUGGED</title>
<updated>2020-08-01T05:02:59Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2020-08-01T05:02:59Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=9bf2b3336610044dfb0187311797c5324eeec0ea'/>
<id>urn:sha1:9bf2b3336610044dfb0187311797c5324eeec0ea</id>
<content type='text'>
also rename debug lookup to prevent conflict
</content>
</entry>
<entry>
<title>rename CFG_TUD_MSC_BUFSIZE to CFG_TUD_MSC_EP_BUFSIZE</title>
<updated>2020-07-16T08:34:16Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2020-07-16T08:34:16Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=5ca748a68e01deec929e846b7263cf736bf891fb'/>
<id>urn:sha1:5ca748a68e01deec929e846b7263cf736bf891fb</id>
<content type='text'>
rename CFG_TUD_HID_BUFSIZE to CFG_TUD_HID_EP_BUFSIZE
</content>
</entry>
<entry>
<title>Fix IAR warnings.</title>
<updated>2020-06-17T08:08:33Z</updated>
<author>
<name>Mengsk</name>
<email>admin@hifiphile.com</email>
</author>
<published>2020-06-16T12:13:30Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=57b553e023ccac4c623bd7f57a7370fb43411ec1'/>
<id>urn:sha1:57b553e023ccac4c623bd7f57a7370fb43411ec1</id>
<content type='text'>
Pa039 : use of address of unaligned structure member.
Pe188: enumerated type mixed with another type.
</content>
</entry>
<entry>
<title>rename to drv_len to be consistent</title>
<updated>2020-05-28T06:57:49Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2020-05-28T06:57:49Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=fb214f7cf792d3e8a3e1161c9797b68db71a1f68'/>
<id>urn:sha1:fb214f7cf792d3e8a3e1161c9797b68db71a1f68</id>
<content type='text'>
</content>
</entry>
<entry>
<title>initial transfer failed in open() shouldn't cause the driver open to fail.</title>
<updated>2020-05-28T06:48:02Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2020-05-28T06:48:02Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=10cd3f24bf0af9b7a1f357505ebbb5ef2132e34b'/>
<id>urn:sha1:10cd3f24bf0af9b7a1f357505ebbb5ef2132e34b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>update hid open()</title>
<updated>2020-05-28T04:19:12Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2020-05-28T04:19:12Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=89a3d1f6d17822bed498b5b872b76348f7c520a2'/>
<id>urn:sha1:89a3d1f6d17822bed498b5b872b76348f7c520a2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>improve msc</title>
<updated>2020-05-27T17:56:33Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2020-05-27T17:56:33Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=7a15d2e0d25a8fad65c27477c0dbf62bebac2196'/>
<id>urn:sha1:7a15d2e0d25a8fad65c27477c0dbf62bebac2196</id>
<content type='text'>
</content>
</entry>
<entry>
<title>changing usbd driver open() return type, add max_len</title>
<updated>2020-05-27T12:01:59Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2020-05-27T12:01:59Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=e3404049686adfd934a6444fadf9ae00f1f94f8a'/>
<id>urn:sha1:e3404049686adfd934a6444fadf9ae00f1f94f8a</id>
<content type='text'>
only done with cdc and msc, push this interim for feedback first
</content>
</entry>
<entry>
<title>house keeping</title>
<updated>2020-04-22T16:04:21Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2020-04-22T16:04:21Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=10e035241f0ea4bf8604fab2556fd65be16137b9'/>
<id>urn:sha1:10e035241f0ea4bf8604fab2556fd65be16137b9</id>
<content type='text'>
</content>
</entry>
</feed>
