<feed xmlns='http://www.w3.org/2005/Atom'>
<title>tinyusb.git/src/device/usbd.h, branch port-embos</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>http://cgit.235523.xyz/tinyusb.git/atom/src/device/usbd.h?h=port-embos</id>
<link rel='self' href='http://cgit.235523.xyz/tinyusb.git/atom/src/device/usbd.h?h=port-embos'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/'/>
<updated>2019-09-19T23:51:37Z</updated>
<entry>
<title>Move descriptors to usbd.h</title>
<updated>2019-09-19T23:51:37Z</updated>
<author>
<name>Nathan Conrad</name>
<email>pigrew@gmail.com</email>
</author>
<published>2019-09-19T23:51:37Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=7e0490bbf32ed4a25e1917a1e5856338b9dc9346'/>
<id>urn:sha1:7e0490bbf32ed4a25e1917a1e5856338b9dc9346</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix warnings of template descriptor</title>
<updated>2019-08-23T06:33:40Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2019-08-23T06:33:40Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=48c7b80c576a921eb84bc5e9548b791b8ca7c24b'/>
<id>urn:sha1:48c7b80c576a921eb84bc5e9548b791b8ca7c24b</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>add vendor peek, change cdc peek signature, change cdc read_char() return from signed char to int32_t</title>
<updated>2019-08-01T03:46:27Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2019-08-01T03:46:27Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=bd08d0edc9067d57a6d6c3cc32438095b2de29c8'/>
<id>urn:sha1:bd08d0edc9067d57a6d6c3cc32438095b2de29c8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>added BOS MS OS 2.0 descriptor to webusb example, it work with windows</title>
<updated>2019-07-29T17:34:25Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2019-07-29T17:34:25Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=af3c301ea5152ea4926e005159f4daa894b5df53'/>
<id>urn:sha1:af3c301ea5152ea4926e005159f4daa894b5df53</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>move tud_vendor_control_* to usbd.h</title>
<updated>2019-07-24T16:12:31Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2019-07-24T16:12:31Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=caf2b6d46346ee0d27f2e10c57b84a538c799475'/>
<id>urn:sha1:caf2b6d46346ee0d27f2e10c57b84a538c799475</id>
<content type='text'>
</content>
</entry>
<entry>
<title>rename tud_control_vendor_request_cb/complete_cb to tud_vendor_control_request_cb/complete_cb</title>
<updated>2019-07-24T02:45:32Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2019-07-24T02:45:32Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=c63f2b30cbad128d5b46820965f0734be9879cb1'/>
<id>urn:sha1:c63f2b30cbad128d5b46820965f0734be9879cb1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>add tud_control_vendor_request_cb()/tud_control_vendor_complete_cb(), expose usbd control transfer</title>
<updated>2019-07-16T11:14:47Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2019-07-16T11:14:47Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=036e858543dce1c19ff789b69907680500e28ca6'/>
<id>urn:sha1:036e858543dce1c19ff789b69907680500e28ca6</id>
<content type='text'>
rename usbd_control_transfer/status to tud_control_transfer/status
</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>
</feed>
