<feed xmlns='http://www.w3.org/2005/Atom'>
<title>tinyusb.git/src/portable/st/stm32_fsdev/hcd_stm32_fsdev.c, 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/hcd_stm32_fsdev.c?h=master</id>
<link rel='self' href='http://cgit.235523.xyz/tinyusb.git/atom/src/portable/st/stm32_fsdev/hcd_stm32_fsdev.c?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>debloat the workaround</title>
<updated>2026-04-10T11:36:24Z</updated>
<author>
<name>HiFiPhile</name>
<email>admin@hifiphile.com</email>
</author>
<published>2026-04-10T11:33:13Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=35045e0346f64fe3b19e94c8e9c8d2eb908fc5d6'/>
<id>urn:sha1:35045e0346f64fe3b19e94c8e9c8d2eb908fc5d6</id>
<content type='text'>
Signed-off-by: HiFiPhile &lt;admin@hifiphile.com&gt;
</content>
</entry>
<entry>
<title>Polish FSDEV delay code readability</title>
<updated>2026-04-09T10:44:08Z</updated>
<author>
<name>copilot-swe-agent[bot]</name>
<email>198982749+Copilot@users.noreply.github.com</email>
</author>
<published>2026-04-09T10:44:08Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=41575d2de943393f6cc7e5228ab904614fadce28'/>
<id>urn:sha1:41575d2de943393f6cc7e5228ab904614fadce28</id>
<content type='text'>
Agent-Logs-Url: https://github.com/hathach/tinyusb/sessions/3ec0d5b6-cb8e-48ff-8606-3371beb1efcb

Co-authored-by: HiFiPhile &lt;4375114+HiFiPhile@users.noreply.github.com&gt;
</content>
</entry>
<entry>
<title>Decouple DCON stabilize delay from BTABLE errata macro</title>
<updated>2026-04-09T10:41:14Z</updated>
<author>
<name>copilot-swe-agent[bot]</name>
<email>198982749+Copilot@users.noreply.github.com</email>
</author>
<published>2026-04-09T10:41:14Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=2f4792f9e1b5a6f06e6306fe0d0ebce641914791'/>
<id>urn:sha1:2f4792f9e1b5a6f06e6306fe0d0ebce641914791</id>
<content type='text'>
Agent-Logs-Url: https://github.com/hathach/tinyusb/sessions/3ec0d5b6-cb8e-48ff-8606-3371beb1efcb

Co-authored-by: HiFiPhile &lt;4375114+HiFiPhile@users.noreply.github.com&gt;
</content>
</entry>
<entry>
<title>Refactor STM32 FSDEV PMA errata delay into common helper</title>
<updated>2026-04-09T10:35:01Z</updated>
<author>
<name>copilot-swe-agent[bot]</name>
<email>198982749+Copilot@users.noreply.github.com</email>
</author>
<published>2026-04-09T10:35:01Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=d32a6521256594b41e4c54d0dbf50470573ba995'/>
<id>urn:sha1:d32a6521256594b41e4c54d0dbf50470573ba995</id>
<content type='text'>
Agent-Logs-Url: https://github.com/hathach/tinyusb/sessions/3ec0d5b6-cb8e-48ff-8606-3371beb1efcb

Co-authored-by: HiFiPhile &lt;4375114+HiFiPhile@users.noreply.github.com&gt;
</content>
</entry>
<entry>
<title>fix bugs in fsdev hcd, dcd and midi host stream write</title>
<updated>2026-03-18T12:04:13Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2026-03-18T12:04:13Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=88196051e8bd89b282fda8d395f4c333425a91b1'/>
<id>urn:sha1:88196051e8bd89b282fda8d395f4c333425a91b1</id>
<content type='text'>
- hcd_edpt_clear_stall: use ep_addr instead of hardcoded 0 (control endpoint)
- hcd: add TUP_USBIP_FSDEV_DRD define for MCUs with host support (C0, G0, H5,
  U3, U5) and use it in hcd compile guard instead of enumerating MCUs
- dcd_edpt_close_all: use FSDEV_EP_COUNT instead of CFG_TUD_ENDPPOINT_MAX for
  PMA btable offset to match handle_bus_reset
- midi host tuh_midi_stream_write: add missing cable_num to system messages,
  SysEx, and real-time MIDI packets. Add 0xF mask for SysEx CIN checks.
  Aligns with midi_device.c tud_midi_n_stream_write implementation.

Co-Authored-By: Claude Opus 4.6 (1M context) &lt;noreply@anthropic.com&gt;
</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>hcd/stm32_fsdev: fix init after device mode</title>
<updated>2026-01-06T19:29:12Z</updated>
<author>
<name>HiFiPhile</name>
<email>admin@hifiphile.com</email>
</author>
<published>2025-12-15T21:19:35Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=bbe1be349a3011da3839906d6b90110e140ddbe1'/>
<id>urn:sha1:bbe1be349a3011da3839906d6b90110e140ddbe1</id>
<content type='text'>
Signed-off-by: HiFiPhile &lt;admin@hifiphile.com&gt;
</content>
</entry>
<entry>
<title>rename FSDEV_PMA_SIZE CFG_TUSB_FSDEV_PMA_SIZE</title>
<updated>2026-01-05T17:58:23Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2026-01-05T17:56:33Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=1c19fc540868d699bd7eedba741108dfabb36c00'/>
<id>urn:sha1:1c19fc540868d699bd7eedba741108dfabb36c00</id>
<content type='text'>
</content>
</entry>
<entry>
<title>add default access mode for tu_hwfifo API make it easier for non-custom read/write</title>
<updated>2026-01-03T08:37:22Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2026-01-03T08:37:22Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=ea23966aa785a630012097943c70d8121c5139c1'/>
<id>urn:sha1:ea23966aa785a630012097943c70d8121c5139c1</id>
<content type='text'>
</content>
</entry>
</feed>
