<feed xmlns='http://www.w3.org/2005/Atom'>
<title>tinyusb.git, branch 0.9.0</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>http://cgit.235523.xyz/tinyusb.git/atom/?h=0.9.0</id>
<link rel='self' href='http://cgit.235523.xyz/tinyusb.git/atom/?h=0.9.0'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/'/>
<updated>2021-03-12T08:10:47Z</updated>
<entry>
<title>Release 0.9.0 (#716)</title>
<updated>2021-03-12T08:10:47Z</updated>
<author>
<name>Ha Thach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2021-03-12T08:10:47Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=3a27a9405f3354468c9ff8ae2ddd5d350e1ce19a'/>
<id>urn:sha1:3a27a9405f3354468c9ff8ae2ddd5d350e1ce19a</id>
<content type='text'>
* update change log for release
* move changelog into docs/
* more changelog
* increase macro version</content>
</entry>
<entry>
<title>Merge pull request #713 from HiFiPhile/cdc_read</title>
<updated>2021-03-12T06:10:56Z</updated>
<author>
<name>Ha Thach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2021-03-12T06:10:56Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=d9f0475701c1684d5db1eea284872548a762f4a1'/>
<id>urn:sha1:d9f0475701c1684d5db1eea284872548a762f4a1</id>
<content type='text'>
Call One time tu_fifo_write_n on cdcd_xfer_cb</content>
</entry>
<entry>
<title>use !tu_fifo_empty() instead of tu_fifo_count()</title>
<updated>2021-03-12T05:55:18Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2021-03-12T05:55:18Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=31373fd55cefced35cfaaa61fb8f9aa3e5ec0bc6'/>
<id>urn:sha1:31373fd55cefced35cfaaa61fb8f9aa3e5ec0bc6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge branch 'cdc_read' of https://github.com/HiFiPhile/tinyusb into HiFiPhile-cdc_read</title>
<updated>2021-03-12T05:49:44Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2021-03-12T05:49:44Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=4310941daac561dd886a0ed48115585c65d42b78'/>
<id>urn:sha1:4310941daac561dd886a0ed48115585c65d42b78</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add fifo empty check.</title>
<updated>2021-03-11T19:36:46Z</updated>
<author>
<name>HiFiPhile</name>
<email>admin@hifiphile.com</email>
</author>
<published>2021-03-11T19:36:46Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=5caad485f199ab6acfa237d84bf3d84cf41dcfdd'/>
<id>urn:sha1:5caad485f199ab6acfa237d84bf3d84cf41dcfdd</id>
<content type='text'>
Signed-off-by: HiFiPhile &lt;admin@hifiphile.com&gt;
</content>
</entry>
<entry>
<title>Call One time tu_fifo_write_n on cdcd_xfer_cb</title>
<updated>2021-03-10T09:19:45Z</updated>
<author>
<name>HiFiPhile</name>
<email>admin@hifiphile.com</email>
</author>
<published>2021-03-10T09:19:45Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=7fc99a9e1104703566945ace1b2e1ed59819ba48'/>
<id>urn:sha1:7fc99a9e1104703566945ace1b2e1ed59819ba48</id>
<content type='text'>
Signed-off-by: HiFiPhile &lt;admin@hifiphile.com&gt;
</content>
</entry>
<entry>
<title>Update pico sdk 1.1.0 (#712)</title>
<updated>2021-03-10T06:26:14Z</updated>
<author>
<name>Ha Thach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2021-03-10T06:26:14Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=1cdd1b02098be05b511571457165fa66a27af7bc'/>
<id>urn:sha1:1cdd1b02098be05b511571457165fa66a27af7bc</id>
<content type='text'>
* update pico-sdk to 1.1.0
also correct fetch_submodule_if_empty behavior</content>
</entry>
<entry>
<title>Merge pull request #711 from hathach/usbd-handle-set-interface</title>
<updated>2021-03-10T05:10:52Z</updated>
<author>
<name>Ha Thach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2021-03-10T05:10:52Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=f9817da397d9e24801bb1b7e2b8ed0ddcef36d62'/>
<id>urn:sha1:f9817da397d9e24801bb1b7e2b8ed0ddcef36d62</id>
<content type='text'>
Usbd handle set interface</content>
</entry>
<entry>
<title>Merge pull request #710 from hathach/update-doc</title>
<updated>2021-03-10T04:37:07Z</updated>
<author>
<name>Ha Thach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2021-03-10T04:37:07Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=ccb599f84bf26e979e209bfe03307ce582e021af'/>
<id>urn:sha1:ccb599f84bf26e979e209bfe03307ce582e021af</id>
<content type='text'>
update doc for BOARD name, add note for udev on Linux</content>
</entry>
<entry>
<title>usbd ack SET_INTERFACE if it is not implemented by class driver.</title>
<updated>2021-03-10T04:33:03Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2021-03-10T04:33:03Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=eeea19c0ab1c6e66c56eabac49e2c0f190e9a080'/>
<id>urn:sha1:eeea19c0ab1c6e66c56eabac49e2c0f190e9a080</id>
<content type='text'>
</content>
</entry>
</feed>
