<feed xmlns='http://www.w3.org/2005/Atom'>
<title>tinyusb.git/src/portable/raspberrypi/rp2040, branch 0.16.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/rp2040?h=0.16.0</id>
<link rel='self' href='http://cgit.235523.xyz/tinyusb.git/atom/src/portable/raspberrypi/rp2040?h=0.16.0'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/'/>
<updated>2023-09-27T08:51:03Z</updated>
<entry>
<title>change hcd_int_handler(rhport, in_isr) signature: add in_isr</title>
<updated>2023-09-27T08:51:03Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2023-09-27T08:51:03Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=3b0ffd0f488671f1bafa4bcd9e22dd51f8bb6dee'/>
<id>urn:sha1:3b0ffd0f488671f1bafa4bcd9e22dd51f8bb6dee</id>
<content type='text'>
change tuh_int_handler() to take in_isr as optional parameter (default =
true)
</content>
</entry>
<entry>
<title>Merge branch 'master' into master</title>
<updated>2023-08-04T04:48:04Z</updated>
<author>
<name>Ha Thach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2023-08-04T04:48:04Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=1b04db2a777c3bac88c964f8171af0928a55477d'/>
<id>urn:sha1:1b04db2a777c3bac88c964f8171af0928a55477d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>correct hcd_edpt_clear_stall() API signature</title>
<updated>2023-07-26T12:56:48Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2023-07-26T12:56:48Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=c37a9571741cef0dcf0cd5a77e202ae741a2dd42'/>
<id>urn:sha1:c37a9571741cef0dcf0cd5a77e202ae741a2dd42</id>
<content type='text'>
</content>
</entry>
<entry>
<title>add stub hcd_edpt_abort_xfer() for all ports</title>
<updated>2023-07-21T05:52:26Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2023-07-21T05:52:26Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=0da273ea79d7a1c08e3b58301a0b7d3a49c60d13'/>
<id>urn:sha1:0da273ea79d7a1c08e3b58301a0b7d3a49c60d13</id>
<content type='text'>
</content>
</entry>
<entry>
<title>also fixed pico_trac() log messages.</title>
<updated>2023-07-02T08:53:08Z</updated>
<author>
<name>Lars Pötter</name>
<email>kontakt@ing-poetter.de</email>
</author>
<published>2023-07-02T08:53:08Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=2029ca9536e7e889f0f420218136e7bd1ac091fc'/>
<id>urn:sha1:2029ca9536e7e889f0f420218136e7bd1ac091fc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>made line ends consistent.</title>
<updated>2023-07-02T07:02:24Z</updated>
<author>
<name>Lars Pötter</name>
<email>kontakt@ing-poetter.de</email>
</author>
<published>2023-07-02T07:02:24Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=0693462ebad20338de78aeb93d60d6c3c73a6ca7'/>
<id>urn:sha1:0693462ebad20338de78aeb93d60d6c3c73a6ca7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix warnings when enable rtt with rp2040</title>
<updated>2023-06-26T10:03:45Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2023-06-26T10:03:45Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=3cfb838ba7f1f1a12203d36c9cbb615178af2cf7'/>
<id>urn:sha1:3cfb838ba7f1f1a12203d36c9cbb615178af2cf7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[rp2040] Make writes to SIE_CTRL aware of concurrent access</title>
<updated>2023-04-20T18:23:31Z</updated>
<author>
<name>Jacek Fedorynski</name>
<email>jfedor@jfedor.org</email>
</author>
<published>2023-04-13T18:04:04Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=9bf97e3e52c09e2f7279ee37a86ec0b38275c494'/>
<id>urn:sha1:9bf97e3e52c09e2f7279ee37a86ec0b38275c494</id>
<content type='text'>
This commit makes it so that when setting the START_TRANS bit in the
SIE_CTRL register, along with some other bits, we first set all the
other bits, then wait some cycles, and then set the START_TRANS bit.

Doing so protects against a situation where the USB controller is
reading the register at the same time and gets an incorrect value.

This mirrors the procedure already applied to buffer control
registers.
</content>
</entry>
<entry>
<title>more compatible with IAR</title>
<updated>2023-03-20T04:33:39Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2023-03-20T04:33:39Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=45202187864d6dce8c4bc1a3d698e90ae98b7855'/>
<id>urn:sha1:45202187864d6dce8c4bc1a3d698e90ae98b7855</id>
<content type='text'>
</content>
</entry>
<entry>
<title>more clean up</title>
<updated>2023-03-18T04:43:47Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2023-03-18T04:43:47Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=9f54cc1eb725e7d77a5b275b209d8257b180d7ed'/>
<id>urn:sha1:9f54cc1eb725e7d77a5b275b209d8257b180d7ed</id>
<content type='text'>
</content>
</entry>
</feed>
