<feed xmlns='http://www.w3.org/2005/Atom'>
<title>tinyusb.git/examples/device/hid_generic_inout/src/usb_descriptors.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/examples/device/hid_generic_inout/src/usb_descriptors.c?h=0.5.0</id>
<link rel='self' href='http://cgit.235523.xyz/tinyusb.git/atom/examples/device/hid_generic_inout/src/usb_descriptors.c?h=0.5.0'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/'/>
<updated>2019-07-01T15:38:06Z</updated>
<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>should fix and work with #58</title>
<updated>2019-05-24T05:33:56Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2019-05-24T05:33:56Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=5f34c63660348f422d1b3934fd03cee62cbf3092'/>
<id>urn:sha1:5f34c63660348f422d1b3934fd03cee62cbf3092</id>
<content type='text'>
- add hid_test_js
</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>
<entry>
<title>support hid generic inout #58</title>
<updated>2019-05-02T07:30:49Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2019-05-02T07:30:49Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=f9d9eebfe1dbf462a69e7d3a967b2ad103ae2277'/>
<id>urn:sha1:f9d9eebfe1dbf462a69e7d3a967b2ad103ae2277</id>
<content type='text'>
- add report descriptor template TUD_HID_REPORT_DESC_GENERIC_INOUT
- add TUD_HID_INOUT_DESCRIPTOR &amp; TUD_HID_INOUT_DESC_LEN
- add hid_generic_inout example
</content>
</entry>
<entry>
<title>rename hid generic example</title>
<updated>2019-05-02T06:28:23Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2019-05-02T06:28:23Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=45b856e03bbf7cb02540b9e57c775a619d3f07b3'/>
<id>urn:sha1:45b856e03bbf7cb02540b9e57c775a619d3f07b3</id>
<content type='text'>
</content>
</entry>
</feed>
