<feed xmlns='http://www.w3.org/2005/Atom'>
<title>tinyusb.git/src/class, 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/class?h=0.14.0</id>
<link rel='self' href='http://cgit.235523.xyz/tinyusb.git/atom/src/class?h=0.14.0'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/'/>
<updated>2022-08-09T08:42:30Z</updated>
<entry>
<title>dfu: Allow DFU coexistence with other interfaces</title>
<updated>2022-08-09T08:42:30Z</updated>
<author>
<name>Jerzy Kasenberg</name>
<email>jerzy.kasenberg@codecoup.pl</email>
</author>
<published>2022-08-09T07:53:08Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=c7469ce986b495ccd3777e542df31bd90f4134f2'/>
<id>urn:sha1:c7469ce986b495ccd3777e542df31bd90f4134f2</id>
<content type='text'>
dfu_moded_open() only works correct when its called on DFU interface
descriptor. It means that DFU is the only one interface in configuration
or driver is called after all others interface drivers were tried and
gave up.

If other interface is supported and but driver for DFU is called first
(this is the case for BTH and RNDIS).
Code after while loop (that was not entered) has an TU_ASSERT that will
make set_configuration to fail.

Now TU_VERIFY is called first to make sure open code is called for DFU
only and not other interface descriptors like in other drivers.
</content>
</entry>
<entry>
<title>Merge pull request #1514 from maddyaby/audiod_typo</title>
<updated>2022-07-19T10:10:45Z</updated>
<author>
<name>Ha Thach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2022-07-19T10:10:45Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=fd5bb6e5db8e8e997d66775e689cc73f149e7fc1'/>
<id>urn:sha1:fd5bb6e5db8e8e997d66775e689cc73f149e7fc1</id>
<content type='text'>
Fix typo in audiod_rx_done_cb in audio_device.c</content>
</entry>
<entry>
<title>Merge pull request #1568 from hathach/revert-hid-callback-len-temporarily</title>
<updated>2022-07-19T05:16:32Z</updated>
<author>
<name>Ha Thach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2022-07-19T05:16:32Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=ed2e587ace6fcbb1cb4b2d414622eca1d9ffb7ee'/>
<id>urn:sha1:ed2e587ace6fcbb1cb4b2d414622eca1d9ffb7ee</id>
<content type='text'>
temporarily revert len back to uint8_t in tud_hid_report_complete_cb() 0.14.0 release</content>
</entry>
<entry>
<title>Merge pull request #1531 from pigrew/usbtmc_highspeed</title>
<updated>2022-07-18T15:20:43Z</updated>
<author>
<name>Ha Thach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2022-07-18T15:20:43Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=2110e276783e2f97f2a942b082355f1d4a181573'/>
<id>urn:sha1:2110e276783e2f97f2a942b082355f1d4a181573</id>
<content type='text'>
USBTMC: Fixes and support for high-speed USB</content>
</entry>
<entry>
<title>temporarily revert len back to uint8_t in tud_hid_report_complete_cb() for up coming release</title>
<updated>2022-07-17T15:56:07Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2022-07-17T15:46:16Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=b495d6f8ec263e51b0683ab85ff9e54dab6f5fd3'/>
<id>urn:sha1:b495d6f8ec263e51b0683ab85ff9e54dab6f5fd3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>USBTMC: explicit type conversions fix</title>
<updated>2022-07-09T21:50:17Z</updated>
<author>
<name>NConrad</name>
<email>pigrew@gmail.com</email>
</author>
<published>2022-07-09T21:50:17Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=54250d7dd5b22dee07138b925a4ad218a6defcc8'/>
<id>urn:sha1:54250d7dd5b22dee07138b925a4ad218a6defcc8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>mimxrt: Change OPT_MCU_MIMXRT1xXX to OPT_MCU_MIMXRT.</title>
<updated>2022-07-01T07:04:36Z</updated>
<author>
<name>robert-hh</name>
<email>robert@hammelrath.com</email>
</author>
<published>2022-07-01T06:42:46Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=ec6f56768a03fcc43158b0d429e8b826825d02f7'/>
<id>urn:sha1:ec6f56768a03fcc43158b0d429e8b826825d02f7</id>
<content type='text'>
Which fits both MIMXRT10XX and MIMXRT11XX.
</content>
</entry>
<entry>
<title>mimxrt: Add/change definitions for MIMXRT11XX boards.</title>
<updated>2022-06-30T20:21:31Z</updated>
<author>
<name>robert-hh</name>
<email>robert@hammelrath.com</email>
</author>
<published>2022-06-30T20:18:23Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=60c1750a9bd79e46385680b35e12f116808894f7'/>
<id>urn:sha1:60c1750a9bd79e46385680b35e12f116808894f7</id>
<content type='text'>
These are mostly identical to the MIMXRT10XX, with one tiny difference.
</content>
</entry>
<entry>
<title>suppress error with net example</title>
<updated>2022-06-27T13:30:47Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2022-06-27T13:30:47Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=9c56f7011171ff649a821fe87a3ee477299fa860'/>
<id>urn:sha1:9c56f7011171ff649a821fe87a3ee477299fa860</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix all warnings with host rp2040</title>
<updated>2022-06-27T10:11:24Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2022-06-27T10:11:24Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=a0ef4898906a5985deae11e5539a942885398ca1'/>
<id>urn:sha1:a0ef4898906a5985deae11e5539a942885398ca1</id>
<content type='text'>
</content>
</entry>
</feed>
