<feed xmlns='http://www.w3.org/2005/Atom'>
<title>tinyusb.git/src/portable/sunxi, 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/sunxi?h=0.14.0</id>
<link rel='self' href='http://cgit.235523.xyz/tinyusb.git/atom/src/portable/sunxi?h=0.14.0'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/'/>
<updated>2022-03-07T16:05:05Z</updated>
<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>more internal rename</title>
<updated>2022-02-26T10:06:50Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2022-02-26T10:03:54Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=11c89d43abec5a37856e3f026b23ab26c33a656a'/>
<id>urn:sha1:11c89d43abec5a37856e3f026b23ab26c33a656a</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>fix mynewt build sunxi</title>
<updated>2022-01-26T05:59:53Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2022-01-26T05:59:53Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=578a12328290592aa315f13339cbbd7d31a6bafd'/>
<id>urn:sha1:578a12328290592aa315f13339cbbd7d31a6bafd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>update docs</title>
<updated>2021-12-29T12:42:34Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2021-12-29T12:40:55Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=adb848f75489ea6a9fa27be8c7c53cfa0679af91'/>
<id>urn:sha1:adb848f75489ea6a9fa27be8c7c53cfa0679af91</id>
<content type='text'>
</content>
</entry>
<entry>
<title>add license to dcd file, slightly update readme</title>
<updated>2021-12-29T12:25:32Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2021-12-29T12:22:39Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=5f280b30290e540f24d55fdd3e0dd46efa251547'/>
<id>urn:sha1:5f280b30290e540f24d55fdd3e0dd46efa251547</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix handling of RXRDY bit</title>
<updated>2021-12-06T11:56:27Z</updated>
<author>
<name>Yunhao Tian</name>
<email>t123yh@outlook.com</email>
</author>
<published>2021-12-06T11:56:27Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=96979a2c4a43902a3051c678858e788e7ffc8c60'/>
<id>urn:sha1:96979a2c4a43902a3051c678858e788e7ffc8c60</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Change FIFO size to 4KB (not sure)</title>
<updated>2021-12-05T14:40:05Z</updated>
<author>
<name>Yunhao Tian</name>
<email>t123yh@outlook.com</email>
</author>
<published>2021-12-05T14:40:05Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=1ffc366aa9bb9c2dda8210956c2ac9a6fbafc88b'/>
<id>urn:sha1:1ffc366aa9bb9c2dda8210956c2ac9a6fbafc88b</id>
<content type='text'>
The datasheet says 2KB FIFO, but accroding to many
code examples, the F1C100s has at least 4KB of FIFO memory.
This is working with cdc_msc example,
but I'm not sure, this should be checked.
</content>
</entry>
<entry>
<title>Fix a typo that leads to incorrect RX handling</title>
<updated>2021-12-05T14:31:09Z</updated>
<author>
<name>Yunhao Tian</name>
<email>t123yh@outlook.com</email>
</author>
<published>2021-12-05T14:31:09Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=f308603a3aeffcf77e83d2cfb1c76a28e543272d'/>
<id>urn:sha1:f308603a3aeffcf77e83d2cfb1c76a28e543272d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add FIFO size check</title>
<updated>2021-12-05T10:18:41Z</updated>
<author>
<name>Yunhao Tian</name>
<email>t123yh@outlook.com</email>
</author>
<published>2021-12-05T10:18:41Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=702698ee293727d31efb0c7134a15a261d878cb9'/>
<id>urn:sha1:702698ee293727d31efb0c7134a15a261d878cb9</id>
<content type='text'>
</content>
</entry>
</feed>
