<feed xmlns='http://www.w3.org/2005/Atom'>
<title>tinyusb.git/src/device, branch 0.9.0</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>http://cgit.235523.xyz/tinyusb.git/atom/src/device?h=0.9.0</id>
<link rel='self' href='http://cgit.235523.xyz/tinyusb.git/atom/src/device?h=0.9.0'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/'/>
<updated>2021-03-10T04:33:03Z</updated>
<entry>
<title>usbd ack SET_INTERFACE if it is not implemented by class driver.</title>
<updated>2021-03-10T04:33:03Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2021-03-10T04:33:03Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=eeea19c0ab1c6e66c56eabac49e2c0f190e9a080'/>
<id>urn:sha1:eeea19c0ab1c6e66c56eabac49e2c0f190e9a080</id>
<content type='text'>
</content>
</entry>
<entry>
<title>add note for MIDI (audio v1.0) endpoint decriptor use 9 bytes instead of 7</title>
<updated>2021-03-03T18:18:49Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2021-03-03T18:18:49Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=a655a4169e4a7be4b547f012643a86d198d46b1f'/>
<id>urn:sha1:a655a4169e4a7be4b547f012643a86d198d46b1f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge pull request #688 from duddie/master</title>
<updated>2021-03-03T18:10:37Z</updated>
<author>
<name>Ha Thach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2021-03-03T18:10:37Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=68db108b354369b03b7e2383f4f89a0689261bbe'/>
<id>urn:sha1:68db108b354369b03b7e2383f4f89a0689261bbe</id>
<content type='text'>
Fix Endpoint descriptor size for MIDI Device</content>
</entry>
<entry>
<title>rp2040 add disconnection detection</title>
<updated>2021-03-02T16:24:36Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2021-03-02T16:24:36Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=9d5e3691706f3f17edd701310b967c729240a507'/>
<id>urn:sha1:9d5e3691706f3f17edd701310b967c729240a507</id>
<content type='text'>
- also use dcd_event_bus_reset()
- Add TODO for suspend, resume later on (need to test with/without vbus
detection).
</content>
</entry>
<entry>
<title>Fix Endpoint descriptor for MIDI Device</title>
<updated>2021-02-28T14:18:35Z</updated>
<author>
<name>Duddie</name>
<email>marcin.dudar@gmail.com</email>
</author>
<published>2021-02-28T14:18:35Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=72c1066ed152916cb99dee5e5749b78916d4ba76'/>
<id>urn:sha1:72c1066ed152916cb99dee5e5749b78916d4ba76</id>
<content type='text'>
Endpoint descriptor should be 9 bytes in length (not 7) and have two extra bytes at the end: bRefresh and bSynchAddress

According to MIDI USB specification 1.0 (6.2.1 Standard MS Bulk Data Endpoint Descriptor)
</content>
</entry>
<entry>
<title>Merge pull request #648 from hathach/rename-dfu-rt-to-runtime</title>
<updated>2021-02-11T08:29:55Z</updated>
<author>
<name>Ha Thach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2021-02-11T08:29:55Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=04ab6b4082101ba3d7c066db244b227f2de3fc19'/>
<id>urn:sha1:04ab6b4082101ba3d7c066db244b227f2de3fc19</id>
<content type='text'>
Rename dfu rt to runtime</content>
</entry>
<entry>
<title>Merge pull request #647 from hathach/correct-fs-bulk-epsize</title>
<updated>2021-02-11T05:36:19Z</updated>
<author>
<name>Ha Thach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2021-02-11T05:36:19Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=d4281291e5d11fd80345811d88437ee2766da48d'/>
<id>urn:sha1:d4281291e5d11fd80345811d88437ee2766da48d</id>
<content type='text'>
more epsize checking per type</content>
</entry>
<entry>
<title>rename dfu_rt to dfu_runtime for easy reading</title>
<updated>2021-02-11T05:05:22Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2021-02-11T05:05:22Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=e12c25ec2c6d1cb0dd3c02bdc1947ae351ccad54'/>
<id>urn:sha1:e12c25ec2c6d1cb0dd3c02bdc1947ae351ccad54</id>
<content type='text'>
also rename tud_dfu_rt_reboot_to_dfu to tud_dfu_runtime_reboot_to_dfu_cb
</content>
</entry>
<entry>
<title>clean up</title>
<updated>2021-02-11T04:48:34Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2021-02-11T04:48:34Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=9812cfc6c6ab98e600a1dd812d62e465ea3b99b4'/>
<id>urn:sha1:9812cfc6c6ab98e600a1dd812d62e465ea3b99b4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>more epsize checking per type</title>
<updated>2021-02-11T04:45:24Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2021-02-11T04:45:24Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=919bb9ce38e2c2c7afc3f9c763cc76c0c47f3a85'/>
<id>urn:sha1:919bb9ce38e2c2c7afc3f9c763cc76c0c47f3a85</id>
<content type='text'>
</content>
</entry>
</feed>
