<feed xmlns='http://www.w3.org/2005/Atom'>
<title>tinyusb.git/src/portable/espressif, branch 0.9.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.9.0</id>
<link rel='self' href='http://cgit.235523.xyz/tinyusb.git/atom/src/portable/espressif?h=0.9.0'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/'/>
<updated>2021-01-08T15:34:36Z</updated>
<entry>
<title>use dcd_event_bus_reset() with speed to replace bus_signal</title>
<updated>2021-01-08T15:34:36Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2021-01-08T15:34:36Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=6e6e6265e4feb797ddbd835dc1bee865d04219e6'/>
<id>urn:sha1:6e6e6265e4feb797ddbd835dc1bee865d04219e6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix ci</title>
<updated>2020-11-27T09:07:13Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2020-11-27T09:05:44Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=8b34f2fca8f57a615f66773329fd238a9e416855'/>
<id>urn:sha1:8b34f2fca8f57a615f66773329fd238a9e416855</id>
<content type='text'>
</content>
</entry>
<entry>
<title>add bus suspend &amp; resume support for esp32s2</title>
<updated>2020-11-27T08:54:55Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2020-11-27T08:54:55Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=94527951a0fef9c1383ff9a3bbc8167f21008f4e'/>
<id>urn:sha1:94527951a0fef9c1383ff9a3bbc8167f21008f4e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>enable pull-up in dcd_init() instead of usbd</title>
<updated>2020-08-01T13:14:58Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2020-08-01T13:14:58Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=acde49ccc97466f603dc7face7ab70ea10d38ee3'/>
<id>urn:sha1:acde49ccc97466f603dc7face7ab70ea10d38ee3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix strict prototype</title>
<updated>2020-07-29T09:59:07Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2020-07-29T09:59:07Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=5af08e2ffc47c6a0c90f678edd04ca57480a1747'/>
<id>urn:sha1:5af08e2ffc47c6a0c90f678edd04ca57480a1747</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge pull request #454 from me-no-dev/esp32-s2-fifos</title>
<updated>2020-07-28T08:16:15Z</updated>
<author>
<name>Ha Thach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2020-07-28T08:16:15Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=8dda0a0dd10867c8f6fdba14f5e665b17cf2b87d'/>
<id>urn:sha1:8dda0a0dd10867c8f6fdba14f5e665b17cf2b87d</id>
<content type='text'>
ESP32-S2: Handle the fact that available EP IN FIFOs are less than the number of available EP INs</content>
</entry>
<entry>
<title>Update dcd_esp32s2.c</title>
<updated>2020-07-28T07:54:23Z</updated>
<author>
<name>me-no-dev</name>
<email>hristo@espressif.com</email>
</author>
<published>2020-07-28T07:54:23Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=a1a390a7883b35bbc00a85e52d1e2f76a18ebcbd'/>
<id>urn:sha1:a1a390a7883b35bbc00a85e52d1e2f76a18ebcbd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>ESP32-S2: Detect EP IN Xfer Timeout</title>
<updated>2020-07-02T10:05:17Z</updated>
<author>
<name>me-no-dev</name>
<email>hristo@espressif.com</email>
</author>
<published>2020-07-02T10:05:17Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=d493724a7bd0f4dca718f478aec301d299bd5416'/>
<id>urn:sha1:d493724a7bd0f4dca718f478aec301d299bd5416</id>
<content type='text'>
In some rare ocasions (bad cable, noise, etc.) data transfer might timeout and hang the endpoint, unless the interrupt flag is cleared.
This pull request targets to solve that case.
</content>
</entry>
<entry>
<title>ESP32-S2: Handle the fact that available EP IN FIFOs are less than the number of available EP INs</title>
<updated>2020-07-01T10:38:59Z</updated>
<author>
<name>me-no-dev</name>
<email>hristo@espressif.com</email>
</author>
<published>2020-07-01T10:38:59Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=6178f8de2f0a0a766d7e4ff202c2528c1ecce7c6'/>
<id>urn:sha1:6178f8de2f0a0a766d7e4ff202c2528c1ecce7c6</id>
<content type='text'>
ESP32-S2 has only 5 available endpoint-in FIFOs (including EP0) but 7 available EP IN numbers. This change decouples the fifo number from the endpoint number, providing FIFO numbers until they reach the limit, at which point it will return false and assert an error that too many endpoints were allocated.
</content>
</entry>
<entry>
<title>sync synopsis fix for esp32s2</title>
<updated>2020-04-26T15:41:04Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2020-04-26T15:41:04Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=00fcf829a12c2f075f696c78a64640b8b8e44b6b'/>
<id>urn:sha1:00fcf829a12c2f075f696c78a64640b8b8e44b6b</id>
<content type='text'>
</content>
</entry>
</feed>
