<feed xmlns='http://www.w3.org/2005/Atom'>
<title>tinyusb.git/src/portable/raspberrypi/pio_usb/hcd_pio_usb.c, branch cdc_persistent</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>http://cgit.235523.xyz/tinyusb.git/atom/src/portable/raspberrypi/pio_usb/hcd_pio_usb.c?h=cdc_persistent</id>
<link rel='self' href='http://cgit.235523.xyz/tinyusb.git/atom/src/portable/raspberrypi/pio_usb/hcd_pio_usb.c?h=cdc_persistent'/>
<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>improve warnings with rp2040 family</title>
<updated>2025-10-27T10:11:42Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2025-10-27T10:11:42Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=d55e074a36de0331006fca1a19a241e98f9bd7e1'/>
<id>urn:sha1:d55e074a36de0331006fca1a19a241e98f9bd7e1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>rename and expose tuh_bus_info_get() to application</title>
<updated>2025-04-23T09:03:40Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2025-04-23T09:03:40Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=a2da575793a14fdfc5137a02843af0fd8f8b772a'/>
<id>urn:sha1:a2da575793a14fdfc5137a02843af0fd8f8b772a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>rename hcd_devtree_info_t to tuh_bus_info_t, hcd_devtree_get_info to hcd_bus_info_get</title>
<updated>2025-04-23T05:35:32Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2025-04-23T05:35:32Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=741cb3cf029e37682634eeb355c20420c0816c8d'/>
<id>urn:sha1:741cb3cf029e37682634eeb355c20420c0816c8d</id>
<content type='text'>
streamline bus info to usbh_devies, also replace dev0 (renamed to dev0_bus)
</content>
</entry>
<entry>
<title>add tuh_edpt_close() API, it will abort any pending transfer</title>
<updated>2025-03-25T09:15:58Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2025-03-25T09:15:58Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=65e01fff2e7ab5302baa45bdd81a1d774e269452'/>
<id>urn:sha1:65e01fff2e7ab5302baa45bdd81a1d774e269452</id>
<content type='text'>
implement hcd_edpt_close() for pio-usb and max3421e, also move max3421e api into its own header.
</content>
</entry>
<entry>
<title>change the tusb_rhport_init_t struct, exclude the rhport to make API more consistent</title>
<updated>2024-10-14T11:27:52Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2024-10-14T11:27:52Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=1f18be93db39dbc57bbf34f982dbe07e209a2ae3'/>
<id>urn:sha1:1f18be93db39dbc57bbf34f982dbe07e209a2ae3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>hcd_init() take init struct</title>
<updated>2024-10-11T10:53:39Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2024-10-11T10:53:39Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=1587d48e89cbaa8d0d1c870809bc40c3c8d1056f'/>
<id>urn:sha1:1587d48e89cbaa8d0d1c870809bc40c3c8d1056f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix race condition when dev0 is removed while enumerating</title>
<updated>2023-11-03T15:22:13Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2023-11-03T15:22:13Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=4b9320e40ea65ca023925d0a644b116b7066e06f'/>
<id>urn:sha1:4b9320e40ea65ca023925d0a644b116b7066e06f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>code format</title>
<updated>2023-08-07T13:48:09Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2023-08-07T12:09:36Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=4938971aad2f2a6adb71f4d8ce76e1d4b664092d'/>
<id>urn:sha1:4938971aad2f2a6adb71f4d8ce76e1d4b664092d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge branch 'master' into master</title>
<updated>2023-08-04T04:48:04Z</updated>
<author>
<name>Ha Thach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2023-08-04T04:48:04Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=1b04db2a777c3bac88c964f8171af0928a55477d'/>
<id>urn:sha1:1b04db2a777c3bac88c964f8171af0928a55477d</id>
<content type='text'>
</content>
</entry>
</feed>
