<feed xmlns='http://www.w3.org/2005/Atom'>
<title>tinyusb.git/src/class/cdc/cdc_device.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/class/cdc/cdc_device.h?h=0.20.0</id>
<link rel='self' href='http://cgit.235523.xyz/tinyusb.git/atom/src/class/cdc/cdc_device.h?h=0.20.0'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/'/>
<updated>2025-11-07T09:31:17Z</updated>
<entry>
<title>Apply suggestions from code review</title>
<updated>2025-11-07T09:31:17Z</updated>
<author>
<name>Ha Thach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2025-11-07T09:31:17Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=5d351828cbb077e41463a31d285ca001250e85da'/>
<id>urn:sha1:5d351828cbb077e41463a31d285ca001250e85da</id>
<content type='text'>
Co-authored-by: Copilot &lt;175728472+Copilot@users.noreply.github.com&gt;</content>
</entry>
<entry>
<title>fix more alerts found by pvs-studio</title>
<updated>2025-11-07T09:17:13Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2025-11-07T07:04:58Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=9fac6dd49d9cd681ed9140c124d3001b6d1491be'/>
<id>urn:sha1:9fac6dd49d9cd681ed9140c124d3001b6d1491be</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix Identifiers that start with '__' or '_[A-Z]' are reserved.</title>
<updated>2025-10-28T07:14:01Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2025-10-28T06:21:38Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=d92b810df7670aae0e195fd02abef5014470c2f7'/>
<id>urn:sha1:d92b810df7670aae0e195fd02abef5014470c2f7</id>
<content type='text'>
fix compiling with nuc family
</content>
</entry>
<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>make notify API and memory configurable with CFG_TUD_CDC_NOTIFY</title>
<updated>2025-07-03T06:42:05Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2025-07-03T06:42:05Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=41606a533dbe4bb7e031267d2869401243d2a0aa'/>
<id>urn:sha1:41606a533dbe4bb7e031267d2869401243d2a0aa</id>
<content type='text'>
add tud_cdc_n_notify_conn_speed_change()
add tud_cdc_notify_complete_cb()
</content>
</entry>
<entry>
<title>Merge branch 'master' into fork/HiFiPhile/dcd_notif</title>
<updated>2025-07-02T11:18:52Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2025-07-02T11:18:52Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=cf3966efd9fc552d641ea1e76e5aaad3ace3afd2'/>
<id>urn:sha1:cf3966efd9fc552d641ea1e76e5aaad3ace3afd2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>device cdc: rename tud_cdc_configure_fifo/_t to tud_cdc_configure/_t</title>
<updated>2025-03-24T15:58:21Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2025-03-24T15:58:21Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=db537861b2e39debe09009762a968edfcd4a9618'/>
<id>urn:sha1:db537861b2e39debe09009762a968edfcd4a9618</id>
<content type='text'>
add tx_overwritabe_if_not_connected for cdc driver configure
</content>
</entry>
<entry>
<title>Merge branch 'master' into dcd_notif</title>
<updated>2024-11-30T23:01:33Z</updated>
<author>
<name>HiFiPhile</name>
<email>admin@hifiphile.com</email>
</author>
<published>2024-11-30T23:00:55Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=f10467e711017fb05a6e0ee496e451e2e8834549'/>
<id>urn:sha1:f10467e711017fb05a6e0ee496e451e2e8834549</id>
<content type='text'>
Signed-off-by: HiFiPhile &lt;admin@hifiphile.com&gt;
</content>
</entry>
<entry>
<title>Merge branch 'master' into dcd_notif</title>
<updated>2024-10-30T18:47:03Z</updated>
<author>
<name>HiFiPhile</name>
<email>admin@hifiphile.com</email>
</author>
<published>2024-10-30T18:36:05Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=85ff529a310b7e6ec2e4234e3e292fef6432882b'/>
<id>urn:sha1:85ff529a310b7e6ec2e4234e3e292fef6432882b</id>
<content type='text'>
Signed-off-by: HiFiPhile &lt;admin@hifiphile.com&gt;
</content>
</entry>
<entry>
<title>Extend callback information</title>
<updated>2024-10-29T19:41:13Z</updated>
<author>
<name>Bollen Nico</name>
<email>nico.bollen@gmail.com</email>
</author>
<published>2024-10-29T19:41:13Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=5d74fb43b373e4def1387067eed8b4f1ac71151a'/>
<id>urn:sha1:5d74fb43b373e4def1387067eed8b4f1ac71151a</id>
<content type='text'>
</content>
</entry>
</feed>
