<feed xmlns='http://www.w3.org/2005/Atom'>
<title>tinyusb.git/src/class/cdc/cdc_device.c, branch 0.7.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.7.0</id>
<link rel='self' href='http://cgit.235523.xyz/tinyusb.git/atom/src/class/cdc/cdc_device.c?h=0.7.0'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/'/>
<updated>2020-11-02T09:50:46Z</updated>
<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>
<entry>
<title>cdc device: claim endpoint before checking fifo availability</title>
<updated>2020-09-14T15:14:31Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2020-09-14T15:14:31Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=23e6ee2ea2e69f09b43c9f7736b95560a6e9ef7b'/>
<id>urn:sha1:23e6ee2ea2e69f09b43c9f7736b95560a6e9ef7b</id>
<content type='text'>
- add pre-check to reduce mutex lock in usbd_edpt_claim
</content>
</entry>
<entry>
<title>update claim edpt for hid and midi</title>
<updated>2020-09-10T16:32:08Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2020-09-10T16:32:08Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=801f8b5b38b90cb3e15d0a1bb2accae58cde6130'/>
<id>urn:sha1:801f8b5b38b90cb3e15d0a1bb2accae58cde6130</id>
<content type='text'>
</content>
</entry>
<entry>
<title>typo</title>
<updated>2020-09-09T09:45:54Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2020-09-09T09:45:54Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=ed6d48b81e8a5d1ed8b518921b30b87c7daecee5'/>
<id>urn:sha1:ed6d48b81e8a5d1ed8b518921b30b87c7daecee5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>clean up</title>
<updated>2020-09-09T09:29:45Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2020-09-09T09:29:45Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=fe1b5dfa235550cc4eb63e237da50689fe407bf4'/>
<id>urn:sha1:fe1b5dfa235550cc4eb63e237da50689fe407bf4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>update cdc edpt read</title>
<updated>2020-09-09T09:25:31Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2020-09-09T09:25:31Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=33f0a18523accfcdebf186f33271dd92f8681b56'/>
<id>urn:sha1:33f0a18523accfcdebf186f33271dd92f8681b56</id>
<content type='text'>
</content>
</entry>
<entry>
<title>introduce optional usbd_edpt_claim, usbd_edpt_release which can be used to gain exclusive access to usbd_edpt_xfer</title>
<updated>2020-09-09T08:48:11Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2020-09-09T08:48:11Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=8b9893cadab88fa4abd17d5b9856e0d08ef03796'/>
<id>urn:sha1:8b9893cadab88fa4abd17d5b9856e0d08ef03796</id>
<content type='text'>
</content>
</entry>
<entry>
<title>improve midi</title>
<updated>2020-08-24T07:31:46Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2020-08-24T07:31:46Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=a1b7e767af7c4916e9b004120715988268079d28'/>
<id>urn:sha1:a1b7e767af7c4916e9b004120715988268079d28</id>
<content type='text'>
- fix #436 tud_midi_rx_cb() not invoked
- fix xfer_cb() not handle ep in
- add ZLP if needed
</content>
</entry>
<entry>
<title>Merge pull request #434 from gh2o/master</title>
<updated>2020-08-21T04:14:06Z</updated>
<author>
<name>Ha Thach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2020-08-21T04:14:06Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=e5d622b749593d5bab893a8d6a826b1d384677ac'/>
<id>urn:sha1:e5d622b749593d5bab893a8d6a826b1d384677ac</id>
<content type='text'>
Add TX callback to CDC device</content>
</entry>
<entry>
<title>Slight optimization for cdc tx refill</title>
<updated>2020-08-20T16:59:23Z</updated>
<author>
<name>Gavin Li</name>
<email>gh2o@users.noreply.github.com</email>
</author>
<published>2020-08-20T16:59:23Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=72183c7bb44ff117d9abac7b6e9c373c0945fb0b'/>
<id>urn:sha1:72183c7bb44ff117d9abac7b6e9c373c0945fb0b</id>
<content type='text'>
</content>
</entry>
</feed>
