<feed xmlns='http://www.w3.org/2005/Atom'>
<title>tinyusb.git/src/class/cdc/serial, branch 0.20.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/serial?h=0.20.0</id>
<link rel='self' href='http://cgit.235523.xyz/tinyusb.git/atom/src/class/cdc/serial?h=0.20.0'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/'/>
<updated>2025-10-16T03:03:10Z</updated>
<entry>
<title>add tu_div_round_nearest() (only handle positive) to replace DIV_ROUND_CLOSEST() to remove the need of typeof</title>
<updated>2025-10-16T03:03:10Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2025-10-16T03:03:10Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=e93e47ae0434b53a20d1c62de62f34377bc8b492'/>
<id>urn:sha1:e93e47ae0434b53a20d1c62de62f34377bc8b492</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>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>clean up pl2303 type data</title>
<updated>2025-06-19T10:05:21Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2025-06-19T10:05:21Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=ec1a26251d0161d5e7c11f4ca552af154cf08dbd'/>
<id>urn:sha1:ec1a26251d0161d5e7c11f4ca552af154cf08dbd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>house keeping</title>
<updated>2025-06-19T08:30:02Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2025-06-19T08:30:02Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=2adb305ea71f69b38c6c01cc054d8e323dd25e0e'/>
<id>urn:sha1:2adb305ea71f69b38c6c01cc054d8e323dd25e0e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>CP210x removed baudrate check, fixed data bits check</title>
<updated>2024-04-04T12:12:14Z</updated>
<author>
<name>IngHK</name>
<email>github@hkue.de</email>
</author>
<published>2024-04-04T12:12:14Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=e07ee4a7b1f7c7d18f385d605dd41e08962ddba4'/>
<id>urn:sha1:e07ee4a7b1f7c7d18f385d605dd41e08962ddba4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fixed compile warnings</title>
<updated>2024-04-04T12:10:31Z</updated>
<author>
<name>IngHK</name>
<email>github@hkue.de</email>
</author>
<published>2024-04-04T12:10:31Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=5e67b92b8c398d6fee92010ecd63cf50b51f8f9a'/>
<id>urn:sha1:5e67b92b8c398d6fee92010ecd63cf50b51f8f9a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>code style and clean up CDC serial header files</title>
<updated>2024-03-21T07:29:28Z</updated>
<author>
<name>IngHK</name>
<email>github@hkue.de</email>
</author>
<published>2024-03-21T07:29:28Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=cb69ed0d0423b8e09ae77307fcc01165ae4c9386'/>
<id>urn:sha1:cb69ed0d0423b8e09ae77307fcc01165ae4c9386</id>
<content type='text'>
</content>
</entry>
<entry>
<title>added PL2303 support</title>
<updated>2024-02-24T11:58:59Z</updated>
<author>
<name>IngHK</name>
<email>github@hkue.de</email>
</author>
<published>2024-02-22T10:45:38Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=aabee25e189d2a05cb52e5c54329ab1ec875f084'/>
<id>urn:sha1:aabee25e189d2a05cb52e5c54329ab1ec875f084</id>
<content type='text'>
</content>
</entry>
<entry>
<title>improved CP210x support</title>
<updated>2024-02-24T11:58:59Z</updated>
<author>
<name>IngHK</name>
<email>github@hkue.de</email>
</author>
<published>2024-02-22T14:42:33Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=4547737833de0368354cb4823d908c6b250f92df'/>
<id>urn:sha1:4547737833de0368354cb4823d908c6b250f92df</id>
<content type='text'>
</content>
</entry>
</feed>
