<feed xmlns='http://www.w3.org/2005/Atom'>
<title>tinyusb.git/src/device, branch 0.17.0</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>http://cgit.235523.xyz/tinyusb.git/atom/src/device?h=0.17.0</id>
<link rel='self' href='http://cgit.235523.xyz/tinyusb.git/atom/src/device?h=0.17.0'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/'/>
<updated>2024-09-11T03:10:06Z</updated>
<entry>
<title>Merge pull request #2450 from HiFiPhile/vendor_fifo</title>
<updated>2024-09-11T03:10:06Z</updated>
<author>
<name>Ha Thach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2024-09-11T03:10:06Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=4b107a2b9e49f118b7dd7ec9306c6ba186bb974a'/>
<id>urn:sha1:4b107a2b9e49f118b7dd7ec9306c6ba186bb974a</id>
<content type='text'>
Allow vendor class to be used without FIFO.</content>
</entry>
<entry>
<title>change vendor device to use edpt stream API</title>
<updated>2024-09-10T03:44:22Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2024-09-10T03:44:22Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=867f17acea98fda04fa0bf8e871f61e57044f030'/>
<id>urn:sha1:867f17acea98fda04fa0bf8e871f61e57044f030</id>
<content type='text'>
</content>
</entry>
<entry>
<title>make function prototypes match ( found by cppcheck)</title>
<updated>2024-09-03T18:38:34Z</updated>
<author>
<name>dp111</name>
<email>19616418+dp111@users.noreply.github.com</email>
</author>
<published>2024-09-03T18:38:34Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=8ab1e4fbd01f9ec0f01cbfee26e72c73f8eeea44'/>
<id>urn:sha1:8ab1e4fbd01f9ec0f01cbfee26e72c73f8eeea44</id>
<content type='text'>
</content>
</entry>
<entry>
<title>remove weak from dcd_edpt_close() for port without TUP_DCD_EDPT_ISO_ALLOC</title>
<updated>2024-08-19T13:08:55Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2024-08-19T13:08:55Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=ea4f9ceb58f0aa6acc86bbe3083596a98b5355fd'/>
<id>urn:sha1:ea4f9ceb58f0aa6acc86bbe3083596a98b5355fd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix ci build</title>
<updated>2024-08-19T10:36:11Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2024-08-19T06:20:16Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=635bdc1fcea1d4d9972d4c9960a32250b0245186'/>
<id>urn:sha1:635bdc1fcea1d4d9972d4c9960a32250b0245186</id>
<content type='text'>
</content>
</entry>
<entry>
<title>implement dcd_edpt_iso_alloc/dcd_edpt_iso_activate for musb. video_capture example with iso kind of work but not smoothly. audio example does not seems to work as expected</title>
<updated>2024-08-19T05:04:24Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2024-08-19T04:59:41Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=8fdd8d9a7b83bfb79ac9a02142592d7ee4948b83'/>
<id>urn:sha1:8fdd8d9a7b83bfb79ac9a02142592d7ee4948b83</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge pull request #2750 from hathach/fix-ch32v203-setup</title>
<updated>2024-08-08T15:41:26Z</updated>
<author>
<name>Ha Thach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2024-08-08T15:41:26Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=dcd0f39b537f99c14d9a3dd291ab573cddeb47d5'/>
<id>urn:sha1:dcd0f39b537f99c14d9a3dd291ab573cddeb47d5</id>
<content type='text'>
rework fsdev driver, fix ch32v203 race condition and stability issue</content>
</entry>
<entry>
<title>Merge pull request #2328 from HiFiPhile/rx_fb</title>
<updated>2024-08-05T15:07:47Z</updated>
<author>
<name>HiFiPhile</name>
<email>admin@hifiphile.com</email>
</author>
<published>2024-08-05T15:07:47Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=a7d188832841cc5cbffdf433c07e4897f45c1088'/>
<id>urn:sha1:a7d188832841cc5cbffdf433c07e4897f45c1088</id>
<content type='text'>
UAC2: Implement feedback by fifo counting.</content>
</entry>
<entry>
<title>finally fixed fsdev setup handling, which cause race condition for ch32v203</title>
<updated>2024-08-05T10:43:27Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2024-08-05T10:43:27Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=315dae6a85cbb3df5b30429b28d8c74130f44db6'/>
<id>urn:sha1:315dae6a85cbb3df5b30429b28d8c74130f44db6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>increase freerto min task stack for some stm32</title>
<updated>2024-08-01T07:24:23Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2024-08-01T07:24:23Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=46fd82299040ff8c572f2b991f5226bf18405ffe'/>
<id>urn:sha1:46fd82299040ff8c572f2b991f5226bf18405ffe</id>
<content type='text'>
</content>
</entry>
</feed>
