<feed xmlns='http://www.w3.org/2005/Atom'>
<title>tinyusb.git/src/device, branch 0.5.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.5.0</id>
<link rel='self' href='http://cgit.235523.xyz/tinyusb.git/atom/src/device?h=0.5.0'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/'/>
<updated>2019-07-09T03:40:14Z</updated>
<entry>
<title>fix incorrect midi descriptor template</title>
<updated>2019-07-09T03:40:14Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2019-07-09T03:40:14Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=64e9c11b411a2e077f3fa6826b867295ebb263c4'/>
<id>urn:sha1:64e9c11b411a2e077f3fa6826b867295ebb263c4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>midi only use audio 1.0 without IAD</title>
<updated>2019-07-05T09:46:11Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2019-07-05T09:46:11Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=216ccc6e93fe294e80bb17bfb873bfb00f5ac038'/>
<id>urn:sha1:216ccc6e93fe294e80bb17bfb873bfb00f5ac038</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix midi template</title>
<updated>2019-07-01T16:19:14Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2019-07-01T16:19:14Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=57433135ce0fd08b13bd4065ab3dcc9ec2fb3856'/>
<id>urn:sha1:57433135ce0fd08b13bd4065ab3dcc9ec2fb3856</id>
<content type='text'>
</content>
</entry>
<entry>
<title>improving midi support, adding midi exmaple</title>
<updated>2019-07-01T15:38:06Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2019-07-01T15:38:06Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=6991b28532605ceae685cb8be1fee904e09f12fe'/>
<id>urn:sha1:6991b28532605ceae685cb8be1fee904e09f12fe</id>
<content type='text'>
rename TUSB_DESC_CLASS_SPECIFIC to TUSB_DESC_CS_INTERFACE
</content>
</entry>
<entry>
<title>remove dcd_edpt_busy()</title>
<updated>2019-06-10T15:29:18Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2019-06-10T15:29:18Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=73d7ab201e46e1eca9a190e65f96db7158805a65'/>
<id>urn:sha1:73d7ab201e46e1eca9a190e65f96db7158805a65</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix build error with midi, use usbd_edpt_xfer/busy for midi to replace dcd_*</title>
<updated>2019-06-10T11:46:00Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2019-06-10T11:46:00Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=7156bfb54d5e9e13c8574b2384a47bd5554798a9'/>
<id>urn:sha1:7156bfb54d5e9e13c8574b2384a47bd5554798a9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>add TU_ prefix to compiler ATTR to prevent name conflict with application</title>
<updated>2019-06-06T03:39:37Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2019-06-06T03:39:37Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=13e01c7dca1e72097be1723676b086be29d0e622'/>
<id>urn:sha1:13e01c7dca1e72097be1723676b086be29d0e622</id>
<content type='text'>
</content>
</entry>
<entry>
<title>added usbd_edpt_xfer/usbd_edpt_busy to replace dcd_edpt_transfer/dcd_edpt_busy()</title>
<updated>2019-05-29T09:55:15Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2019-05-29T09:55:15Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=a0307bafdaa97628bb5e4d5e476db54cbc028d33'/>
<id>urn:sha1:a0307bafdaa97628bb5e4d5e476db54cbc028d33</id>
<content type='text'>
- improve fifo write/read_n with only one lock
- use usbd_edpt_xfer/usbd_edpt_busy for hid/cdc/msc class driver
- replace cdc read's pending_read_from_host by usbd_edpt_busy()
</content>
</entry>
<entry>
<title>lpc1769 work with makefile</title>
<updated>2019-05-15T05:57:31Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2019-05-15T05:57:31Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=8ccecde18e9cf10397ce483fa14564f859686bde'/>
<id>urn:sha1:8ccecde18e9cf10397ce483fa14564f859686bde</id>
<content type='text'>
</content>
</entry>
<entry>
<title>more clean up use inline bit funciton instead of macros</title>
<updated>2019-05-14T05:54:29Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2019-05-14T05:54:29Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=3e6d911ce9c01729af3b5d3093ccba250dfdfe2e'/>
<id>urn:sha1:3e6d911ce9c01729af3b5d3093ccba250dfdfe2e</id>
<content type='text'>
</content>
</entry>
</feed>
