<feed xmlns='http://www.w3.org/2005/Atom'>
<title>tinyusb.git/src/class/cdc/cdc_device.h, 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.h?h=0.7.0</id>
<link rel='self' href='http://cgit.235523.xyz/tinyusb.git/atom/src/class/cdc/cdc_device.h?h=0.7.0'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/'/>
<updated>2020-09-12T01:48:49Z</updated>
<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>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>Smarter CDC TX refill logic</title>
<updated>2020-08-20T09:20:01Z</updated>
<author>
<name>Gavin Li</name>
<email>gavinli@thegavinli.com</email>
</author>
<published>2020-08-20T09:20:01Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=15b063beb287785b2bf84d00361000036afaba2c'/>
<id>urn:sha1:15b063beb287785b2bf84d00361000036afaba2c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>add new name warning to cdc and midi (skip msc, hid warning for now)</title>
<updated>2020-07-17T16:01:39Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2020-07-17T16:01:39Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=881025afdcdc3e8954163f8cc7337caa8455f594'/>
<id>urn:sha1:881025afdcdc3e8954163f8cc7337caa8455f594</id>
<content type='text'>
</content>
</entry>
<entry>
<title>add fs &amp; hs config for cdc_msc_freertos, midi_test, msc_dual_lun</title>
<updated>2020-07-16T06:04:10Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2020-07-16T06:02:20Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=fea6fb73a1ef65afd848ec71d49d65cc87a9eec9'/>
<id>urn:sha1:fea6fb73a1ef65afd848ec71d49d65cc87a9eec9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>add tud_speed_get()</title>
<updated>2020-07-15T17:44:09Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2020-07-15T17:44:09Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=706413f7510a78e262cf3cb398256e06fadbd500'/>
<id>urn:sha1:706413f7510a78e262cf3cb398256e06fadbd500</id>
<content type='text'>
- define both fs and hs configuration descriptor
- rename CFG_TUD_CDC_EPSIZE to CFG_TUD_CDC_EP_BUFSIZE with default size of 64 for FS, and 512 for HS
</content>
</entry>
<entry>
<title>Improve comment on CDC tud_cdc_write_available()</title>
<updated>2020-07-10T11:24:09Z</updated>
<author>
<name>Craig Hutchinson</name>
<email>54269136+CraigHutchinson@users.noreply.github.com</email>
</author>
<published>2020-07-10T11:24:09Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=323ae5a84fec36e1ad6233d8721b4648a3cf406b'/>
<id>urn:sha1:323ae5a84fec36e1ad6233d8721b4648a3cf406b</id>
<content type='text'>
Fixes #460</content>
</entry>
<entry>
<title>Add tx callback to cdc device</title>
<updated>2020-06-18T08:13:44Z</updated>
<author>
<name>Gavin Li</name>
<email>gavin@matician.com</email>
</author>
<published>2020-06-18T08:13:44Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=8fe887198b63520c23af9f4c27d9733f6bb18e90'/>
<id>urn:sha1:8fe887198b63520c23af9f4c27d9733f6bb18e90</id>
<content type='text'>
Useful for continuous transmission of data, which is difficult currently
because there is no notification of tx completion.
</content>
</entry>
<entry>
<title>changing usbd driver open() return type, add max_len</title>
<updated>2020-05-27T12:01:59Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2020-05-27T12:01:59Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=e3404049686adfd934a6444fadf9ae00f1f94f8a'/>
<id>urn:sha1:e3404049686adfd934a6444fadf9ae00f1f94f8a</id>
<content type='text'>
only done with cdc and msc, push this interim for feedback first
</content>
</entry>
</feed>
