<feed xmlns='http://www.w3.org/2005/Atom'>
<title>tinyusb.git/src/class, 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?h=0.7.0</id>
<link rel='self' href='http://cgit.235523.xyz/tinyusb.git/atom/src/class?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>added host set_config driver</title>
<updated>2020-11-01T10:46:46Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2020-11-01T10:46:46Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=e029d6d7263f4a848c5150a567512f3990358b3f'/>
<id>urn:sha1:e029d6d7263f4a848c5150a567512f3990358b3f</id>
<content type='text'>
to resolve control conflict with SET_CONFIGURE for class driver
- open will be called to open endpoint only
- set_config called later to initialized class 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>net_device: re-factor code so as to not be specific to lwIP</title>
<updated>2020-10-25T01:27:57Z</updated>
<author>
<name>Peter Lawrence</name>
<email>12226419+majbthrd@users.noreply.github.com</email>
</author>
<published>2020-10-25T01:27:57Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=a097b7e51aac7fc92708e1bc536e84a9ec2af3ec'/>
<id>urn:sha1:a097b7e51aac7fc92708e1bc536e84a9ec2af3ec</id>
<content type='text'>
</content>
</entry>
<entry>
<title>net_device: tweak 'pbuf chain' implementation</title>
<updated>2020-10-24T22:29:47Z</updated>
<author>
<name>Peter Lawrence</name>
<email>12226419+majbthrd@users.noreply.github.com</email>
</author>
<published>2020-10-24T22:29:47Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=f5b72f5796554910e14040cf747d6eea9505ee1a'/>
<id>urn:sha1:f5b72f5796554910e14040cf747d6eea9505ee1a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>more clean up</title>
<updated>2020-10-13T07:11:17Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2020-10-13T07:00:25Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=3623f578a4b9c75b61b1c7a7d0c0c3ff2440e690'/>
<id>urn:sha1:3623f578a4b9c75b61b1c7a7d0c0c3ff2440e690</id>
<content type='text'>
</content>
</entry>
<entry>
<title>clean up</title>
<updated>2020-10-13T06:45:22Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2020-10-13T06:45:22Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=d92d1a03ca2df69856f02c64ae88d805d60ad088'/>
<id>urn:sha1:d92d1a03ca2df69856f02c64ae88d805d60ad088</id>
<content type='text'>
</content>
</entry>
</feed>
