<feed xmlns='http://www.w3.org/2005/Atom'>
<title>tinyusb.git/src/portable/espressif, branch 0.12.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.12.0</id>
<link rel='self' href='http://cgit.235523.xyz/tinyusb.git/atom/src/portable/espressif?h=0.12.0'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/'/>
<updated>2021-09-13T09:49:38Z</updated>
<entry>
<title>esp32sx implement dcd_remote_wakeup(), fully compliance to chapter9 test suite</title>
<updated>2021-09-13T09:49:38Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2021-09-13T09:49:38Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=cdc63459ebf5bd979d1e98253abd3d75693dcdaf'/>
<id>urn:sha1:cdc63459ebf5bd979d1e98253abd3d75693dcdaf</id>
<content type='text'>
</content>
</entry>
<entry>
<title>implement dcd_edpt_close_all(), pass chapter9 test suite (without remote wakeup)</title>
<updated>2021-09-13T09:16:37Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2021-09-13T09:16:37Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=e64bfb9ff53647e21ba755c4ae4aa6bb3f2677ac'/>
<id>urn:sha1:e64bfb9ff53647e21ba755c4ae4aa6bb3f2677ac</id>
<content type='text'>
</content>
</entry>
<entry>
<title>add dcd_edpt_close_all() for clear existing configured state</title>
<updated>2021-08-26T10:07:03Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2021-08-26T10:02:24Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=71e77e47fa6056937bfcd1a883a66e2bc0b622b2'/>
<id>urn:sha1:71e77e47fa6056937bfcd1a883a66e2bc0b622b2</id>
<content type='text'>
correctly responded to TD 9.13 Set Configuration Test
</content>
</entry>
<entry>
<title>clean up tusb_fifo.h include</title>
<updated>2021-05-27T10:58:42Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2021-05-27T10:58:42Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=b36b211c26d807214da1132b41669915fbd21c83'/>
<id>urn:sha1:b36b211c26d807214da1132b41669915fbd21c83</id>
<content type='text'>
</content>
</entry>
<entry>
<title>minor clean up</title>
<updated>2021-05-10T12:15:46Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2021-05-10T12:15:46Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=13de8f5d98eceae8771af78e6acb126f8da19854'/>
<id>urn:sha1:13de8f5d98eceae8771af78e6acb126f8da19854</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tinyusb: add support of esp32s3 target</title>
<updated>2021-04-16T11:38:00Z</updated>
<author>
<name>Alex Lisitsyn</name>
<email>aleks@espressif.com</email>
</author>
<published>2021-03-09T10:29:07Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=2f0cb8b5f1a944187635a58a748ed08738d324a5'/>
<id>urn:sha1:2f0cb8b5f1a944187635a58a748ed08738d324a5</id>
<content type='text'>
add support of new esp32s3 target and the board
update the roles.mk wrapper to allow dfu flashing of espressif chip
update examples to allow compilation for esp32s3_addax_1 board
once the code is tested the PR to original tinyusb repo will be submitted
</content>
</entry>
<entry>
<title>revert dcd_edpt_xfer_fifo() implementation for esp32s2</title>
<updated>2021-04-05T18:00:00Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2021-04-05T18:00:00Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=3acf0c2d73defdc92de02db2456591b8a441a2e0'/>
<id>urn:sha1:3acf0c2d73defdc92de02db2456591b8a441a2e0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix bug in writing to constant src/dst address.</title>
<updated>2021-03-23T18:33:04Z</updated>
<author>
<name>Reinhard Panhuber</name>
<email>panhuber_reinhard@gmx.at</email>
</author>
<published>2021-03-23T18:33:04Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=a60bd0c8ac374e9d96fd7248503cf822306547d8'/>
<id>urn:sha1:a60bd0c8ac374e9d96fd7248503cf822306547d8</id>
<content type='text'>
Copying has to be conduct in full words (at least for STM32). Renamed
copy function to tu_fifo_write_n_const_addr_full_words()</content>
</entry>
<entry>
<title>Change copy modes for new read/write functions in tusb_fifo.c</title>
<updated>2021-03-02T20:52:42Z</updated>
<author>
<name>Reinhard Panhuber</name>
<email>panhuber_reinhard@gmx.at</email>
</author>
<published>2021-03-02T20:52:42Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=a1b07ae14c7133a012c48346923304e5d4062ecd'/>
<id>urn:sha1:a1b07ae14c7133a012c48346923304e5d4062ecd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Rename dcd_edpt_iso_xfer() to dcd_edpt_xfer_fifo()</title>
<updated>2021-03-02T19:00:39Z</updated>
<author>
<name>Reinhard Panhuber</name>
<email>panhuber_reinhard@gmx.at</email>
</author>
<published>2021-03-02T19:00:39Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=7b8a08d2e1519afba6045e2a77898afecb1943e1'/>
<id>urn:sha1:7b8a08d2e1519afba6045e2a77898afecb1943e1</id>
<content type='text'>
</content>
</entry>
</feed>
