<feed xmlns='http://www.w3.org/2005/Atom'>
<title>tinyusb.git/src/portable/microchip, branch 0.10.1</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>http://cgit.235523.xyz/tinyusb.git/atom/src/portable/microchip?h=0.10.1</id>
<link rel='self' href='http://cgit.235523.xyz/tinyusb.git/atom/src/portable/microchip?h=0.10.1'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/'/>
<updated>2021-05-27T10:58:42Z</updated>
<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>Merge branch 'master' into edpt_ISO_xfer</title>
<updated>2021-04-15T05:12:52Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2021-04-15T05:12:52Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=b687a4fc20742d4ce3b2d1183e68a93542d8c825'/>
<id>urn:sha1:b687a4fc20742d4ce3b2d1183e68a93542d8c825</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add support for SAM L22 family</title>
<updated>2021-04-09T21:33:14Z</updated>
<author>
<name>Joey Castillo</name>
<email>jose.castillo@gmail.com</email>
</author>
<published>2021-04-05T04:02:51Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=7c8b4991f17809ec924e86914868a3043d13d34d'/>
<id>urn:sha1:7c8b4991f17809ec924e86914868a3043d13d34d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>revert dcd_edpt_xfer_fifo() implementation for nuc505</title>
<updated>2021-04-04T15:50:26Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2021-04-04T15:50:26Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=bebe2f0bbf68561727a68037bae25f223d284578'/>
<id>urn:sha1:bebe2f0bbf68561727a68037bae25f223d284578</id>
<content type='text'>
</content>
</entry>
<entry>
<title>revert dcd_edpt_xfer_fifo() implementation for samg</title>
<updated>2021-04-04T14:33:19Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2021-04-04T14:33:19Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=586a46c7d3991b28f9a0a8769c90c4992fcc1539'/>
<id>urn:sha1:586a46c7d3991b28f9a0a8769c90c4992fcc1539</id>
<content type='text'>
samg fifo is accessed byte by byte (although the register is 32 bit).
</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>
<entry>
<title>Fix wrong pointer call in dcd_samg.c</title>
<updated>2021-02-17T21:52:59Z</updated>
<author>
<name>Reinhard Panhuber</name>
<email>panhuber_reinhard@gmx.at</email>
</author>
<published>2021-02-17T21:52:59Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=d8481ac7e40a2458a7df9394f487218ea35f6c2d'/>
<id>urn:sha1:d8481ac7e40a2458a7df9394f487218ea35f6c2d</id>
<content type='text'>
</content>
</entry>
</feed>
