<feed xmlns='http://www.w3.org/2005/Atom'>
<title>tinyusb.git/src/device/usbd_pvt.h, branch 0.19.0</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>http://cgit.235523.xyz/tinyusb.git/atom/src/device/usbd_pvt.h?h=0.19.0</id>
<link rel='self' href='http://cgit.235523.xyz/tinyusb.git/atom/src/device/usbd_pvt.h?h=0.19.0'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/'/>
<updated>2025-09-17T20:48:59Z</updated>
<entry>
<title>Update weak callbacks to new syntax</title>
<updated>2025-09-17T20:48:59Z</updated>
<author>
<name>HiFiPhile</name>
<email>admin@hifiphile.com</email>
</author>
<published>2025-09-17T20:37:45Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=369a1ff5153a472327d2847c7bc7386309486b34'/>
<id>urn:sha1:369a1ff5153a472327d2847c7bc7386309486b34</id>
<content type='text'>
Signed-off-by: HiFiPhile &lt;admin@hifiphile.com&gt;
</content>
</entry>
<entry>
<title>minor reformat code</title>
<updated>2025-07-08T04:05:16Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2025-07-08T04:05:16Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=2908995c4c0a1221247c9d5aed7a5c9817dcb52e'/>
<id>urn:sha1:2908995c4c0a1221247c9d5aed7a5c9817dcb52e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>USBD: introduce xfer_isr.</title>
<updated>2025-06-14T20:45:40Z</updated>
<author>
<name>HiFiPhile</name>
<email>admin@hifiphile.com</email>
</author>
<published>2024-06-02T12:04:54Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=76a6834659e50f50bfff39febb62ec67be25d581'/>
<id>urn:sha1:76a6834659e50f50bfff39febb62ec67be25d581</id>
<content type='text'>
</content>
</entry>
<entry>
<title>add usbd_spin_lock/unlock for driver usage</title>
<updated>2025-05-21T04:41:06Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2025-05-21T04:41:06Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=5551a3e430c1a330ec2a09121abc79fbb7b3c7b0'/>
<id>urn:sha1:5551a3e430c1a330ec2a09121abc79fbb7b3c7b0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>change OPT_MCU_RAXXX, fix missing prototype warnings.</title>
<updated>2024-12-13T10:33:21Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2024-12-13T10:28:50Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=ad0ac6780daf57e8aa8c27fb86b421bf0a9d20b4'/>
<id>urn:sha1:ad0ac6780daf57e8aa8c27fb86b421bf0a9d20b4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>change vendor device to use edpt stream API</title>
<updated>2024-09-10T03:44:22Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2024-09-10T03:44:22Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=867f17acea98fda04fa0bf8e871f61e57044f030'/>
<id>urn:sha1:867f17acea98fda04fa0bf8e871f61e57044f030</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Convert to bit-field since it's more reliable.</title>
<updated>2024-05-09T19:55:28Z</updated>
<author>
<name>HiFiPhile</name>
<email>admin@hifiphile.com</email>
</author>
<published>2024-05-09T19:55:28Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=376b43906a901a878a07aca1cd364e32b839e656'/>
<id>urn:sha1:376b43906a901a878a07aca1cd364e32b839e656</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Rework ci (#2631)</title>
<updated>2024-05-09T13:43:46Z</updated>
<author>
<name>Ha Thach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2024-05-09T13:43:46Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=ba6babf570752a28379aab51d9c27e7b9efe872d'/>
<id>urn:sha1:ba6babf570752a28379aab51d9c27e7b9efe872d</id>
<content type='text'>
* add name field to usbd_class_driver_t
* ci: use set matrix py script
* add riscv32 and cmake support for ch32v307, fomu,  gd32vf103
* update build_cmake.py to take --family --board --toolchain
* separate hil test to its own workflow
* move esp32 board into separated hil json
* add make build to ci
* remov build_make.py
* build.py support esp32 board
* setup toolchain support esp-idf
* fix missing click
* merge family in matrix build to reduce jobs
* skip cifuzz since it still has issue with get_deps and click</content>
</entry>
<entry>
<title>revert usbd driver name change to be backward compatible</title>
<updated>2024-04-08T15:56:22Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2024-04-08T15:56:22Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=be25a3fc20339c27803e68cb1363f89ffe7a7c67'/>
<id>urn:sha1:be25a3fc20339c27803e68cb1363f89ffe7a7c67</id>
<content type='text'>
</content>
</entry>
<entry>
<title>add class driver deinit</title>
<updated>2024-04-08T15:07:56Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2024-04-08T15:07:56Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=c3c06484560d0102366a3a1b1101c35301009f97'/>
<id>urn:sha1:c3c06484560d0102366a3a1b1101c35301009f97</id>
<content type='text'>
</content>
</entry>
</feed>
