<feed xmlns='http://www.w3.org/2005/Atom'>
<title>tinyusb.git/src/portable/chipidea/ci_hs/hcd_ci_hs.c, branch merge_os</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>http://cgit.235523.xyz/tinyusb.git/atom/src/portable/chipidea/ci_hs/hcd_ci_hs.c?h=merge_os</id>
<link rel='self' href='http://cgit.235523.xyz/tinyusb.git/atom/src/portable/chipidea/ci_hs/hcd_ci_hs.c?h=merge_os'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/'/>
<updated>2026-08-17T05:12:08Z</updated>
<entry>
<title>portable/chipidea: name SBUSCFG in ci_hs_regs_t, unify AHB burst hook</title>
<updated>2026-08-17T05:12:08Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2026-08-13T07:35:01Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=8ccd0d549798c66d484e5a4b4c57edf49e8bb097'/>
<id>urn:sha1:8ccd0d549798c66d484e5a4b4c57edf49e8bb097</id>
<content type='text'>
Replace the duplicated per-MCU dispatch in dcd_init/hcd_init and the two
helper flavors (USB_Type access on iMX RT, raw offset 0x90 on LPC18/43)
with one SBUSCFG register field plus a per-header CI_HS_SET_AHB_BURST()
hook, compiled only where defined. The LPC USB0-only policy is now
visible at the macro definition.
</content>
</entry>
<entry>
<title>portable/chipidea: configure i.MX RT AHB bursts</title>
<updated>2026-07-27T12:58:13Z</updated>
<author>
<name>Zixun LI</name>
<email>admin@hifiphile.com</email>
</author>
<published>2026-07-27T12:58:13Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=f0a8a1483bd4e89ab3adf40d8c61777a5ddadc7f'/>
<id>urn:sha1:f0a8a1483bd4e89ab3adf40d8c61777a5ddadc7f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>portable/chipidea: configure LPC USB0 AHB bursts</title>
<updated>2026-07-27T12:39:02Z</updated>
<author>
<name>Zixun LI</name>
<email>admin@hifiphile.com</email>
</author>
<published>2026-07-27T12:39:02Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=a2f4786865e85f9cfe7f58c86fbb9355bbd2d701'/>
<id>urn:sha1:a2f4786865e85f9cfe7f58c86fbb9355bbd2d701</id>
<content type='text'>
</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>update PORTSC1</title>
<updated>2026-03-05T15:23:24Z</updated>
<author>
<name>Zixun LI</name>
<email>admin@hifiphile.com</email>
</author>
<published>2026-03-05T15:23:24Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=4ed45cf9bc866750492210b0a14bf751d43421ab'/>
<id>urn:sha1:4ed45cf9bc866750492210b0a14bf751d43421ab</id>
<content type='text'>
Signed-off-by: Zixun LI &lt;admin@hifiphile.com&gt;
</content>
</entry>
<entry>
<title>ci_hs: add deinit support</title>
<updated>2026-03-05T15:09:39Z</updated>
<author>
<name>Zixun LI</name>
<email>admin@hifiphile.com</email>
</author>
<published>2025-12-03T15:26:56Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=7088dc528bd5a89a77e06798d8b5384962748828'/>
<id>urn:sha1:7088dc528bd5a89a77e06798d8b5384962748828</id>
<content type='text'>
Signed-off-by: Zixun LI &lt;admin@hifiphile.com&gt;
</content>
</entry>
<entry>
<title>Merge remote-tracking branch 'tinyusb/master' into support-nxp-rw612</title>
<updated>2025-12-16T19:47:37Z</updated>
<author>
<name>HiFiPhile</name>
<email>admin@hifiphile.com</email>
</author>
<published>2025-12-16T19:47:15Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=abf27bfa37f9e8bee49011eb91f7088287afa529'/>
<id>urn:sha1:abf27bfa37f9e8bee49011eb91f7088287afa529</id>
<content type='text'>
Signed-off-by: HiFiPhile &lt;admin@hifiphile.com&gt;
</content>
</entry>
<entry>
<title>support hpmicro chips</title>
<updated>2025-12-16T05:08:30Z</updated>
<author>
<name>Zhihong Chen</name>
<email>zhihong.chen@hpmicro.com</email>
</author>
<published>2025-12-08T05:59:21Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=ba3319d90d546143d169b398166b457082ad21d4'/>
<id>urn:sha1:ba3319d90d546143d169b398166b457082ad21d4</id>
<content type='text'>
Signed-off-by: Zhihong Chen &lt;zhihong.chen@hpmicro.com&gt;
</content>
</entry>
<entry>
<title>bsp: nxp: add support for RW612 (FRDM-RW612)</title>
<updated>2025-12-14T00:30:12Z</updated>
<author>
<name>gab-k</name>
<email>gabriel@koppenstein.com</email>
</author>
<published>2025-12-14T00:30:12Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=b43b99a571e81fb99f6603d9534f7d4bb55e8d02'/>
<id>urn:sha1:b43b99a571e81fb99f6603d9534f7d4bb55e8d02</id>
<content type='text'>
- Added `rw61x` family support.
- Added `frdm_rw612` board support.
- Update `get_deps.py` to include mcux-sdk for RW61x.
- Add ci_hs_rw61x include to ChipIdea HS driver and enable host examples.
</content>
</entry>
<entry>
<title>attach debouncing fixed issue with port1 highspeed on imxrt</title>
<updated>2025-04-29T03:11:20Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2025-04-29T03:11:20Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=fc43eeddf2b3d045431d56cc50bb0e2d6fdf5b98'/>
<id>urn:sha1:fc43eeddf2b3d045431d56cc50bb0e2d6fdf5b98</id>
<content type='text'>
</content>
</entry>
</feed>
