<feed xmlns='http://www.w3.org/2005/Atom'>
<title>tinyusb.git/src/common/tusb_private.h, 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/common/tusb_private.h?h=0.20.0</id>
<link rel='self' href='http://cgit.235523.xyz/tinyusb.git/atom/src/common/tusb_private.h?h=0.20.0'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/'/>
<updated>2025-11-13T05:31:27Z</updated>
<entry>
<title>clear endpoint stream when open for cdc_host and midi_host</title>
<updated>2025-11-13T05:31:27Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2025-11-13T05:02:02Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=397a3af8afc4bc5460572da4a40629684dfa788c'/>
<id>urn:sha1:397a3af8afc4bc5460572da4a40629684dfa788c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>migrate cdc device to use edpt stream API</title>
<updated>2025-11-12T14:22:25Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2025-11-12T14:22:25Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=f11adb02ebc0c594a7114b08585b8af18c3ee6d6'/>
<id>urn:sha1:f11adb02ebc0c594a7114b08585b8af18c3ee6d6</id>
<content type='text'>
tu_edpt_stream_open() does not clear fifo, allow for persistent stream when disconnect/reconnect
</content>
</entry>
<entry>
<title>migrate midi_device to use edpt stream API</title>
<updated>2025-11-12T10:46:38Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2025-11-12T03:41:58Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=fc661abc18beefb57f5d1352219ed72678b59e0b'/>
<id>urn:sha1:fc661abc18beefb57f5d1352219ed72678b59e0b</id>
<content type='text'>
also add tud_midi_n_packet_write/read_n()
</content>
</entry>
<entry>
<title>fix more alerts</title>
<updated>2025-11-08T08:54:02Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2025-11-08T08:54:02Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=7f173ab5ed6a80a5fd6780779fe63fb97d2be0e9'/>
<id>urn:sha1:7f173ab5ed6a80a5fd6780779fe63fb97d2be0e9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix more alerts</title>
<updated>2025-11-06T14:30:52Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2025-11-05T12:56:54Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=86a4990b96eafb5904f946fa061b310f155a7d51'/>
<id>urn:sha1:86a4990b96eafb5904f946fa061b310f155a7d51</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed more alert found by PVS-Studio</title>
<updated>2025-11-04T12:56:53Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2025-11-03T09:36:07Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=8979af34c0e5b97520070bcfdffe5280de9ac24c'/>
<id>urn:sha1:8979af34c0e5b97520070bcfdffe5280de9ac24c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>hack: force/overwrite endpoint mps to 64 for device that incorrectly report 512 bytes for bulk in fullspeed mode.</title>
<updated>2025-03-06T04:03:47Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2025-03-06T04:03:47Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=ee234a84caf59d23395ed70f5e1c9d772e3f958b'/>
<id>urn:sha1:ee234a84caf59d23395ed70f5e1c9d772e3f958b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>update midi host to use endpoint stream API</title>
<updated>2025-02-13T08:54:31Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2025-02-13T08:52:30Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=bad6cbe48930c0c5250b8a717a46cc1f6d83de56'/>
<id>urn:sha1:bad6cbe48930c0c5250b8a717a46cc1f6d83de56</id>
<content type='text'>
</content>
</entry>
<entry>
<title>add tusb_time_millis_api() and default/weak tusb_time_delay_ms_api(). Which is required for host and some device without RTOS.</title>
<updated>2024-11-04T10:20:58Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2024-11-04T10:20:58Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=80ad7c4e87b74b1bccc4f566a3cee8d1ff0fafc9'/>
<id>urn:sha1:80ad7c4e87b74b1bccc4f566a3cee8d1ff0fafc9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>reduce ep stream footprint by using is_mps512 since it only support bulk so far</title>
<updated>2024-09-10T11:37:53Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2024-09-10T11:37:53Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=dd1822ba032e3e86efd445cda1c3fd0e8f342bbc'/>
<id>urn:sha1:dd1822ba032e3e86efd445cda1c3fd0e8f342bbc</id>
<content type='text'>
</content>
</entry>
</feed>
