<feed xmlns='http://www.w3.org/2005/Atom'>
<title>tinyusb.git/src/class/cdc/cdc_host.h, branch 0.16.0</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>http://cgit.235523.xyz/tinyusb.git/atom/src/class/cdc/cdc_host.h?h=0.16.0</id>
<link rel='self' href='http://cgit.235523.xyz/tinyusb.git/atom/src/class/cdc/cdc_host.h?h=0.16.0'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/'/>
<updated>2023-11-22T04:25:55Z</updated>
<entry>
<title>fix typo in cdc line coding enum</title>
<updated>2023-11-22T04:25:55Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2023-11-22T04:25:55Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=aedc92f2d31af6209b00e8a5d7abbfec02ed979b'/>
<id>urn:sha1:aedc92f2d31af6209b00e8a5d7abbfec02ed979b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>more update to host serial API</title>
<updated>2023-04-28T15:14:14Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2023-04-28T15:14:14Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=1763eede4839d0131cda077e2dd9631f315ce115'/>
<id>urn:sha1:1763eede4839d0131cda077e2dd9631f315ce115</id>
<content type='text'>
</content>
</entry>
<entry>
<title>allow call tuh cdc with blocking (callback = NULL)</title>
<updated>2023-04-28T14:50:54Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2023-04-28T14:50:54Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=fb5fe3360fb29a5d937cb6d6f1baa7695c04c361'/>
<id>urn:sha1:fb5fe3360fb29a5d937cb6d6f1baa7695c04c361</id>
<content type='text'>
- tuh_cdc_set_control_line_state()
- tuh_cdc_set_baudrate()
- tuh_cdc_set_line_coding()
</content>
</entry>
<entry>
<title>improve host serial drivers</title>
<updated>2023-04-28T12:13:25Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2023-04-28T12:06:08Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=0a43a7b418dc9ba510505eef6abbc2da6f9151e5'/>
<id>urn:sha1:0a43a7b418dc9ba510505eef6abbc2da6f9151e5</id>
<content type='text'>
- tuh_control_xfer() update xfer result to user_data if complete
callback = NULL (sync/blocking)
- refactor host serial driver for acm/ftdi/cp210x
</content>
</entry>
<entry>
<title>add tuh_cdc_set_baudrate()</title>
<updated>2023-04-27T16:22:10Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2023-04-27T16:22:10Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=732686cc109aea9527d3133c3b8e61dc045dc233'/>
<id>urn:sha1:732686cc109aea9527d3133c3b8e61dc045dc233</id>
<content type='text'>
</content>
</entry>
<entry>
<title>add tuh_hid_itf_get_info() and change tuh_cdc_itf_get_info() to use new tuh_itf_info_t</title>
<updated>2023-03-22T03:00:42Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2023-03-22T03:00:42Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=f27486e19abcc020c93c0c938c71e3692c21b9f5'/>
<id>urn:sha1:f27486e19abcc020c93c0c938c71e3692c21b9f5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>add tuh_set_interface</title>
<updated>2023-03-21T05:55:52Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2023-03-21T05:54:43Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=e44e461ce3295f5680ea211048ade473963ba016'/>
<id>urn:sha1:e44e461ce3295f5680ea211048ade473963ba016</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix trailing space and new line</title>
<updated>2023-03-17T09:12:49Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2023-03-17T09:12:49Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=3623ba1884ddff23e9b64766cb6dd032f1425846'/>
<id>urn:sha1:3623ba1884ddff23e9b64766cb6dd032f1425846</id>
<content type='text'>
temporarily disable codespell
</content>
</entry>
<entry>
<title>add tuh_cdc_peek()</title>
<updated>2022-12-23T18:11:13Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2022-12-23T18:11:13Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=48d4a67ec5468f9fd7c073acd599a1271b9e877f'/>
<id>urn:sha1:48d4a67ec5468f9fd7c073acd599a1271b9e877f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>add tuh_cdc_get_local_line_coding()</title>
<updated>2022-12-22T12:41:39Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2022-12-22T12:41:39Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=f33883c308959aa2ca08ef55282c82c54f929226'/>
<id>urn:sha1:f33883c308959aa2ca08ef55282c82c54f929226</id>
<content type='text'>
</content>
</entry>
</feed>
