<feed xmlns='http://www.w3.org/2005/Atom'>
<title>tinyusb.git/examples, 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/examples?h=0.17.0</id>
<link rel='self' href='http://cgit.235523.xyz/tinyusb.git/atom/examples?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>minor clean up</title>
<updated>2024-09-10T11:13:38Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2024-09-10T11:13:38Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=7373a0239645b48bbd1c11e9542699924e1f3a0d'/>
<id>urn:sha1:7373a0239645b48bbd1c11e9542699924e1f3a0d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>use fixed with in printf ( found by clang)</title>
<updated>2024-09-03T19:28:42Z</updated>
<author>
<name>dp111</name>
<email>19616418+dp111@users.noreply.github.com</email>
</author>
<published>2024-09-03T19:28:42Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=fc07df320bf20ed5b3d78ad181d8af1533e12c12'/>
<id>urn:sha1:fc07df320bf20ed5b3d78ad181d8af1533e12c12</id>
<content type='text'>
NB %lu is a minimum of 32 bits where as the variable use is exactly 32 bits . This can affect porting to other systems.
</content>
</entry>
<entry>
<title>Merge pull request #2765 from hinxx/usbtmc-clean</title>
<updated>2024-09-01T16:09:36Z</updated>
<author>
<name>HiFiPhile</name>
<email>admin@hifiphile.com</email>
</author>
<published>2024-09-01T16:09:36Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=8eb3bd213f66d4371f8eadc286da8edc6206f193'/>
<id>urn:sha1:8eb3bd213f66d4371f8eadc286da8edc6206f193</id>
<content type='text'>
couple of fixes for usbtmc example</content>
</entry>
<entry>
<title>Fix compiler warning in hid_boot_interface example</title>
<updated>2024-08-28T12:30:48Z</updated>
<author>
<name>Andrew Scheller</name>
<email>andrew.scheller@raspberrypi.com</email>
</author>
<published>2024-08-28T12:30:48Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=f73964e3e59645757a7311f2b4fe7c1c9d868e12'/>
<id>urn:sha1:f73964e3e59645757a7311f2b4fe7c1c9d868e12</id>
<content type='text'>
</content>
</entry>
<entry>
<title>add hil support for dual host_info_to_cdc</title>
<updated>2024-08-22T11:14:14Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2024-08-22T11:06:48Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=0db42aac71a6fb2a821a034ee29d2587638d309a'/>
<id>urn:sha1:0db42aac71a6fb2a821a034ee29d2587638d309a</id>
<content type='text'>
replace itsybitsy m4 by metro m4 + max3421e
</content>
</entry>
<entry>
<title>rename TUD_ENDPOINT_EXCLUSIVE_NUMBER to TUD_ENDPOINT_ONE_DIRECTION_ONLY</title>
<updated>2024-08-19T12:05:33Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2024-08-19T12:05:33Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=088486186f514578a02d6b6c7f39e0ad74f56118'/>
<id>urn:sha1:088486186f514578a02d6b6c7f39e0ad74f56118</id>
<content type='text'>
</content>
</entry>
<entry>
<title>define and use TUD_ENDPOINT_EXCLUSIVE_NUMBER</title>
<updated>2024-08-17T11:07:36Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2024-08-17T11:07:36Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=a6bee747b6f550e4fdb144c7db4aad70fee5ac69'/>
<id>urn:sha1:a6bee747b6f550e4fdb144c7db4aad70fee5ac69</id>
<content type='text'>
</content>
</entry>
<entry>
<title>couple of fixes for usbtmc example</title>
<updated>2024-08-15T12:33:02Z</updated>
<author>
<name>Hinko Kocevar</name>
<email>hinko.kocevar@ess.eu</email>
</author>
<published>2024-08-15T12:33:02Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=06e52e4fb298c15c6d918150b1c70873963c0673'/>
<id>urn:sha1:06e52e4fb298c15c6d918150b1c70873963c0673</id>
<content type='text'>
</content>
</entry>
<entry>
<title>add flash-uniflash support for ti tm4c</title>
<updated>2024-08-15T07:36:31Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2024-08-15T07:36:31Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=1402e6ec0d5ed60375c9deb1add9061fcb37e590'/>
<id>urn:sha1:1402e6ec0d5ed60375c9deb1add9061fcb37e590</id>
<content type='text'>
</content>
</entry>
</feed>
