<feed xmlns='http://www.w3.org/2005/Atom'>
<title>tinyusb.git/src/portable/microchip, branch worktree-ch569-hydrausb3</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>http://cgit.235523.xyz/tinyusb.git/atom/src/portable/microchip?h=worktree-ch569-hydrausb3</id>
<link rel='self' href='http://cgit.235523.xyz/tinyusb.git/atom/src/portable/microchip?h=worktree-ch569-hydrausb3'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/'/>
<updated>2026-07-06T09:17:17Z</updated>
<entry>
<title>Merge remote-tracking branch 'origin/master' into usbtest</title>
<updated>2026-07-06T09:17:17Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2026-07-06T09:17:17Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=2d73cf58de9a41278a9c6e1e3c9e5c6626bf95b7'/>
<id>urn:sha1:2d73cf58de9a41278a9c6e1e3c9e5c6626bf95b7</id>
<content type='text'>
# Conflicts:
#	lib/rt-thread/port/msc_device_port.c
#	src/device/usbd.c
</content>
</entry>
<entry>
<title>dcd(samd): implement iso alloc/activate (were stubs returning false)</title>
<updated>2026-07-03T11:01:45Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2026-07-03T11:01:45Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=ad5c2e196b9ae270e300905a24a6ec486d12350e'/>
<id>urn:sha1:ad5c2e196b9ae270e300905a24a6ec486d12350e</id>
<content type='text'>
dcd_edpt_iso_alloc/activate were unimplemented stubs. Since samd is an ISO_ALLOC
port, the stack routes ISO endpoints through them, so every ISO endpoint open
failed: SET_CONFIGURATION with an ISO endpoint returned -EPIPE (can't set config)
and audio SET_INTERFACE(alt=1) stalled at usbd_edpt_iso_activate(). This was
misdiagnosed as a samd51 hardware ISO limitation; it is not.

Implement them mirroring dcd_edpt_open()'s per-direction setup: iso_alloc fixes
the endpoint bank SIZE bucket for the largest packet size (persists across
altsettings); iso_activate sets EPTYPE=ISO, clears stall + data toggle, enables
the transfer-complete interrupt.

metro_m4_express now passes the full usbtest battery 30/30 (was: SET_CONFIG
failed), including ISO 15/16/22/23.

Co-Authored-By: Claude Fable 5 &lt;noreply@anthropic.com&gt;
Claude-Session: https://claude.ai/code/session_01HeF2gZ1M7GWkz6Av4BpKPg
</content>
</entry>
<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>fix some Wconversion warnings</title>
<updated>2026-04-17T03:16:31Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2026-04-16T17:10:44Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=a6dcc3f089bd4468949ea9e138fea9f80025577e'/>
<id>urn:sha1:a6dcc3f089bd4468949ea9e138fea9f80025577e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>remove dma_desc_t</title>
<updated>2026-03-07T06:07:13Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2026-03-07T06:07:13Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=1c53009dc70e8535347f83cd9f3024ea495a085c'/>
<id>urn:sha1:1c53009dc70e8535347f83cd9f3024ea495a085c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Apply suggestions from code review</title>
<updated>2026-03-06T11:47:21Z</updated>
<author>
<name>Zixun LI</name>
<email>admin@hifiphile.com</email>
</author>
<published>2026-03-06T11:47:21Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=6a190546e68c55f81d865dfddee6205ddc6fa941'/>
<id>urn:sha1:6a190546e68c55f81d865dfddee6205ddc6fa941</id>
<content type='text'>
Co-authored-by: Copilot &lt;175728472+Copilot@users.noreply.github.com&gt;</content>
</entry>
<entry>
<title>cleanup</title>
<updated>2026-03-06T10:59:20Z</updated>
<author>
<name>HiFiPhile</name>
<email>admin@hifiphile.com</email>
</author>
<published>2026-03-06T10:59:20Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=ee6f4f6f2a1f07db7c145551b779ce8cf878c2ac'/>
<id>urn:sha1:ee6f4f6f2a1f07db7c145551b779ce8cf878c2ac</id>
<content type='text'>
Signed-off-by: HiFiPhile &lt;admin@hifiphile.com&gt;
</content>
</entry>
<entry>
<title>dcd/samx7x: reformat code</title>
<updated>2026-02-27T10:34:55Z</updated>
<author>
<name>HiFiPhile</name>
<email>admin@hifiphile.com</email>
</author>
<published>2026-02-27T10:34:55Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=84f214d33cf4f1cb2c8a6cf485d135ac2347c24b'/>
<id>urn:sha1:84f214d33cf4f1cb2c8a6cf485d135ac2347c24b</id>
<content type='text'>
Signed-off-by: HiFiPhile &lt;admin@hifiphile.com&gt;
</content>
</entry>
<entry>
<title>dcd/samx7x: remove buggy DMA FIFO transfer</title>
<updated>2026-02-27T10:31:10Z</updated>
<author>
<name>HiFiPhile</name>
<email>admin@hifiphile.com</email>
</author>
<published>2026-02-27T10:31:10Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=eca8b0050ffef13a534d08e8c648f18c7d654e3e'/>
<id>urn:sha1:eca8b0050ffef13a534d08e8c648f18c7d654e3e</id>
<content type='text'>
Signed-off-by: HiFiPhile &lt;admin@hifiphile.com&gt;
</content>
</entry>
<entry>
<title>dcd/samx7x: synchronize DMA and cache options</title>
<updated>2026-02-27T09:58:01Z</updated>
<author>
<name>HiFiPhile</name>
<email>admin@hifiphile.com</email>
</author>
<published>2026-02-27T09:58:01Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=bb8845c8e89002629d8eb4f8d72eaf370b97b004'/>
<id>urn:sha1:bb8845c8e89002629d8eb4f8d72eaf370b97b004</id>
<content type='text'>
Signed-off-by: HiFiPhile &lt;admin@hifiphile.com&gt;
</content>
</entry>
</feed>
