<feed xmlns='http://www.w3.org/2005/Atom'>
<title>tinyusb.git/src/device/usbd.c, 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/usbd.c?h=0.5.0</id>
<link rel='self' href='http://cgit.235523.xyz/tinyusb.git/atom/src/device/usbd.c?h=0.5.0'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/'/>
<updated>2019-06-10T11:46:00Z</updated>
<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>
<entry>
<title>update license year to 2019</title>
<updated>2019-05-14T04:48:05Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2019-05-14T04:48:05Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=61ec4077520fb00e071fab5f5be3c6751eecd254'/>
<id>urn:sha1:61ec4077520fb00e071fab5f5be3c6751eecd254</id>
<content type='text'>
</content>
</entry>
<entry>
<title>add index to tud_descriptor_configuration_cb()</title>
<updated>2019-05-12T12:55:15Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2019-05-12T12:55:15Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=f3a5ea65a9869b8d3bc305165b943922b50108f4'/>
<id>urn:sha1:f3a5ea65a9869b8d3bc305165b943922b50108f4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>change tud_descriptor_string_cb() to be consistent with other descriptor callback</title>
<updated>2019-05-12T08:38:15Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2019-05-12T08:38:15Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=1174949308bb7595e99fd5789ebf3466cf2ab123'/>
<id>urn:sha1:1174949308bb7595e99fd5789ebf3466cf2ab123</id>
<content type='text'>
</content>
</entry>
<entry>
<title>add tud_hid_descriptor_report_cb()</title>
<updated>2019-05-12T07:09:35Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2019-05-12T07:09:35Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=ba2136486c153edd372eadaa325dab27fe1297b2'/>
<id>urn:sha1:ba2136486c153edd372eadaa325dab27fe1297b2</id>
<content type='text'>
- remove tud_desc_set.hid_report
- remove tud_desc_set_t
</content>
</entry>
<entry>
<title>add tud_descriptor_string_cb() for getting string descriptor from application</title>
<updated>2019-05-11T09:31:52Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2019-05-11T09:31:08Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=de56a0ca8987c15c06112ece2589dab18f1d6666'/>
<id>urn:sha1:de56a0ca8987c15c06112ece2589dab18f1d6666</id>
<content type='text'>
- remove tud_desc_set.string_arr/string_count
</content>
</entry>
</feed>
