<feed xmlns='http://www.w3.org/2005/Atom'>
<title>tinyusb.git/src/class/cdc/cdc_host.c, branch 0.19.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.19.0</id>
<link rel='self' href='http://cgit.235523.xyz/tinyusb.git/atom/src/class/cdc/cdc_host.c?h=0.19.0'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/'/>
<updated>2025-09-17T20:48:59Z</updated>
<entry>
<title>Update weak callbacks to new syntax</title>
<updated>2025-09-17T20:48:59Z</updated>
<author>
<name>HiFiPhile</name>
<email>admin@hifiphile.com</email>
</author>
<published>2025-09-17T20:37:45Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=369a1ff5153a472327d2847c7bc7386309486b34'/>
<id>urn:sha1:369a1ff5153a472327d2847c7bc7386309486b34</id>
<content type='text'>
Signed-off-by: HiFiPhile &lt;admin@hifiphile.com&gt;
</content>
</entry>
<entry>
<title>Fix compilation when CH34X support is disabled</title>
<updated>2025-07-16T03:00:39Z</updated>
<author>
<name>Eli Lipsitz</name>
<email>eli.lipsitz@gmail.com</email>
</author>
<published>2025-07-16T01:55:06Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=18626857f045e6ae6aab6e3b49e192374645cf08'/>
<id>urn:sha1:18626857f045e6ae6aab6e3b49e192374645cf08</id>
<content type='text'>
</content>
</entry>
<entry>
<title>clean up</title>
<updated>2025-06-27T14:17:30Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2025-06-27T10:57:26Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=d86362414e9c467d93f37672228e220a718de81d'/>
<id>urn:sha1:d86362414e9c467d93f37672228e220a718de81d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>use enum buf for process_set_config for ch34x and pl2303</title>
<updated>2025-06-27T10:27:09Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2025-06-27T10:25:20Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=0194b8434f318b2bd7357ba954291d03d3b26286'/>
<id>urn:sha1:0194b8434f318b2bd7357ba954291d03d3b26286</id>
<content type='text'>
</content>
</entry>
<entry>
<title>update acm and pl2303 to match the rest of drivers</title>
<updated>2025-06-27T10:09:11Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2025-06-27T10:05:49Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=f4d049e61ba12c8ba6fcd23c18fe5089ff899186'/>
<id>urn:sha1:f4d049e61ba12c8ba6fcd23c18fe5089ff899186</id>
<content type='text'>
</content>
</entry>
<entry>
<title>major refactor to generalize cdch serial driver</title>
<updated>2025-06-27T08:57:18Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2025-06-27T08:57:18Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=8b5d703f74153c75dd9e4cfb224dbe74e4e262fa'/>
<id>urn:sha1:8b5d703f74153c75dd9e4cfb224dbe74e4e262fa</id>
<content type='text'>
- add common 2 stage set line coding for driver without direct set_line_coding support e.g ftdi, cp210x, ch34x
- add common cdch_process_line_state_on_enum() to handle cfg line state on enum e.g CFG_TUH_CDC_LINE_CONTROL/CODING_ON_ENUM
- refactor cdch_internal_control_complete and user_complete_cb to be managed by tuh_cdc_ API instead of serial driver
</content>
</entry>
<entry>
<title>refactor, add cdch_internal_control_complete()</title>
<updated>2025-06-20T10:25:58Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2025-06-20T10:25:58Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=470e12febca6e371de03120508ef44db28e8501d'/>
<id>urn:sha1:470e12febca6e371de03120508ef44db28e8501d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>refactor change signature of serial driver's process_set_config</title>
<updated>2025-06-20T10:04:40Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2025-06-20T10:04:40Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=900d0d974b177959ffeaa1f34de72daf2ef72694'/>
<id>urn:sha1:900d0d974b177959ffeaa1f34de72daf2ef72694</id>
<content type='text'>
adding serial driver's request_complete()
</content>
</entry>
<entry>
<title>cdch clean up and refactor, add explicit sync() API</title>
<updated>2025-06-20T05:52:34Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2025-06-20T05:52:34Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=adf6cbfe03523cd8f7e23cb7f2edbb4304a6cd89'/>
<id>urn:sha1:adf6cbfe03523cd8f7e23cb7f2edbb4304a6cd89</id>
<content type='text'>
</content>
</entry>
<entry>
<title>union ftdi/pl2303/acm data to save memory.</title>
<updated>2025-06-19T11:14:24Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2025-06-19T11:14:24Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=221b5288e43feff140c695af4481b7815f1b56cd'/>
<id>urn:sha1:221b5288e43feff140c695af4481b7815f1b56cd</id>
<content type='text'>
</content>
</entry>
</feed>
