<feed xmlns='http://www.w3.org/2005/Atom'>
<title>tinyusb.git/examples/device/cdc_dual_ports/src/usb_descriptors.c, 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/examples/device/cdc_dual_ports/src/usb_descriptors.c?h=0.20.0</id>
<link rel='self' href='http://cgit.235523.xyz/tinyusb.git/atom/examples/device/cdc_dual_ports/src/usb_descriptors.c?h=0.20.0'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/'/>
<updated>2025-10-28T07:14:01Z</updated>
<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>fix descriptor warning when shifting zero</title>
<updated>2025-10-27T17:17:26Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2025-10-27T17:17:26Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=a12806a6cd65b11476cde69628f92f64978f1c64'/>
<id>urn:sha1:a12806a6cd65b11476cde69628f92f64978f1c64</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix several warnings</title>
<updated>2025-10-24T06:04:49Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2025-10-24T06:04:49Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=f39dcae9f1bed1dfcfb239f76677ef980a9976c9'/>
<id>urn:sha1:f39dcae9f1bed1dfcfb239f76677ef980a9976c9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>update cdc_msc/cdc_msc_freertos to also support notification</title>
<updated>2025-07-03T07:28:19Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2025-07-03T07:28:19Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=0df3bfb81d33d11432824bbf91ab0eb260f6f14f'/>
<id>urn:sha1:0df3bfb81d33d11432824bbf91ab0eb260f6f14f</id>
<content type='text'>
</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 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>rename TUD_ENDPOINT_EXCLUSIVE_NUMBER to TUD_ENDPOINT_ONE_DIRECTION_ONLY</title>
<updated>2024-08-19T12:05:33Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2024-08-19T12:05:33Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=088486186f514578a02d6b6c7f39e0ad74f56118'/>
<id>urn:sha1:088486186f514578a02d6b6c7f39e0ad74f56118</id>
<content type='text'>
</content>
</entry>
<entry>
<title>define and use TUD_ENDPOINT_EXCLUSIVE_NUMBER</title>
<updated>2024-08-17T11:07:36Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2024-08-17T11:07:36Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=a6bee747b6f550e4fdb144c7db4aad70fee5ac69'/>
<id>urn:sha1:a6bee747b6f550e4fdb144c7db4aad70fee5ac69</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Combined DCD MUSB implementations</title>
<updated>2024-07-25T13:08:37Z</updated>
<author>
<name>Brent Kowal</name>
<email>brent.kowal@analog.com</email>
</author>
<published>2024-07-25T13:08:37Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=5122d6d109f8c4b31b6cbe29c685fad30a8961fe'/>
<id>urn:sha1:5122d6d109f8c4b31b6cbe29c685fad30a8961fe</id>
<content type='text'>
Combined the new MAX32 MUSB implementation with the existing (TI) implementation to provide generic code base for working the MUSB DCD peripheral.
 - Added abstraction calls for FIFO setup, EP registers, Ctrl registers and interrupt setup.
 - Combined TM4C and MSP432E into a single header file.
 - Created musb_max32.h, and removed the MAX32 specific C implementation.
 - Updated MAX32 build system to use dcd_musb.c.
 - Added MAX32 conditions for cdc_dual_ports example descriptors missed during first testing.
</content>
</entry>
<entry>
<title>Add uart status notif to cdc_dual_ports example.</title>
<updated>2024-04-25T22:17:51Z</updated>
<author>
<name>HiFiPhile</name>
<email>admin@hifiphile.com</email>
</author>
<published>2024-04-11T23:17:50Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=418b8b2f133d695362c735f271c966af10b5d251'/>
<id>urn:sha1:418b8b2f133d695362c735f271c966af10b5d251</id>
<content type='text'>
</content>
</entry>
</feed>
