<feed xmlns='http://www.w3.org/2005/Atom'>
<title>tinyusb.git/src, 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?h=0.14.0</id>
<link rel='self' href='http://cgit.235523.xyz/tinyusb.git/atom/src?h=0.14.0'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/'/>
<updated>2022-08-19T14:13:09Z</updated>
<entry>
<title>Merge pull request #1569 from hathach/release-0.14.0</title>
<updated>2022-08-19T14:13:09Z</updated>
<author>
<name>Ha Thach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2022-08-19T14:13:09Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=f6c1ce5b1cdc4d71a90efbdaff9d785dc0985d69'/>
<id>urn:sha1:f6c1ce5b1cdc4d71a90efbdaff9d785dc0985d69</id>
<content type='text'>
increase version to 0.14.0 for release</content>
</entry>
<entry>
<title>Merge pull request #1603 from Ryzee119/hub_improv</title>
<updated>2022-08-17T08:03:48Z</updated>
<author>
<name>Ha Thach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2022-08-17T08:03:48Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=792b2fb9564d0baf9d7eff3e723f189df21d9053'/>
<id>urn:sha1:792b2fb9564d0baf9d7eff3e723f189df21d9053</id>
<content type='text'>
Host hub clear port and device interrupts</content>
</entry>
<entry>
<title>Hub: Clear other port feature changes</title>
<updated>2022-08-16T08:55:46Z</updated>
<author>
<name>Ryzee119</name>
<email>wendland@live.com.au</email>
</author>
<published>2022-08-15T08:10:59Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=2b2354d3021202f0b88d17b9356ff924cb01e45f'/>
<id>urn:sha1:2b2354d3021202f0b88d17b9356ff924cb01e45f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Hub: Handle hub device status change interrupt</title>
<updated>2022-08-16T08:55:43Z</updated>
<author>
<name>Ryzee119</name>
<email>wendland@live.com.au</email>
</author>
<published>2022-08-15T08:09:32Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=3c7b5dcaffb9ccc81e700d5b0b212e897b4b9b0d'/>
<id>urn:sha1:3c7b5dcaffb9ccc81e700d5b0b212e897b4b9b0d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge pull request #1489 from kasjer/kasjer/fix-nrf5x-dma-access</title>
<updated>2022-08-15T14:30:39Z</updated>
<author>
<name>Ha Thach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2022-08-15T14:30:39Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=585f37a7977c3ff7e00b1e2235eb0712b12c90d6'/>
<id>urn:sha1:585f37a7977c3ff7e00b1e2235eb0712b12c90d6</id>
<content type='text'>
nrf5x: Fix DMA access</content>
</entry>
<entry>
<title>Hub: Rename port status callback to be more generic</title>
<updated>2022-08-15T08:13:04Z</updated>
<author>
<name>Ryzee119</name>
<email>wendland@live.com.au</email>
</author>
<published>2022-08-15T08:06:45Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=aafea8ef5d6f329d66c6c1e903b8a6b33d769ad5'/>
<id>urn:sha1:aafea8ef5d6f329d66c6c1e903b8a6b33d769ad5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Hub: Expand hub helpers to handle device events</title>
<updated>2022-08-15T08:12:56Z</updated>
<author>
<name>Ryzee119</name>
<email>wendland@live.com.au</email>
</author>
<published>2022-08-15T08:04:13Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=5efef4393c2f67773843c4ccc0a50f07dac6ece9'/>
<id>urn:sha1:5efef4393c2f67773843c4ccc0a50f07dac6ece9</id>
<content type='text'>
</content>
</entry>
<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>fix issue with TUD_OPT_HIGH_SPEED</title>
<updated>2022-08-01T07:52:29Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2022-08-01T07:52:29Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=a219ba86eaf9d5ce1b90556053940daadd8527b5'/>
<id>urn:sha1:a219ba86eaf9d5ce1b90556053940daadd8527b5</id>
<content type='text'>
</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>
</feed>
