<feed xmlns='http://www.w3.org/2005/Atom'>
<title>tinyusb.git/src/portable/espressif, branch 0.17.0</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>http://cgit.235523.xyz/tinyusb.git/atom/src/portable/espressif?h=0.17.0</id>
<link rel='self' href='http://cgit.235523.xyz/tinyusb.git/atom/src/portable/espressif?h=0.17.0'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/'/>
<updated>2024-08-29T21:04:49Z</updated>
<entry>
<title>Fix ESP32-SX resume</title>
<updated>2024-08-29T21:04:49Z</updated>
<author>
<name>Scott Shawcroft</name>
<email>scott@tannewt.org</email>
</author>
<published>2024-08-29T21:04:49Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=6890975f80bb541ba4f229cc1c3bc165745e21ac'/>
<id>urn:sha1:6890975f80bb541ba4f229cc1c3bc165745e21ac</id>
<content type='text'>
The interrupt handler pipes through the resume event but the
interrupt wasn't enabled in the first place.
</content>
</entry>
<entry>
<title>fix xtensa_api.h include</title>
<updated>2024-05-29T08:19:59Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2024-05-29T08:19:59Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=8767d1ab7d2a7d3870d9bc6b6624b5f580f63e9d'/>
<id>urn:sha1:8767d1ab7d2a7d3870d9bc6b6624b5f580f63e9d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Tweaks for ESP-IDF 5.2.1</title>
<updated>2024-03-20T22:20:24Z</updated>
<author>
<name>Scott Shawcroft</name>
<email>scott@tannewt.org</email>
</author>
<published>2024-03-20T22:20:24Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=61a31db8ecf66460e4888aef7915da66d98964d0'/>
<id>urn:sha1:61a31db8ecf66460e4888aef7915da66d98964d0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix trailing space and new line</title>
<updated>2023-03-17T09:12:49Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2023-03-17T09:12:49Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=3623ba1884ddff23e9b64766cb6dd032f1425846'/>
<id>urn:sha1:3623ba1884ddff23e9b64766cb6dd032f1425846</id>
<content type='text'>
temporarily disable codespell
</content>
</entry>
<entry>
<title>Fix typos</title>
<updated>2022-12-04T12:43:23Z</updated>
<author>
<name>Bastien Nocera</name>
<email>hadess@hadess.net</email>
</author>
<published>2022-12-04T06:58:47Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=6a2cf6728906aa61b44ecfe43b4ceef287b29bf8'/>
<id>urn:sha1:6a2cf6728906aa61b44ecfe43b4ceef287b29bf8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>esp: Fix Isochronous transfers</title>
<updated>2022-10-18T06:05:13Z</updated>
<author>
<name>Tomas Rezucha</name>
<email>tomas.rezucha@espressif.com</email>
</author>
<published>2022-10-18T06:05:13Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=a49ca795afc9008085d905e6fb43f511dca7be7c'/>
<id>urn:sha1:a49ca795afc9008085d905e6fb43f511dca7be7c</id>
<content type='text'>
On ESP32-S2/S3 ISO transfers must be configured for even or odd frame.

Closes https://github.com/hathach/tinyusb/issues/1382
</content>
</entry>
<entry>
<title>added dcd_sof_enable() stubs for all other ports</title>
<updated>2022-03-07T16:05:05Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2022-03-07T16:05:05Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=606f932d92322a71960f51148ecc91eaf29bf507'/>
<id>urn:sha1:606f932d92322a71960f51148ecc91eaf29bf507</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix build with esp32s2, also use dwc2 for esp example</title>
<updated>2022-03-04T07:45:26Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2022-03-04T07:45:26Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=f72da8ee7d7082f9c2f1d796cfb03dcdd1c6d673'/>
<id>urn:sha1:f72da8ee7d7082f9c2f1d796cfb03dcdd1c6d673</id>
<content type='text'>
</content>
</entry>
<entry>
<title>rename TUSB_OPT_DEVICE_ENABLED to CFG_TUD_ENABLED</title>
<updated>2022-02-25T11:35:21Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2022-02-23T14:46:40Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=d10326cb4e0f48a05bc39c6f51b7b0fb29427cc9'/>
<id>urn:sha1:d10326cb4e0f48a05bc39c6f51b7b0fb29427cc9</id>
<content type='text'>
TUSB_OPT_DEVICE_ENABLED still usable for backward compatible
</content>
</entry>
<entry>
<title>update dcd_esp32sx with correct include list</title>
<updated>2021-10-25T13:53:14Z</updated>
<author>
<name>suda-morris</name>
<email>362953310@qq.com</email>
</author>
<published>2021-10-25T13:53:14Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=7d0d6f85f2aa9ff228ec76387a3d2d0ebf2580bb'/>
<id>urn:sha1:7d0d6f85f2aa9ff228ec76387a3d2d0ebf2580bb</id>
<content type='text'>
</content>
</entry>
</feed>
