<feed xmlns='http://www.w3.org/2005/Atom'>
<title>tinyusb.git/src/class/cdc, 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?h=0.7.0</id>
<link rel='self' href='http://cgit.235523.xyz/tinyusb.git/atom/src/class/cdc?h=0.7.0'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/'/>
<updated>2020-11-07T03:52:14Z</updated>
<entry>
<title>Merge pull request #553 from hathach/host-async-control</title>
<updated>2020-11-07T03:52:14Z</updated>
<author>
<name>Ha Thach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2020-11-07T03:52:14Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=a708ab62540cf952048c97e6952bd95fdc823d90'/>
<id>urn:sha1:a708ab62540cf952048c97e6952bd95fdc823d90</id>
<content type='text'>
Host async control</content>
</entry>
<entry>
<title>Merge pull request #547 from hathach/cdc-auto-write-flush</title>
<updated>2020-11-03T04:42:17Z</updated>
<author>
<name>Ha Thach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2020-11-03T04:42:17Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=075334af80303488a8c874255d725cb4ca15a7de'/>
<id>urn:sha1:075334af80303488a8c874255d725cb4ca15a7de</id>
<content type='text'>
enable cdc auto flush on write()</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>
<entry>
<title>remove legacy blocking usbh_control_xfer()</title>
<updated>2020-11-02T02:19:34Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2020-11-02T02:19:34Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=14461beffa4f2e12bc37d523701be65fabd0d8ce'/>
<id>urn:sha1:14461beffa4f2e12bc37d523701be65fabd0d8ce</id>
<content type='text'>
reworking cdc host driver
</content>
</entry>
<entry>
<title>Rename CDC_COMM_SUBCLASS_ETHERNET_NETWORKING_CONTROL_MODEL</title>
<updated>2020-10-31T16:57:53Z</updated>
<author>
<name>Jacob Potter</name>
<email>jacob@j4cbo.com</email>
</author>
<published>2020-10-31T16:57:53Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=3ea813875034be8878d3f01a740c377ebb6c8306'/>
<id>urn:sha1:3ea813875034be8878d3f01a740c377ebb6c8306</id>
<content type='text'>
This was a confusing name; "Ethernet control model" (CDC ECM)
and "network control model" (CDC NCM) are two separate USB subclasses.
</content>
</entry>
<entry>
<title>Merge branch 'master' into host-async-control</title>
<updated>2020-10-11T09:22:12Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2020-10-11T09:22:12Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=b5d4c8185d81b8d7f59625ad19e43f80fe309e29'/>
<id>urn:sha1:b5d4c8185d81b8d7f59625ad19e43f80fe309e29</id>
<content type='text'>
</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>typo</title>
<updated>2020-09-12T01:48:49Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2020-09-12T01:48:49Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=1804dba615653591a754c9221028c94a32e50495'/>
<id>urn:sha1:1804dba615653591a754c9221028c94a32e50495</id>
<content type='text'>
</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>
</feed>
