<feed xmlns='http://www.w3.org/2005/Atom'>
<title>tinyusb.git/hw/bsp/espressif/boards, branch codex/class-reference-docs</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>http://cgit.235523.xyz/tinyusb.git/atom/hw/bsp/espressif/boards?h=codex%2Fclass-reference-docs</id>
<link rel='self' href='http://cgit.235523.xyz/tinyusb.git/atom/hw/bsp/espressif/boards?h=codex%2Fclass-reference-docs'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/'/>
<updated>2026-04-22T20:51:12Z</updated>
<entry>
<title>Add ESP32-S31 as a supported MCU in TinyUSB</title>
<updated>2026-04-22T20:51:12Z</updated>
<author>
<name>igor.masar</name>
<email>igor.masar@espressif.com</email>
</author>
<published>2026-04-22T12:22:23Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=776f613dbf9ebb14e7dab6529db96a273157a943'/>
<id>urn:sha1:776f613dbf9ebb14e7dab6529db96a273157a943</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix hil host cdc echo test with imxrt and other fast mcu</title>
<updated>2026-04-03T03:45:13Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2026-04-02T16:30:06Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=134e14849b1864ce3454950a50d2c79d93a96cd8'/>
<id>urn:sha1:134e14849b1864ce3454950a50d2c79d93a96cd8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>improve threadx support, add multi ROTS support for board_test and msc_dual_lun</title>
<updated>2026-03-05T13:48:30Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2026-03-05T12:07:00Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=0c7a385cf873b9cbf93344187c033c176c37f7e2'/>
<id>urn:sha1:0c7a385cf873b9cbf93344187c033c176c37f7e2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>esp32p4 min rev 0.1</title>
<updated>2026-03-05T04:33:48Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2026-03-04T10:59:19Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=07620c125ba2090b7f1983ba39a9655cde194c6d'/>
<id>urn:sha1:07620c125ba2090b7f1983ba39a9655cde194c6d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix esp32p4 utmi phy init in the new esp-idf, also update esp-idf to v5.5.3</title>
<updated>2026-03-02T13:14:00Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2026-03-02T13:13:52Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=c0adaca3a5cecb07da686d0c5f0ad9802295c58b'/>
<id>urn:sha1:c0adaca3a5cecb07da686d0c5f0ad9802295c58b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix board test without tusb_time_millis_api()</title>
<updated>2026-03-02T04:36:47Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2026-03-02T04:36:47Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=ac172f7799852bb0fc67246ca26d50e6cc379bd8'/>
<id>urn:sha1:ac172f7799852bb0fc67246ca26d50e6cc379bd8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix ESP32 build</title>
<updated>2025-09-18T17:08:18Z</updated>
<author>
<name>HiFiPhile</name>
<email>admin@hifiphile.com</email>
</author>
<published>2025-09-18T17:08:18Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=b4cc5af32df89199aae7a01e69307c3bbd34eac8'/>
<id>urn:sha1:b4cc5af32df89199aae7a01e69307c3bbd34eac8</id>
<content type='text'>
Signed-off-by: HiFiPhile &lt;admin@hifiphile.com&gt;
</content>
</entry>
<entry>
<title>Add ESP32-H4 as a supported MCU in TinyUSB and wire it into build/runtime:</title>
<updated>2025-09-16T10:38:35Z</updated>
<author>
<name>igor.masar</name>
<email>igor.masar@espressif.com</email>
</author>
<published>2025-09-16T10:18:50Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=4182342112d92898d2b55ef9562c545a9ebf52ac'/>
<id>urn:sha1:4182342112d92898d2b55ef9562c545a9ebf52ac</id>
<content type='text'>
- tusb_option.h: define OPT_MCU_ESP32H4
- tusb_mcu.h: enable DWC2 USBIP for H4
- dcd_dwc2.c: add H4 USB_WRAP field aliases (wrap_* → legacy names)
- dwc2_esp32.h: add H4 controller entry (FS base/IRQ, ep caps)
- family.c: include H4 in USB init/PHY setup
</content>
</entry>
<entry>
<title>update esp build, replace TUSB_MCU_VENDOR_ESPRESSIF by ESP_PLATFORM</title>
<updated>2025-07-02T08:32:12Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2025-07-02T08:32:12Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=0388700ad7c0fc8565457a56d7e7bd5744ac0d1d'/>
<id>urn:sha1:0388700ad7c0fc8565457a56d7e7bd5744ac0d1d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>add usbh_spin_lock/unlock() use spinlock instead of atomic flag for hcd max3421</title>
<updated>2025-05-21T08:27:18Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2025-05-21T08:27:18Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=e41a63c60dbebd9579698e6444bc62cfa518e15c'/>
<id>urn:sha1:e41a63c60dbebd9579698e6444bc62cfa518e15c</id>
<content type='text'>
</content>
</entry>
</feed>
