<feed xmlns='http://www.w3.org/2005/Atom'>
<title>tinyusb.git/src/tusb.h, 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/tusb.h?h=0.7.0</id>
<link rel='self' href='http://cgit.235523.xyz/tinyusb.git/atom/src/tusb.h?h=0.7.0'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/'/>
<updated>2020-07-25T12:26:24Z</updated>
<entry>
<title>Merge remote-tracking branch 'upstream/master' into uac2</title>
<updated>2020-07-25T12:26:24Z</updated>
<author>
<name>Reinhard Panhuber</name>
<email>panhuber_reinhard@gmx.at</email>
</author>
<published>2020-07-25T12:26:24Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=e047fbe8fbc4727cee1fa720b82d4d6918a2d6c0'/>
<id>urn:sha1:e047fbe8fbc4727cee1fa720b82d4d6918a2d6c0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>example to call tud_init() after freeRTOS kernel is started</title>
<updated>2020-07-23T02:20:45Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2020-07-23T02:20:45Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=503c15217edad86426db4792364b88b35ec04d31'/>
<id>urn:sha1:503c15217edad86426db4792364b88b35ec04d31</id>
<content type='text'>
add note for usb init when using with RTOS
</content>
</entry>
<entry>
<title>Merge branch 'master' of https://github.com/PanRe/tinyusb.git into uac2</title>
<updated>2020-06-20T08:53:09Z</updated>
<author>
<name>Reinhard Panhuber</name>
<email>panhuber_reinhard@gmx.at</email>
</author>
<published>2020-06-20T08:53:09Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=1af77233ed9008708e4ee9c0bca924cdc23e1c7b'/>
<id>urn:sha1:1af77233ed9008708e4ee9c0bca924cdc23e1c7b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add bt hci device class</title>
<updated>2020-05-28T08:58:49Z</updated>
<author>
<name>Jerzy Kasenberg</name>
<email>jerzy.kasenberg@codecoup.pl</email>
</author>
<published>2020-05-13T15:04:10Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=56d46483e48879cb8a38dc13d7327daa15165754'/>
<id>urn:sha1:56d46483e48879cb8a38dc13d7327daa15165754</id>
<content type='text'>
Code implements USB transport for bluetooth HCI.
</content>
</entry>
<entry>
<title>Add basic UAC2 structure - untested</title>
<updated>2020-05-22T10:09:34Z</updated>
<author>
<name>Reinhard Panhuber</name>
<email>panhuber_reinhard@gmx.at</email>
</author>
<published>2020-05-22T10:09:34Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=9be2f1bf3dc2c89bc23eed1e95c06de41ebb0946'/>
<id>urn:sha1:9be2f1bf3dc2c89bc23eed1e95c06de41ebb0946</id>
<content type='text'>
</content>
</entry>
<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>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>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>Add usbtmc class driver.</title>
<updated>2019-09-14T17:35:08Z</updated>
<author>
<name>Nathan Conrad</name>
<email>pigrew@gmail.com</email>
</author>
<published>2019-09-14T16:13:11Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=1cae96951f59e7549ff1a2d5643cda66784c22a1'/>
<id>urn:sha1:1cae96951f59e7549ff1a2d5643cda66784c22a1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>rename custom/custom-_* to vendor/vendor_*</title>
<updated>2019-07-19T09:37:28Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2019-07-19T09:37:28Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=a3cb2dda9e96a195a71de371fb9c6ecc85beaec4'/>
<id>urn:sha1:a3cb2dda9e96a195a71de371fb9c6ecc85beaec4</id>
<content type='text'>
</content>
</entry>
</feed>
