<feed xmlns='http://www.w3.org/2005/Atom'>
<title>tinyusb.git/src/host/ohci, branch master</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>http://cgit.235523.xyz/tinyusb.git/atom/src/host/ohci?h=master</id>
<link rel='self' href='http://cgit.235523.xyz/tinyusb.git/atom/src/host/ohci?h=master'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/'/>
<updated>2021-02-23T16:09:48Z</updated>
<entry>
<title>move ehci and ohci to portable folder</title>
<updated>2021-02-23T16:09:48Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2021-02-23T16:09:48Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=451650fa32b245f2dc02c366b25fa802b75fbb1b'/>
<id>urn:sha1:451650fa32b245f2dc02c366b25fa802b75fbb1b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix ohci hcd_init() signature change</title>
<updated>2021-02-23T12:45:53Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2021-02-23T12:45:53Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=0de6a05d73ca79974bc45f5cfa94b2246113c1f1'/>
<id>urn:sha1:0de6a05d73ca79974bc45f5cfa94b2246113c1f1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Implement requested PR changes</title>
<updated>2021-02-18T18:26:03Z</updated>
<author>
<name>Jeremiah McCarthy</name>
<email>jeremiahmccarthy@xmos.com</email>
</author>
<published>2021-02-18T18:26:03Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=21f1cd4ec7e2104ac88b26be5c06e81e385cd660'/>
<id>urn:sha1:21f1cd4ec7e2104ac88b26be5c06e81e385cd660</id>
<content type='text'>
Removes CFG_TUSB_ALT_BIT_PACKING_ALIGNMENT, and makes the manual padding
behavior standard.  Replaced unused variable name with TU_RESERVED.
</content>
</entry>
<entry>
<title>Add alternate bitfield padding option</title>
<updated>2021-02-16T15:43:52Z</updated>
<author>
<name>Jeremiah McCarthy</name>
<email>jeremiahmccarthy@xmos.com</email>
</author>
<published>2021-02-16T15:40:06Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=f8fbc0930bd17b263ca702c0beb9f83af4429d0a'/>
<id>urn:sha1:f8fbc0930bd17b263ca702c0beb9f83af4429d0a</id>
<content type='text'>
Adds configuration option CFG_TUSB_ALT_BIT_PACKING_ALIGNMENT, which
substitutes bitfield variable " : 0" padding syntax with an unused
variable of size equal to the remaining number of bits.

This change resolves aligned access issues for some platforms.

Default behavior is original if the option is not explicitly enabled.
</content>
</entry>
<entry>
<title>replacing hcd_pipe_xfer by usbh_edpt_xfer</title>
<updated>2020-09-06T04:49:00Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2020-09-06T04:49:00Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=15ad585e674f14e247aa7e5f42fb84f90f14be8b'/>
<id>urn:sha1:15ad585e674f14e247aa7e5f42fb84f90f14be8b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>add in_isr to all hcd event functions</title>
<updated>2020-09-05T08:46:50Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2020-09-05T08:45:03Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=b8b95e84944b4c07cc9c9f4a7e4d53e6256b42f0'/>
<id>urn:sha1:b8b95e84944b4c07cc9c9f4a7e4d53e6256b42f0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>rename tuh_isr/hcd_isr to tuh_int_handler/hcd_int_handler</title>
<updated>2020-09-03T06:12:25Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2020-09-03T06:12:09Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=1d83ad0ebb6c263736b0dadec80c9406563a5199'/>
<id>urn:sha1:1d83ad0ebb6c263736b0dadec80c9406563a5199</id>
<content type='text'>
</content>
</entry>
<entry>
<title>implement hcd_uframe_number for ohci</title>
<updated>2020-05-22T14:45:34Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2020-05-22T14:45:34Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=d108ea4326d824da73da0a4f9632c5da6aa2e3ec'/>
<id>urn:sha1:d108ea4326d824da73da0a4f9632c5da6aa2e3ec</id>
<content type='text'>
able to get 8 byte descriptors using LPC1769 + base, but failed to reset
and set address.
</content>
</entry>
<entry>
<title>Normalize line endings</title>
<updated>2020-01-15T19:47:43Z</updated>
<author>
<name>Nathan Conrad</name>
<email>pigrew@gmail.com</email>
</author>
<published>2020-01-15T04:30:39Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=25c1bea782e69e8d365e8b61e12d888611d2f6f7'/>
<id>urn:sha1:25c1bea782e69e8d365e8b61e12d888611d2f6f7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>rename lpc 17/18 irq to dcd_isr/hcd_isr</title>
<updated>2019-11-21T09:08:08Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2019-11-21T09:08:08Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=043697ab9589955f831f4f716bb37b5470ba11f6'/>
<id>urn:sha1:043697ab9589955f831f4f716bb37b5470ba11f6</id>
<content type='text'>
</content>
</entry>
</feed>
