<feed xmlns='http://www.w3.org/2005/Atom'>
<title>tinyusb.git/src/common/tusb_types.h, branch 0.10.0</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>http://cgit.235523.xyz/tinyusb.git/atom/src/common/tusb_types.h?h=0.10.0</id>
<link rel='self' href='http://cgit.235523.xyz/tinyusb.git/atom/src/common/tusb_types.h?h=0.10.0'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/'/>
<updated>2021-05-25T13:27:35Z</updated>
<entry>
<title>Merge remote-tracking branch 'official/master'</title>
<updated>2021-05-25T13:27:35Z</updated>
<author>
<name>Jeremiah McCarthy</name>
<email>jeremiahmccarthy@xmos.com</email>
</author>
<published>2021-05-25T13:27:35Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=ce59d69520166b37869cf83a3dab929c1b2c4ac4'/>
<id>urn:sha1:ce59d69520166b37869cf83a3dab929c1b2c4ac4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>minor clean up</title>
<updated>2021-05-10T12:15:46Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2021-05-10T12:15:46Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=13de8f5d98eceae8771af78e6acb126f8da19854'/>
<id>urn:sha1:13de8f5d98eceae8771af78e6acb126f8da19854</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Revise per initial comments</title>
<updated>2021-04-07T21:05:04Z</updated>
<author>
<name>Jeremiah McCarthy</name>
<email>jeremiahmccarthy@xmos.com</email>
</author>
<published>2021-04-07T21:05:04Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=2e2dc7bdc5928dfa027291ca8c6d6792698e5b9a'/>
<id>urn:sha1:2e2dc7bdc5928dfa027291ca8c6d6792698e5b9a</id>
<content type='text'>
Returns the RT driver to the function state of previous iteration, which
did not support the will_detach.  Behavior should be fine without this
feature.  This removes much of the added bloat to track state, and
handle requests in the APP_DETACH state which is no longer required.

Removes the optional bloat added to the RT driver, such as responding to
GETSTATE requests.

Fixes the DFU Mode to extract the attr bits from the functional
descriptor when opened.

Fixes some incorrect bitwise if checks.

Also, updates some naming of functions to be consistent with the rest of
the library.
</content>
</entry>
<entry>
<title>Add DFU Class per Version 1.1 Spec</title>
<updated>2021-03-26T19:30:43Z</updated>
<author>
<name>Jeremiah McCarthy</name>
<email>jeremiahmccarthy@xmos.com</email>
</author>
<published>2021-03-26T19:30:43Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=1138f8cc704e09af3335e253e5f244fde90d982f'/>
<id>urn:sha1:1138f8cc704e09af3335e253e5f244fde90d982f</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>fix host build</title>
<updated>2021-01-25T06:25:47Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2021-01-25T06:25:47Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=ec458292fecbf16be425e5497722f647911de969'/>
<id>urn:sha1:ec458292fecbf16be425e5497722f647911de969</id>
<content type='text'>
</content>
</entry>
<entry>
<title>merge class driver control_request &amp; control_complete to control_xfer_cb()</title>
<updated>2020-11-19T14:01:33Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2020-11-19T14:01:33Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=3c31d0805130e9551f97afae94f765b5d032991b'/>
<id>urn:sha1:3c31d0805130e9551f97afae94f765b5d032991b</id>
<content type='text'>
migrated msc_device
</content>
</entry>
<entry>
<title>rework usbh control transfer</title>
<updated>2020-09-07T08:19:20Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2020-09-07T08:19:20Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=66a10ec9c8042a48053b4af67a932f3cfe9470c2'/>
<id>urn:sha1:66a10ec9c8042a48053b4af67a932f3cfe9470c2</id>
<content type='text'>
use series of complete callback instead of blocking semaphore, which is
more noOS friendly. still working with hid host
</content>
</entry>
<entry>
<title>adding subclass &amp; protocol to class driver structure</title>
<updated>2020-04-14T11:00:59Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2020-04-14T11:00:59Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=593fe154eca8e70b02beb0e5a2872e690ae74296'/>
<id>urn:sha1:593fe154eca8e70b02beb0e5a2872e690ae74296</id>
<content type='text'>
</content>
</entry>
</feed>
