<feed xmlns='http://www.w3.org/2005/Atom'>
<title>tinyusb.git/src/class/cdc/cdc_host.h, branch 0.18.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.18.0</id>
<link rel='self' href='http://cgit.235523.xyz/tinyusb.git/atom/src/class/cdc/cdc_host.h?h=0.18.0'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/'/>
<updated>2024-11-26T15:07:28Z</updated>
<entry>
<title>add TUH_EPBUF_DEF for cdc host</title>
<updated>2024-11-26T15:07:28Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2024-11-26T15:07:28Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=67e92e6688e609098270ba249f15a8dc7f051cbf'/>
<id>urn:sha1:67e92e6688e609098270ba249f15a8dc7f051cbf</id>
<content type='text'>
</content>
</entry>
<entry>
<title>implement tuh_init()</title>
<updated>2024-03-22T09:12:57Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2024-03-22T09:12:57Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=e84c9f3e221092687808f175e1e19732a10fea72'/>
<id>urn:sha1:e84c9f3e221092687808f175e1e19732a10fea72</id>
<content type='text'>
change usbh driver init() return type from void to bool
</content>
</entry>
<entry>
<title>adding deinit() stub for usbh/hcd class driver</title>
<updated>2024-03-22T04:42:33Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2024-03-22T04:42:33Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=74bd2647589790b3bee49146774133c2061a34fe'/>
<id>urn:sha1:74bd2647589790b3bee49146774133c2061a34fe</id>
<content type='text'>
add TUSB_VERSION_BUILD, also add TUSB_VERSION_NUMBER
</content>
</entry>
<entry>
<title>- add new API tuh_cdc_set_data_format()</title>
<updated>2024-01-19T09:56:32Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2024-01-19T09:56:32Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=55cb713264a1fe531b548a05290ee8fe1289828f'/>
<id>urn:sha1:55cb713264a1fe531b548a05290ee8fe1289828f</id>
<content type='text'>
- add typedef for cdc enum
</content>
</entry>
<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>
</feed>
