<feed xmlns='http://www.w3.org/2005/Atom'>
<title>tinyusb.git/src/portable/ohci, branch 0.17.0</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>http://cgit.235523.xyz/tinyusb.git/atom/src/portable/ohci?h=0.17.0</id>
<link rel='self' href='http://cgit.235523.xyz/tinyusb.git/atom/src/portable/ohci?h=0.17.0'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/'/>
<updated>2024-02-19T11:12:03Z</updated>
<entry>
<title>fix wrong volatile usage in ohci gtd</title>
<updated>2024-02-19T11:12:03Z</updated>
<author>
<name>Ha Thach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2024-02-19T11:12:03Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=e9dc8f3e7dc6799ad674139df97e253acc71f4d7'/>
<id>urn:sha1:e9dc8f3e7dc6799ad674139df97e253acc71f4d7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>move gtd extra out of control struct to save sram</title>
<updated>2024-01-11T10:35:05Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2024-01-11T10:35:05Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=e68c6658c954d0c5daed2952d500c230b7dfb30d'/>
<id>urn:sha1:e68c6658c954d0c5daed2952d500c230b7dfb30d</id>
<content type='text'>
also rename gtd_data to gtd_extra
</content>
</entry>
<entry>
<title>[OHCI] Allow more than 16 devices</title>
<updated>2024-01-10T05:33:43Z</updated>
<author>
<name>Ryzee119</name>
<email>wendland@live.com.au</email>
</author>
<published>2024-01-06T22:00:33Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=e7e19f562765999ed76b25b93649e80d9652b088'/>
<id>urn:sha1:e7e19f562765999ed76b25b93649e80d9652b088</id>
<content type='text'>
</content>
</entry>
<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>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>Merge branch 'master' into hcd-abort-xfer</title>
<updated>2023-07-24T14:38:46Z</updated>
<author>
<name>Ha Thach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2023-07-24T14:38:46Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=fda92fd34a8fe0d08e5c51fab4ea38f6849051e8'/>
<id>urn:sha1:fda92fd34a8fe0d08e5c51fab4ea38f6849051e8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix ohci warnings, and add freertosconfig for lpc4088</title>
<updated>2023-07-24T09:54:02Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2023-07-24T09:54:02Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=14a7379799418c6e8ffb7231ee1703a0f95665da'/>
<id>urn:sha1:14a7379799418c6e8ffb7231ee1703a0f95665da</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>separate CFG_TUSB_MEM_SECTION and CFG_TUSB_MEM_ALIGN to</title>
<updated>2023-03-24T07:05:21Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2023-03-24T07:02:09Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=71fb6469d4997347f2014daa41839391cc070a74'/>
<id>urn:sha1:71fb6469d4997347f2014daa41839391cc070a74</id>
<content type='text'>
- CFG_TUD_MEM_SECTION and CFG_TUD_MEM_ALIGN
- CFG_TUH_MEM_SECTION and CFG_TUH_MEM_ALIGN
- fix missing mem section and align for host
</content>
</entry>
<entry>
<title>fix trailing space and new line</title>
<updated>2023-03-17T09:12:49Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2023-03-17T09:12:49Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=3623ba1884ddff23e9b64766cb6dd032f1425846'/>
<id>urn:sha1:3623ba1884ddff23e9b64766cb6dd032f1425846</id>
<content type='text'>
temporarily disable codespell
</content>
</entry>
</feed>
