<feed xmlns='http://www.w3.org/2005/Atom'>
<title>tinyusb.git/examples/device/cdc_msc_hid/src, branch 0.5.0</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>http://cgit.235523.xyz/tinyusb.git/atom/examples/device/cdc_msc_hid/src?h=0.5.0</id>
<link rel='self' href='http://cgit.235523.xyz/tinyusb.git/atom/examples/device/cdc_msc_hid/src?h=0.5.0'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/'/>
<updated>2019-07-02T18:17:26Z</updated>
<entry>
<title>example clean up</title>
<updated>2019-07-02T18:17:26Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2019-07-02T18:17:26Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=ea29eb49af790d043d127272238f1a670a927a6e'/>
<id>urn:sha1:ea29eb49af790d043d127272238f1a670a927a6e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tested midi example</title>
<updated>2019-07-02T17:52:25Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2019-07-02T17:52:25Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=1a0e02fa1b004e68a00e5fbfbc4ea854c9036875'/>
<id>urn:sha1:1a0e02fa1b004e68a00e5fbfbc4ea854c9036875</id>
<content type='text'>
</content>
</entry>
<entry>
<title>improving midi support, adding midi exmaple</title>
<updated>2019-07-01T15:38:06Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2019-07-01T15:38:06Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=6991b28532605ceae685cb8be1fee904e09f12fe'/>
<id>urn:sha1:6991b28532605ceae685cb8be1fee904e09f12fe</id>
<content type='text'>
rename TUSB_DESC_CLASS_SPECIFIC to TUSB_DESC_CS_INTERFACE
</content>
</entry>
<entry>
<title>fix build error with midi, use usbd_edpt_xfer/busy for midi to replace dcd_*</title>
<updated>2019-06-10T11:46:00Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2019-06-10T11:46:00Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=7156bfb54d5e9e13c8574b2384a47bd5554798a9'/>
<id>urn:sha1:7156bfb54d5e9e13c8574b2384a47bd5554798a9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>add TU_ prefix to compiler ATTR to prevent name conflict with application</title>
<updated>2019-06-06T03:39:37Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2019-06-06T03:39:37Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=13e01c7dca1e72097be1723676b086be29d0e622'/>
<id>urn:sha1:13e01c7dca1e72097be1723676b086be29d0e622</id>
<content type='text'>
</content>
</entry>
<entry>
<title>added usbd_edpt_xfer/usbd_edpt_busy to replace dcd_edpt_transfer/dcd_edpt_busy()</title>
<updated>2019-05-29T09:55:15Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2019-05-29T09:55:15Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=a0307bafdaa97628bb5e4d5e476db54cbc028d33'/>
<id>urn:sha1:a0307bafdaa97628bb5e4d5e476db54cbc028d33</id>
<content type='text'>
- improve fifo write/read_n with only one lock
- use usbd_edpt_xfer/usbd_edpt_busy for hid/cdc/msc class driver
- replace cdc read's pending_read_from_host by usbd_edpt_busy()
</content>
</entry>
<entry>
<title>better fix for #72 millis overthrow</title>
<updated>2019-05-21T06:31:02Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2019-05-21T06:31:02Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=ce6976f40055db185b7260c7619d02cf6ffd4cf6'/>
<id>urn:sha1:ce6976f40055db185b7260c7619d02cf6ffd4cf6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>update button for mcb1800</title>
<updated>2019-05-15T09:17:46Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2019-05-15T09:17:46Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=9863230a8d38ddefe6cb421c8bc7417abfdf724f'/>
<id>urn:sha1:9863230a8d38ddefe6cb421c8bc7417abfdf724f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>enable CFG_TUSB_DEBUG on DEBUG build</title>
<updated>2019-05-14T10:36:03Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2019-05-14T10:36:03Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=6e443d191817617d030507d696a8b21e446f5aa8'/>
<id>urn:sha1:6e443d191817617d030507d696a8b21e446f5aa8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>update license year to 2019</title>
<updated>2019-05-14T04:48:05Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2019-05-14T04:48:05Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=61ec4077520fb00e071fab5f5be3c6751eecd254'/>
<id>urn:sha1:61ec4077520fb00e071fab5f5be3c6751eecd254</id>
<content type='text'>
</content>
</entry>
</feed>
