<feed xmlns='http://www.w3.org/2005/Atom'>
<title>tinyusb.git, branch 0.15.0</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>http://cgit.235523.xyz/tinyusb.git/atom/?h=0.15.0</id>
<link rel='self' href='http://cgit.235523.xyz/tinyusb.git/atom/?h=0.15.0'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/'/>
<updated>2023-02-10T10:39:04Z</updated>
<entry>
<title>Merge pull request #1890 from hathach/release-0.15.0</title>
<updated>2023-02-10T10:39:04Z</updated>
<author>
<name>Ha Thach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2023-02-10T10:39:04Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=86c416d4c0fb38432460b3e11b08b9de76941bf5'/>
<id>urn:sha1:86c416d4c0fb38432460b3e11b08b9de76941bf5</id>
<content type='text'>
update version to 0.15.0</content>
</entry>
<entry>
<title>increase hw test timeout to 10s since pyocd seems to take longer to flash</title>
<updated>2023-02-10T08:41:48Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2023-02-10T08:41:48Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=f0ab6d824eace8d3e8dc8da47fb072ddb1986ac9'/>
<id>urn:sha1:f0ab6d824eace8d3e8dc8da47fb072ddb1986ac9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>change rp2040 hw test to use pyocd for better stability/performance than openocd</title>
<updated>2023-02-10T07:56:32Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2023-02-10T07:56:32Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=39a37d82ceac9e208d931a7647c5545b36dd6b4a'/>
<id>urn:sha1:39a37d82ceac9e208d931a7647c5545b36dd6b4a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix typo</title>
<updated>2023-02-10T06:03:43Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2023-02-10T06:03:43Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=cf162e2c54025a9d361d85cecba3d46315f38b45'/>
<id>urn:sha1:cf162e2c54025a9d361d85cecba3d46315f38b45</id>
<content type='text'>
</content>
</entry>
<entry>
<title>update version to 0.15.0</title>
<updated>2023-02-10T05:47:48Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2023-02-10T05:47:33Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=7e48da5b44e2f30095a9de42c43381b9194cfd54'/>
<id>urn:sha1:7e48da5b44e2f30095a9de42c43381b9194cfd54</id>
<content type='text'>
add changelog
</content>
</entry>
<entry>
<title>Merge pull request #1887 from hathach/rp2040-build-fixes</title>
<updated>2023-02-06T22:06:36Z</updated>
<author>
<name>Graham Sanderson</name>
<email>graham.sanderson@raspberrypi.com</email>
</author>
<published>2023-02-06T22:06:36Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=c0d79457f61cc4ee27336f430a6f96403bd8b289'/>
<id>urn:sha1:c0d79457f61cc4ee27336f430a6f96403bd8b289</id>
<content type='text'>
RP2040 build fixes</content>
</entry>
<entry>
<title>* don't force dependency on pico-pio-usb submodule</title>
<updated>2023-02-06T16:07:39Z</updated>
<author>
<name>graham sanderson</name>
<email>graham.sanderson@raspberrypi.com</email>
</author>
<published>2023-02-03T17:05:32Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=8d3f0ffb9599d1834d797d6f965a7f5f619c290a'/>
<id>urn:sha1:8d3f0ffb9599d1834d797d6f965a7f5f619c290a</id>
<content type='text'>
* suppress compiler warning/errors especially in pico-pio-usb
* disable use of pico-pio-usb on gcc 11.3+ for now as it doesn't compile
</content>
</entry>
<entry>
<title>Merge pull request #1884 from hathach/reapply-uint16-len-tud_hid_report_complete_cb</title>
<updated>2023-02-06T02:08:46Z</updated>
<author>
<name>Ha Thach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2023-02-06T02:08:46Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=792b552c5cbcbe848489e60567779d8b1d4a8b9b'/>
<id>urn:sha1:792b552c5cbcbe848489e60567779d8b1d4a8b9b</id>
<content type='text'>
change length in tud_hid_report_complete_cb() from uint8 to uint16</content>
</entry>
<entry>
<title>change length in tud_hid_report_complete_cb() from uint8 to uint16</title>
<updated>2023-02-04T04:43:23Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2023-02-04T04:43:23Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=3422e0568431079715acabc63f1899578ef6240d'/>
<id>urn:sha1:3422e0568431079715acabc63f1899578ef6240d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge pull request #1880 from hathach/reduce-selfed-host-iar</title>
<updated>2023-02-01T13:10:01Z</updated>
<author>
<name>Ha Thach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2023-02-01T13:10:01Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=4c03a9f85573c58d4c1415ab203278451ad568e8'/>
<id>urn:sha1:4c03a9f85573c58d4c1415ab203278451ad568e8</id>
<content type='text'>
Bundle mulitple familes for self-hosted iar to reduce build time</content>
</entry>
</feed>
