<feed xmlns='http://www.w3.org/2005/Atom'>
<title>tinyusb.git/examples/device/cdc_msc/src/usb_descriptors.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/examples/device/cdc_msc/src/usb_descriptors.c?h=0.7.0</id>
<link rel='self' href='http://cgit.235523.xyz/tinyusb.git/atom/examples/device/cdc_msc/src/usb_descriptors.c?h=0.7.0'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/'/>
<updated>2020-07-21T14:00:11Z</updated>
<entry>
<title>add note for MS OS 1.0 Descriptor at 0xEE</title>
<updated>2020-07-21T14:00:11Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2020-07-21T14:00:11Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=787c891702a9e6f4ddfe4f4c04457d7304fd21d5'/>
<id>urn:sha1:787c891702a9e6f4ddfe4f4c04457d7304fd21d5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>minor clean up</title>
<updated>2020-07-19T06:13:21Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2020-07-19T06:13:21Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=8e1290e51e9d036959930dd6ea89a6ef8b517ac0'/>
<id>urn:sha1:8e1290e51e9d036959930dd6ea89a6ef8b517ac0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>add tud_speed_get()</title>
<updated>2020-07-15T17:44:09Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2020-07-15T17:44:09Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=706413f7510a78e262cf3cb398256e06fadbd500'/>
<id>urn:sha1:706413f7510a78e262cf3cb398256e06fadbd500</id>
<content type='text'>
- define both fs and hs configuration descriptor
- rename CFG_TUD_CDC_EPSIZE to CFG_TUD_CDC_EP_BUFSIZE with default size of 64 for FS, and 512 for HS
</content>
</entry>
<entry>
<title>cdc-acm: Use 512 bytes when in HS mode.</title>
<updated>2020-06-30T09:02:41Z</updated>
<author>
<name>Uwe Bonnes</name>
<email>bon@elektron.ikp.physik.tu-darmstadt.de</email>
</author>
<published>2020-06-23T11:55:07Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=62239bb576c37e8e240879e5783d4f181f42877e'/>
<id>urn:sha1:62239bb576c37e8e240879e5783d4f181f42877e</id>
<content type='text'>
Removes error:
config 1 interface 2 altsetting 0 bulk endpoint 0x3 has invalid maxpacket 64
while enumerationg.
</content>
</entry>
<entry>
<title>allow hs ep open with 512 bytes</title>
<updated>2020-05-31T18:36:09Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2020-05-31T18:36:09Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=710c54f8cbee2134334262cf872f538909b264c5'/>
<id>urn:sha1:710c54f8cbee2134334262cf872f538909b264c5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>revise argument order for TUD_CONFIG_DESCRIPTOR macro</title>
<updated>2020-03-31T15:53:47Z</updated>
<author>
<name>Peter Lawrence</name>
<email>12226419+majbthrd@users.noreply.github.com</email>
</author>
<published>2020-03-31T15:53:47Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=794212d44e38a05d8b747e43942595d214ee5b0b'/>
<id>urn:sha1:794212d44e38a05d8b747e43942595d214ee5b0b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>add provision for multiple configurations</title>
<updated>2020-03-30T18:47:17Z</updated>
<author>
<name>Peter Lawrence</name>
<email>12226419+majbthrd@users.noreply.github.com</email>
</author>
<published>2020-03-30T18:34:56Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=87f313da48aa1df4fb0566d9ad26036f06418422'/>
<id>urn:sha1:87f313da48aa1df4fb0566d9ad26036f06418422</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge pull request #291 from hathach/port-samg55</title>
<updated>2020-03-07T09:38:59Z</updated>
<author>
<name>Ha Thach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2020-03-07T09:38:59Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=5f5ee465a672fabaa101334409120707b7f2f717'/>
<id>urn:sha1:5f5ee465a672fabaa101334409120707b7f2f717</id>
<content type='text'>
Port samg55</content>
</entry>
<entry>
<title>Add langid to example cdc_msc.</title>
<updated>2020-02-26T05:14:04Z</updated>
<author>
<name>Chang Feng</name>
<email>chang_196700@hotmail.com</email>
</author>
<published>2020-02-26T05:14:04Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=75afeb1266c217445e7834f0aef27f6416d765d0'/>
<id>urn:sha1:75afeb1266c217445e7834f0aef27f6416d765d0</id>
<content type='text'>
Signed-off-by: Chang Feng &lt;chang_196700@hotmail.com&gt;
</content>
</entry>
<entry>
<title>correct waklaround with only status IN</title>
<updated>2020-02-07T15:13:38Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2020-02-07T15:13:38Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=46f22860fb6eaf0b65469b47b099e20f489b2e47'/>
<id>urn:sha1:46f22860fb6eaf0b65469b47b099e20f489b2e47</id>
<content type='text'>
correct usb descriptor msc dual example to work with samg
</content>
</entry>
</feed>
