<feed xmlns='http://www.w3.org/2005/Atom'>
<title>tinyusb.git/examples/device/cdc_msc_hid/src/usb_descriptors.c, branch master</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>http://cgit.235523.xyz/tinyusb.git/atom/examples/device/cdc_msc_hid/src/usb_descriptors.c?h=master</id>
<link rel='self' href='http://cgit.235523.xyz/tinyusb.git/atom/examples/device/cdc_msc_hid/src/usb_descriptors.c?h=master'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/'/>
<updated>2019-09-11T06:09:14Z</updated>
<entry>
<title>rename cdc_msc_hid to cdc_msc, hid has its own example hid_composite now</title>
<updated>2019-09-11T06:09:14Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2019-09-11T06:09:14Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=7599541c1a33cc55b2a33fc160252e93811abe81'/>
<id>urn:sha1:7599541c1a33cc55b2a33fc160252e93811abe81</id>
<content type='text'>
</content>
</entry>
<entry>
<title>remove hid in cdc_msc_hid demo since many of stm32 mcu doesn't have enough endpoint to run this example</title>
<updated>2019-09-11T06:07:11Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2019-09-11T06:07:11Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=e9bf62bc131629fb63efcd73a4103a5063b584ab'/>
<id>urn:sha1:e9bf62bc131629fb63efcd73a4103a5063b584ab</id>
<content type='text'>
</content>
</entry>
<entry>
<title>clean up</title>
<updated>2019-08-01T06:20:00Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2019-08-01T06:20:00Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=30de17a83029abeee44cbfd7aa5a3ac63d0ce65d'/>
<id>urn:sha1:30de17a83029abeee44cbfd7aa5a3ac63d0ce65d</id>
<content type='text'>
- remove TUD_WEBUSB_URL_DESCRIPTOR to avoid flexible array member (C++
forbid in strict mode)
- remove unused TUD_DESC_STRLEN/TUD_DESC_STR_HEADER/TUD_DESC_STR_HEADER
</content>
</entry>
<entry>
<title>example clean up</title>
<updated>2019-07-26T13:27:06Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2019-07-26T13:27:06Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=d79a209aefe498f78350ee3e08b96b8e17fda6b1'/>
<id>urn:sha1:d79a209aefe498f78350ee3e08b96b8e17fda6b1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>more webusb + vendor</title>
<updated>2019-07-25T09:52:20Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2019-07-25T09:52:20Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=8ba71be6ee26c077ca37b895d773f2507f9371c8'/>
<id>urn:sha1:8ba71be6ee26c077ca37b895d773f2507f9371c8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>updating webusb with cdc</title>
<updated>2019-07-12T12:38:04Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2019-07-12T12:38:04Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=2b7acd554a00f196394fdb91cd11a18e7981949f'/>
<id>urn:sha1:2b7acd554a00f196394fdb91cd11a18e7981949f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>clean up usb descriptors in example</title>
<updated>2019-07-12T09:28:38Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2019-07-12T09:28:38Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=fdf39dd4aee82dc63d94a5a4e9423ecc15a268a1'/>
<id>urn:sha1:fdf39dd4aee82dc63d94a5a4e9423ecc15a268a1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>revert 2.1 to 2.0, only needed for webusb exmample (BOS needed)</title>
<updated>2019-07-11T15:41:36Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2019-07-11T15:41:36Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=ff2a7c79f84f03b41d69406158de85cb9e5d9046'/>
<id>urn:sha1:ff2a7c79f84f03b41d69406158de85cb9e5d9046</id>
<content type='text'>
</content>
</entry>
<entry>
<title>increase usb bcd from 2.0 to 2.1 for webusb support</title>
<updated>2019-07-11T15:34:43Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2019-07-11T15:34:43Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=30e1c7335d4f88aff81d4c590fdddc9e2f8c4925'/>
<id>urn:sha1:30e1c7335d4f88aff81d4c590fdddc9e2f8c4925</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>
</feed>
