<feed xmlns='http://www.w3.org/2005/Atom'>
<title>tinyusb.git/src/device/usbd.h, branch 0.6.0</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>http://cgit.235523.xyz/tinyusb.git/atom/src/device/usbd.h?h=0.6.0</id>
<link rel='self' href='http://cgit.235523.xyz/tinyusb.git/atom/src/device/usbd.h?h=0.6.0'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/'/>
<updated>2020-03-03T03:15:01Z</updated>
<entry>
<title>add CDC-ECM/RNDIS/CDC-EEM network device class with example</title>
<updated>2020-03-03T03:15:01Z</updated>
<author>
<name>Peter Lawrence</name>
<email>12226419+majbthrd@users.noreply.github.com</email>
</author>
<published>2020-03-03T03:15:01Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=fee79d746604f671483f5872337ea366f2d2c1a2'/>
<id>urn:sha1:fee79d746604f671483f5872337ea366f2d2c1a2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add langid support to descriptor string callback.</title>
<updated>2020-02-26T05:07:15Z</updated>
<author>
<name>Chang Feng</name>
<email>chang_196700@hotmail.com</email>
</author>
<published>2020-02-26T05:07:15Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=b8ea0f0a6b11bff6a4bb3f63f09485b2445969de'/>
<id>urn:sha1:b8ea0f0a6b11bff6a4bb3f63f09485b2445969de</id>
<content type='text'>
Signed-off-by: Chang Feng &lt;chang_196700@hotmail.com&gt;
</content>
</entry>
<entry>
<title>Normalize line endings</title>
<updated>2020-01-15T19:47:43Z</updated>
<author>
<name>Nathan Conrad</name>
<email>pigrew@gmail.com</email>
</author>
<published>2020-01-15T04:30:39Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=25c1bea782e69e8d365e8b61e12d888611d2f6f7'/>
<id>urn:sha1:25c1bea782e69e8d365e8b61e12d888611d2f6f7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>clean warnings</title>
<updated>2019-12-20T10:09:42Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2019-12-20T10:09:42Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=a1e55e57a4b012742e0f571723e86d1bcdc91186'/>
<id>urn:sha1:a1e55e57a4b012742e0f571723e86d1bcdc91186</id>
<content type='text'>
</content>
</entry>
<entry>
<title>adding tud_isr/tuh_isr with lpc18/43</title>
<updated>2019-11-21T15:20:30Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2019-11-21T15:20:30Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=bbec47b647ab7b2e38644ffff60f45b54b791d42'/>
<id>urn:sha1:bbec47b647ab7b2e38644ffff60f45b54b791d42</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge pull request #206 from hathach/develop</title>
<updated>2019-10-31T01:29:11Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2019-10-31T01:29:11Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=4d329d46cc36a8df05580ea7b19f2ce7a8dc2bf7'/>
<id>urn:sha1:4d329d46cc36a8df05580ea7b19f2ce7a8dc2bf7</id>
<content type='text'>
Added a couple of unit testing with Ceedling/Cmock/Unity</content>
</entry>
<entry>
<title>rename usbd_init() to tud_init()</title>
<updated>2019-10-30T16:26:34Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2019-10-30T16:26:34Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=a0002cc709bd39049d3effbe9a59b62dc198f79d'/>
<id>urn:sha1:a0002cc709bd39049d3effbe9a59b62dc198f79d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add support for DFU Runtime class for devices</title>
<updated>2019-10-28T15:11:08Z</updated>
<author>
<name>Sylvain Munaut</name>
<email>tnt@246tNt.com</email>
</author>
<published>2019-10-23T22:42:42Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=ec4ecfa817d6af9d35cf814d6d8d57e8bf71c605'/>
<id>urn:sha1:ec4ecfa817d6af9d35cf814d6d8d57e8bf71c605</id>
<content type='text'>
This is really just a few descriptors and then answering to the
request from the host to reboot into DFU mode.

That latter part is delegated to the app since this is platform
specific.

Signed-off-by: Sylvain Munaut &lt;tnt@246tNt.com&gt;
</content>
</entry>
<entry>
<title>Move descriptors to usbd.h</title>
<updated>2019-09-19T23:51:37Z</updated>
<author>
<name>Nathan Conrad</name>
<email>pigrew@gmail.com</email>
</author>
<published>2019-09-19T23:51:37Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=7e0490bbf32ed4a25e1917a1e5856338b9dc9346'/>
<id>urn:sha1:7e0490bbf32ed4a25e1917a1e5856338b9dc9346</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix warnings of template descriptor</title>
<updated>2019-08-23T06:33:40Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2019-08-23T06:33:40Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=48c7b80c576a921eb84bc5e9548b791b8ca7c24b'/>
<id>urn:sha1:48c7b80c576a921eb84bc5e9548b791b8ca7c24b</id>
<content type='text'>
</content>
</entry>
</feed>
