<feed xmlns='http://www.w3.org/2005/Atom'>
<title>tinyusb.git/src/host/ehci, 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/ehci?h=master</id>
<link rel='self' href='http://cgit.235523.xyz/tinyusb.git/atom/src/host/ehci?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>separate hcd_init from ehci</title>
<updated>2021-02-22T15:40:51Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2021-02-22T15:40:51Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=c5b8980398a8e79f6501af1f1b1e17e0a599fabf'/>
<id>urn:sha1:c5b8980398a8e79f6501af1f1b1e17e0a599fabf</id>
<content type='text'>
</content>
</entry>
<entry>
<title>add rhport to hcd_init()</title>
<updated>2021-02-22T15:32:56Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2021-02-22T15:32:56Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=1e07fc024c91453cd71d357698b05d40eb571431'/>
<id>urn:sha1:1e07fc024c91453cd71d357698b05d40eb571431</id>
<content type='text'>
</content>
</entry>
<entry>
<title>make hcd tdi more generic</title>
<updated>2021-02-22T11:02:52Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2021-02-22T11:02:52Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=8a2e4c79fd6a5b7927ae07bececc30ca79d9edf2'/>
<id>urn:sha1:8a2e4c79fd6a5b7927ae07bececc30ca79d9edf2</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>clean up enum task</title>
<updated>2020-09-05T14:12:43Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2020-09-05T13:34:45Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=9a6d7c648e3f41529fad2e2af7e01dc5c56003ac'/>
<id>urn:sha1:9a6d7c648e3f41529fad2e2af7e01dc5c56003ac</id>
<content type='text'>
</content>
</entry>
<entry>
<title>refactor hub class</title>
<updated>2020-09-05T13:20:45Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2020-09-05T13:20:45Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=828f720207d4ded25ed533ea6c52da49c799b476'/>
<id>urn:sha1:828f720207d4ded25ed533ea6c52da49c799b476</id>
<content type='text'>
- separate connect/disconnect handling
- hub work with full speed, but doesn't seem to work with Low speed
device (with mcb1800)
- need to update msc host after migrating from isr to xfer_cb (blocked
at inquiry)
</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>
</feed>
