<feed xmlns='http://www.w3.org/2005/Atom'>
<title>tinyusb.git/src/portable/raspberrypi, branch 0.13.0</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>http://cgit.235523.xyz/tinyusb.git/atom/src/portable/raspberrypi?h=0.13.0</id>
<link rel='self' href='http://cgit.235523.xyz/tinyusb.git/atom/src/portable/raspberrypi?h=0.13.0'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/'/>
<updated>2021-12-08T10:34:00Z</updated>
<entry>
<title>Handle xfer events before closing EP</title>
<updated>2021-12-08T10:34:00Z</updated>
<author>
<name>Valentin Milea</name>
<email>valentin.milea@gmail.com</email>
</author>
<published>2021-12-08T10:33:30Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=ae970ba2e2cc83881c52e66cd79fad5947e5e59e'/>
<id>urn:sha1:ae970ba2e2cc83881c52e66cd79fad5947e5e59e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove buffer reclaim logs</title>
<updated>2021-12-07T13:35:30Z</updated>
<author>
<name>Valentin Milea</name>
<email>valentin.milea@gmail.com</email>
</author>
<published>2021-12-07T13:35:30Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=36e69b86bf0f95916a66a35874da15fb420296e1'/>
<id>urn:sha1:36e69b86bf0f95916a66a35874da15fb420296e1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Handle the closing of endpoints on RP2040</title>
<updated>2021-12-04T14:04:48Z</updated>
<author>
<name>Valentin Milea</name>
<email>valentin.milea@gmail.com</email>
</author>
<published>2021-12-04T14:04:48Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=48e1f6d8990e450783f4887e41ce58fe0e463953'/>
<id>urn:sha1:48e1f6d8990e450783f4887e41ce58fe0e463953</id>
<content type='text'>
</content>
</entry>
<entry>
<title>improve hcd_device_close() for rp2040</title>
<updated>2021-11-30T10:36:52Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2021-11-30T10:36:52Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=3e3fe1e429aed7bd0000f49b1ef15f83eb815a19'/>
<id>urn:sha1:3e3fe1e429aed7bd0000f49b1ef15f83eb815a19</id>
<content type='text'>
</content>
</entry>
<entry>
<title>implement hcd device close</title>
<updated>2021-11-30T10:17:06Z</updated>
<author>
<name>rppicomidi</name>
<email>rppicomidi@gmail.com</email>
</author>
<published>2021-11-12T22:58:51Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=06f99c220ef4f53677c5e5354a309cad3b4d11ef'/>
<id>urn:sha1:06f99c220ef4f53677c5e5354a309cad3b4d11ef</id>
<content type='text'>
</content>
</entry>
<entry>
<title>RP2040 HCD: Move invalid ep-&gt;active assert in hw_trans_complete. The check for ep-&gt;active should only happen if a setup packet was just sent. Otherwise the transaction is handled in hw_handle_buff_status.</title>
<updated>2021-11-05T09:39:31Z</updated>
<author>
<name>Liam Fraser</name>
<email>liam@raspberrypi.com</email>
</author>
<published>2021-11-05T09:39:31Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=e692fa9ae4b6c8ff7b66dedbecaf745ae2166851'/>
<id>urn:sha1:e692fa9ae4b6c8ff7b66dedbecaf745ae2166851</id>
<content type='text'>
</content>
</entry>
<entry>
<title>remove ep descriptor wMaxPacketSize bitfield due to endian issue</title>
<updated>2021-10-24T06:11:21Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2021-10-24T06:11:21Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=5af989384bd95dbf16f824bcc48e56f3ea283080'/>
<id>urn:sha1:5af989384bd95dbf16f824bcc48e56f3ea283080</id>
<content type='text'>
</content>
</entry>
<entry>
<title>More warning cleanup</title>
<updated>2021-10-14T20:23:26Z</updated>
<author>
<name>graham sanderson</name>
<email>graham.sanderson@raspberrypi.com</email>
</author>
<published>2021-10-14T20:20:32Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=06d955538988c3859bf6c5428a38bd8311069ed9'/>
<id>urn:sha1:06d955538988c3859bf6c5428a38bd8311069ed9</id>
<content type='text'>
 - physically suppress warnings in TinyUSB headers using pragmas so they don't break -Werror compilation of external files that include them
 - fix compiler warnings in rp2040 port
 - add cmake method to rp2040 port to allow an external project to suppress warnings in TinyUSB itself
</content>
</entry>
<entry>
<title>Remove compiler warning</title>
<updated>2021-10-14T17:13:39Z</updated>
<author>
<name>graham sanderson</name>
<email>graham.sanderson@raspberrypi.com</email>
</author>
<published>2021-10-14T17:13:39Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=7667299b483feb4afb783d794ea94a149cc5a5b4'/>
<id>urn:sha1:7667299b483feb4afb783d794ea94a149cc5a5b4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>rp2040 implement dcd_edpt_close_all()</title>
<updated>2021-09-01T12:44:12Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2021-09-01T12:42:40Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=d6e9fe38beefbea787dad151dfeb3c62be96d527'/>
<id>urn:sha1:d6e9fe38beefbea787dad151dfeb3c62be96d527</id>
<content type='text'>
aslo rename reset_ep0_pid() and clean up. We only need to reset pid when
setup packet received
</content>
</entry>
</feed>
