<feed xmlns='http://www.w3.org/2005/Atom'>
<title>tinyusb.git/src/portable/ti, branch 0.14.0</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>http://cgit.235523.xyz/tinyusb.git/atom/src/portable/ti?h=0.14.0</id>
<link rel='self' href='http://cgit.235523.xyz/tinyusb.git/atom/src/portable/ti?h=0.14.0'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/'/>
<updated>2022-06-06T08:37:45Z</updated>
<entry>
<title>Merge pull request #1481 from cr1901/msp430-misopt-fix</title>
<updated>2022-06-06T08:37:45Z</updated>
<author>
<name>Ha Thach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2022-06-06T08:37:45Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=afd9b1883de4d0927433c2286dfc56ed2a5e2203'/>
<id>urn:sha1:afd9b1883de4d0927433c2286dfc56ed2a5e2203</id>
<content type='text'>
msp430x5xx: Add fix for possible bug in msp430-elf-gcc 9.3.0.</content>
</entry>
<entry>
<title>msp430x5xx: Add fix for possible bug in msp430-elf-gcc 9.3.0.</title>
<updated>2022-05-30T18:28:30Z</updated>
<author>
<name>William D. Jones</name>
<email>thor0505@comcast.net</email>
</author>
<published>2022-05-30T18:01:57Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=731ac3d3d60daf4831f2e9491a45d30cc2492d5b'/>
<id>urn:sha1:731ac3d3d60daf4831f2e9491a45d30cc2492d5b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>added dcd_sof_enable() stubs for all other ports</title>
<updated>2022-03-07T16:05:05Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2022-03-07T16:05:05Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=606f932d92322a71960f51148ecc91eaf29bf507'/>
<id>urn:sha1:606f932d92322a71960f51148ecc91eaf29bf507</id>
<content type='text'>
</content>
</entry>
<entry>
<title>rename TUSB_OPT_DEVICE_ENABLED to CFG_TUD_ENABLED</title>
<updated>2022-02-25T11:35:21Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2022-02-23T14:46:40Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=d10326cb4e0f48a05bc39c6f51b7b0fb29427cc9'/>
<id>urn:sha1:d10326cb4e0f48a05bc39c6f51b7b0fb29427cc9</id>
<content type='text'>
TUSB_OPT_DEVICE_ENABLED still usable for backward compatible
</content>
</entry>
<entry>
<title>Merge pull request #1160 from cr1901/msp-fix</title>
<updated>2021-10-24T10:28:11Z</updated>
<author>
<name>Ha Thach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2021-10-24T10:28:11Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=55e0b5882a7e6a81563f25895c345b27a9f47c50'/>
<id>urn:sha1:55e0b5882a7e6a81563f25895c345b27a9f47c50</id>
<content type='text'>
msp430x5xx: Set base of transmit_packet buffer earlier to avoid incre…</content>
</entry>
<entry>
<title>remove ep descriptor wMaxPacketSize bitfield due to endian issue</title>
<updated>2021-10-24T06:11:21Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2021-10-24T06:11:21Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=5af989384bd95dbf16f824bcc48e56f3ea283080'/>
<id>urn:sha1:5af989384bd95dbf16f824bcc48e56f3ea283080</id>
<content type='text'>
</content>
</entry>
<entry>
<title>msp430x5xx: Set base of transmit_packet buffer earlier to avoid incrementing past unsent data.</title>
<updated>2021-10-23T18:04:44Z</updated>
<author>
<name>William D. Jones</name>
<email>thor0505@comcast.net</email>
</author>
<published>2021-10-23T17:43:46Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=07c74c76d0bf420c63757af2b66838090c2fd9d3'/>
<id>urn:sha1:07c74c76d0bf420c63757af2b66838090c2fd9d3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>add dcd_edpt_close_all() for clear existing configured state</title>
<updated>2021-08-26T10:07:03Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2021-08-26T10:02:24Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=71e77e47fa6056937bfcd1a883a66e2bc0b622b2'/>
<id>urn:sha1:71e77e47fa6056937bfcd1a883a66e2bc0b622b2</id>
<content type='text'>
correctly responded to TD 9.13 Set Configuration Test
</content>
</entry>
<entry>
<title>clean up tusb_fifo.h include</title>
<updated>2021-05-27T10:58:42Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2021-05-27T10:58:42Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=b36b211c26d807214da1132b41669915fbd21c83'/>
<id>urn:sha1:b36b211c26d807214da1132b41669915fbd21c83</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>
</feed>
