<feed xmlns='http://www.w3.org/2005/Atom'>
<title>tinyusb.git/src/class/cdc/cdc_device.c, 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/src/class/cdc/cdc_device.c?h=0.9.0</id>
<link rel='self' href='http://cgit.235523.xyz/tinyusb.git/atom/src/class/cdc/cdc_device.c?h=0.9.0'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/'/>
<updated>2021-03-12T05:55:18Z</updated>
<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>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>initial break request handling</title>
<updated>2021-02-25T17:43:21Z</updated>
<author>
<name>amit verma</name>
<email>amit@hpslabdesigns.com</email>
</author>
<published>2021-02-25T17:43:21Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=07a04255da4442fb0790130ac65c648d0884255a'/>
<id>urn:sha1:07a04255da4442fb0790130ac65c648d0884255a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>add tud_ready() check in tud_cdc_n_write_flush()</title>
<updated>2020-11-23T16:40:13Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2020-11-23T16:40:13Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=4b4f88078503648b38444feee1fda322b65baa43'/>
<id>urn:sha1:4b4f88078503648b38444feee1fda322b65baa43</id>
<content type='text'>
other clean up
</content>
</entry>
<entry>
<title>Merge branch 'master' into cdc_without_dtr</title>
<updated>2020-11-23T16:25:55Z</updated>
<author>
<name>Ha Thach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2020-11-23T16:25:55Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=308028e17cb4ba5e93413431a51bbe94d2afcc53'/>
<id>urn:sha1:308028e17cb4ba5e93413431a51bbe94d2afcc53</id>
<content type='text'>
</content>
</entry>
<entry>
<title>migrate cdc_device to new control_xfer_cb</title>
<updated>2020-11-19T14:26:06Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2020-11-19T14:26:06Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=dd07fecc5f37c85b87060c7f7158d26ff19757a6'/>
<id>urn:sha1:dd07fecc5f37c85b87060c7f7158d26ff19757a6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Implementation of the discussed changes</title>
<updated>2020-11-18T08:42:50Z</updated>
<author>
<name>Jan Dümpelmann</name>
<email>jan.duempelmann@inotec-licht.de</email>
</author>
<published>2020-11-18T08:42:50Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=54e29e9ff451d5e30eb59d0411adbe5d4993c59b'/>
<id>urn:sha1:54e29e9ff451d5e30eb59d0411adbe5d4993c59b</id>
<content type='text'>
- remove usbd_edpt_xfer_abort
- rename tu_fifo_change_mode to tu_fifo_set_mode
- remove CFG_TUD_CDC_CLEAR_AT_CONNECTION definition
- remove auto fifo clear at connection event
- add tud_cdc_n_write_clear function
</content>
</entry>
<entry>
<title>Merge remote-tracking branch 'hathach/master' into cdc_without_dtr</title>
<updated>2020-11-04T16:11:01Z</updated>
<author>
<name>Jan Dümpelmann</name>
<email>jan.duempelmann@inotec-licht.de</email>
</author>
<published>2020-11-04T16:11:01Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=af9f0f1cd64283116716d6bcadc9f33214e88c57'/>
<id>urn:sha1:af9f0f1cd64283116716d6bcadc9f33214e88c57</id>
<content type='text'>
</content>
</entry>
<entry>
<title>enable cdc auto flush on write()</title>
<updated>2020-11-02T09:50:46Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2020-11-02T09:50:46Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=6fcd540cb68483b1b1b25344a1a5e4560c77e276'/>
<id>urn:sha1:6fcd540cb68483b1b1b25344a1a5e4560c77e276</id>
<content type='text'>
if there is enough data in the fifo
</content>
</entry>
</feed>
