<feed xmlns='http://www.w3.org/2005/Atom'>
<title>tinyusb.git/src/portable/st/stm32_fsdev/fsdev_ch32.h, branch master</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>http://cgit.235523.xyz/tinyusb.git/atom/src/portable/st/stm32_fsdev/fsdev_ch32.h?h=master</id>
<link rel='self' href='http://cgit.235523.xyz/tinyusb.git/atom/src/portable/st/stm32_fsdev/fsdev_ch32.h?h=master'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/'/>
<updated>2026-07-02T14:55:45Z</updated>
<entry>
<title>license: use SPDX identifiers for src/ headers (#3749)</title>
<updated>2026-07-02T14:55:45Z</updated>
<author>
<name>Ha Thach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2026-07-02T14:55:45Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=7a4111b96ef6279e75579f9a18443834f6a0871d'/>
<id>urn:sha1:7a4111b96ef6279e75579f9a18443834f6a0871d</id>
<content type='text'>
* license: use SPDX identifiers for src/ headers

Replace the full ~20-line MIT license boilerplate on every src/ file with a
two-line SPDX tag (SPDX-FileCopyrightText + SPDX-License-Identifier), following
the REUSE convention used by CircuitPython and the Linux kernel. Removes ~3500
lines of duplicated boilerplate.</content>
</entry>
<entry>
<title>Consolidate USB FSDEV register definitions for STM32, CH32, and AT32 microcontrollers. Replace vendor-specific macros with unified `U_`-prefixed equivalents, ensuring consistency and reducing duplication across all platforms.</title>
<updated>2026-03-16T11:01:02Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2026-03-16T11:01:02Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=9b2f6f4f0cb0d7c1227c87093382a7fb9eea35c9'/>
<id>urn:sha1:9b2f6f4f0cb0d7c1227c87093382a7fb9eea35c9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>update tu_fifo to work with fsdev hwfifo with increased address 16/32bit</title>
<updated>2025-12-31T09:26:24Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2025-12-31T09:26:24Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=f20ad05d71919dd5656aa7f92b9e27582744348a'/>
<id>urn:sha1:f20ad05d71919dd5656aa7f92b9e27582744348a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fsdev: reorganize functions</title>
<updated>2025-11-25T21:45:40Z</updated>
<author>
<name>HiFiPhile</name>
<email>admin@hifiphile.com</email>
</author>
<published>2025-11-24T20:03:04Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=03bd8c26d6b72b5e53c0d4b9787a6396ee295927'/>
<id>urn:sha1:03bd8c26d6b72b5e53c0d4b9787a6396ee295927</id>
<content type='text'>
Signed-off-by: HiFiPhile &lt;admin@hifiphile.com&gt;
</content>
</entry>
<entry>
<title>hcd: add fsdev driver</title>
<updated>2025-11-25T21:45:40Z</updated>
<author>
<name>HiFiPhile</name>
<email>admin@hifiphile.com</email>
</author>
<published>2025-11-23T23:26:05Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=fb631c9a402478702fcce7168a5f1cc3b231e959'/>
<id>urn:sha1:fb631c9a402478702fcce7168a5f1cc3b231e959</id>
<content type='text'>
Signed-off-by: HiFiPhile &lt;admin@hifiphile.com&gt;
</content>
</entry>
<entry>
<title>stm32_fsdev: Allow configuring single-buffered isochronous endpoints.</title>
<updated>2025-06-25T20:10:22Z</updated>
<author>
<name>milek7</name>
<email>me@milek7.pl</email>
</author>
<published>2025-06-25T01:35:40Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=4ae433fa6ef451cccb2b09aa3748978b46aade5f'/>
<id>urn:sha1:4ae433fa6ef451cccb2b09aa3748978b46aade5f</id>
<content type='text'>
Controlled by the embedder defining CFG_TUD_FSDEV_DOUBLE_BUFFERED_ISO_EP
in tusb_config.h. If hardware does have SBUF_ISO bit it will use only
one half of endpoint pair register.
</content>
</entry>
<entry>
<title>more fsdev clean up</title>
<updated>2024-08-02T10:12:28Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2024-08-02T10:12:28Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=91e5a066c5b259c38d663d21e3485b2feecb779d'/>
<id>urn:sha1:91e5a066c5b259c38d663d21e3485b2feecb779d</id>
<content type='text'>
hil test boards in parallel
</content>
</entry>
<entry>
<title>simplify read/write 16-bit packet</title>
<updated>2024-07-31T13:53:42Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2024-07-31T13:53:42Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=332f75cd44b58d340d36f30dbeb64742767a521c'/>
<id>urn:sha1:332f75cd44b58d340d36f30dbeb64742767a521c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>improve set endpoint</title>
<updated>2024-07-30T13:32:26Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2024-07-30T13:32:26Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=1cf8e34ae5fc6466d07ac438691391c7a5a809ff'/>
<id>urn:sha1:1cf8e34ae5fc6466d07ac438691391c7a5a809ff</id>
<content type='text'>
</content>
</entry>
<entry>
<title>newline</title>
<updated>2024-06-14T09:08:26Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2024-06-14T09:08:26Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=9ae00535737f6f442a9ca7ad3167f686c0d557b1'/>
<id>urn:sha1:9ae00535737f6f442a9ca7ad3167f686c0d557b1</id>
<content type='text'>
</content>
</entry>
</feed>
