<feed xmlns='http://www.w3.org/2005/Atom'>
<title>tinyusb.git/src/class/cdc/cdc_host.c, 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.c?h=0.16.0</id>
<link rel='self' href='http://cgit.235523.xyz/tinyusb.git/atom/src/class/cdc/cdc_host.c?h=0.16.0'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/'/>
<updated>2023-08-15T15:54:07Z</updated>
<entry>
<title>more minor clean up</title>
<updated>2023-08-15T15:54:07Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2023-08-15T15:51:21Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=1b33a315365184a74a8b5bbce5fdbdfc4dfe6f69'/>
<id>urn:sha1:1b33a315365184a74a8b5bbce5fdbdfc4dfe6f69</id>
<content type='text'>
- also rename usbh_classdriver.h to usbh_pvt.h to consitent with usbd
</content>
</entry>
<entry>
<title>Merge branch 'master' into master</title>
<updated>2023-08-04T04:48:04Z</updated>
<author>
<name>Ha Thach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2023-08-04T04:48:04Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=1b04db2a777c3bac88c964f8171af0928a55477d'/>
<id>urn:sha1:1b04db2a777c3bac88c964f8171af0928a55477d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>default class driver log level to CFG_TUH/TUD_LOG_LEVEL allow application to selectively disable usbd/usbh or driver log</title>
<updated>2023-08-02T08:34:18Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2023-08-02T08:34:18Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=979bf32266d379ec493ad31001b815d6a597b91e'/>
<id>urn:sha1:979bf32266d379ec493ad31001b815d6a597b91e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>made line ends consistent.</title>
<updated>2023-07-02T07:02:24Z</updated>
<author>
<name>Lars Pötter</name>
<email>kontakt@ing-poetter.de</email>
</author>
<published>2023-07-02T07:02:24Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=0693462ebad20338de78aeb93d60d6c3c73a6ca7'/>
<id>urn:sha1:0693462ebad20338de78aeb93d60d6c3c73a6ca7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix issue with ftdi host driver with status bytes</title>
<updated>2023-05-25T09:53:32Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2023-05-25T09:53:32Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=26d05d7fc922f3715799f6049556232d5ed5c8e3'/>
<id>urn:sha1:26d05d7fc922f3715799f6049556232d5ed5c8e3</id>
<content type='text'>
add workflow_dispatch to all ci workflow
</content>
</entry>
<entry>
<title>correct EHCI reporting failed xfer (instead of stalled) when device is unplugged</title>
<updated>2023-05-16T04:09:21Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2023-05-11T07:26:12Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=206d63e038744b228cfa6051d701cab50b520fe6'/>
<id>urn:sha1:206d63e038744b228cfa6051d701cab50b520fe6</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 aligned(4) for cdc_line_coding_t</title>
<updated>2023-04-28T04:12:03Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2023-04-28T04:12:03Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=190acc1fb0579d3e097ba2b0b96033740ecee26e'/>
<id>urn:sha1:190acc1fb0579d3e097ba2b0b96033740ecee26e</id>
<content type='text'>
</content>
</entry>
</feed>
