<feed xmlns='http://www.w3.org/2005/Atom'>
<title>tinyusb.git/src/portable/ohci, 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/ohci?h=0.16.0</id>
<link rel='self' href='http://cgit.235523.xyz/tinyusb.git/atom/src/portable/ohci?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>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>
<entry>
<title>comment out osal_task_delay if using os none</title>
<updated>2023-02-22T15:28:22Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2023-02-22T15:28:22Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=eca96c635da52ab516e3dda47348ef8977ffd8ad'/>
<id>urn:sha1:eca96c635da52ab516e3dda47348ef8977ffd8ad</id>
<content type='text'>
</content>
</entry>
<entry>
<title>move and add optional tusb_app_virt_to_phys/tusb_app_phys_to_virt</title>
<updated>2023-02-22T15:14:50Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2023-02-22T15:14:50Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=1466afafeb927621f9cbb6efd2a0d7e4b6cf8d41'/>
<id>urn:sha1:1466afafeb927621f9cbb6efd2a0d7e4b6cf8d41</id>
<content type='text'>
also add place holder for tusb_app_dcache_flush() and
tusb_app_dcache_invalidate()
</content>
</entry>
<entry>
<title>rename OHCI_RHPORTS to TUP_OHCI_RHPORTS</title>
<updated>2023-02-22T09:18:45Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2023-02-22T09:18:45Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=4c846af53e993d635e6fff7e2611a554b55fc441'/>
<id>urn:sha1:4c846af53e993d635e6fff7e2611a554b55fc441</id>
<content type='text'>
</content>
</entry>
</feed>
