<feed xmlns='http://www.w3.org/2005/Atom'>
<title>tinyusb.git/examples/device/cdc_msc/src, branch 0.12.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/src?h=0.12.0</id>
<link rel='self' href='http://cgit.235523.xyz/tinyusb.git/atom/examples/device/cdc_msc/src?h=0.12.0'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/'/>
<updated>2021-10-15T12:07:40Z</updated>
<entry>
<title>msc examples: Extend serial number to 12 digits</title>
<updated>2021-10-15T12:07:40Z</updated>
<author>
<name>Jerzy Kasenberg</name>
<email>jerzy.kasenberg@codecoup.pl</email>
</author>
<published>2021-10-15T11:47:49Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=9a688224d0b19a7b4d33c8bb767d0486d5b1bccd'/>
<id>urn:sha1:9a688224d0b19a7b4d33c8bb767d0486d5b1bccd</id>
<content type='text'>
USB3CV tool complains about too short serial number being used
in MSC device.

This just extends serial number to 12 characters, it makes it
easier to analyze USB3CV logs where this unnecessary warning
made output red.

Offending warning:
Serial Number string for MSC device : iSerialNumber = 0x3
Checking iSerialNumber String Descriptor: index = 0x03.
String Descriptor : "123456". (ENGLISH_US)
Using Language ID 0x409
MSC Serial Number length = 14
Invalid MSC Serial Number length : should be &gt;= 26
*************************
Invalid MSC Serial Number length
*************************
*************************
(MSC: 5.1.2) Serial number must be a string, 12 characters or longer
(if the device supports a BOT interface, bInterfaceProtocol = 0x50),
or exactly 12 characters long (if the device supports a CBI interface,
bInterfaceProtocol = 0x00 or 0x01, and has a serial number).
</content>
</entry>
<entry>
<title>add other speed descriptor callback tud_descriptor_other_speed_configuration_cb()</title>
<updated>2021-09-09T08:17:19Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2021-09-09T07:34:03Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=f81368174b613f4168ddb0e2ec1822c8dbc31d59'/>
<id>urn:sha1:f81368174b613f4168ddb0e2ec1822c8dbc31d59</id>
<content type='text'>
example implement tud_descriptor_device_qualifier_cb() and
tud_descriptor_other_speed_configuration_cb() on high speed device to
fully compliant to usbcv
</content>
</entry>
<entry>
<title>fix msc example with out of bound lba (due to compliant test)</title>
<updated>2021-08-28T13:26:56Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2021-08-28T13:26:56Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=54013737d5949152959e470d3df3d0465296e251'/>
<id>urn:sha1:54013737d5949152959e470d3df3d0465296e251</id>
<content type='text'>
</content>
</entry>
<entry>
<title>correct msc example return type of tud_msc_scsi_cb()</title>
<updated>2021-08-27T18:23:20Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2021-08-27T18:23:20Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=a53839ef44345377e863e4635909c2dacc81f059'/>
<id>urn:sha1:a53839ef44345377e863e4635909c2dacc81f059</id>
<content type='text'>
</content>
</entry>
<entry>
<title>update msc driver to pass MSC BOT error recovery compliant test</title>
<updated>2021-08-27T05:38:41Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2021-08-27T05:38:41Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=9394de6ae74cf01ba8c8f1dab57dbbdfad6d6407'/>
<id>urn:sha1:9394de6ae74cf01ba8c8f1dab57dbbdfad6d6407</id>
<content type='text'>
</content>
</entry>
<entry>
<title>TD 9.12 remote wakeup test</title>
<updated>2021-08-26T10:08:22Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2021-08-26T10:08:22Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=ed4602158bb4e19f4dba122383be1c4845914bde'/>
<id>urn:sha1:ed4602158bb4e19f4dba122383be1c4845914bde</id>
<content type='text'>
remove TUSB_DESC_CONFIG_ATT_REMOTE_WAKEUP attribute from non-hid
examples
</content>
</entry>
<entry>
<title>Fix merge error.</title>
<updated>2021-07-17T18:44:44Z</updated>
<author>
<name>MasterPhi</name>
<email>admin@hifiphile.com</email>
</author>
<published>2021-07-17T18:41:19Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=f52e1889c7f4bca23311a97b5869eab70c766094'/>
<id>urn:sha1:f52e1889c7f4bca23311a97b5869eab70c766094</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Rename SAM7X to SAMX7X</title>
<updated>2021-06-12T10:36:59Z</updated>
<author>
<name>MasterPhi</name>
<email>admin@hifiphile.com</email>
</author>
<published>2021-06-12T10:28:28Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=85fc42356977cac4d893c33eff80937e6ff9b45a'/>
<id>urn:sha1:85fc42356977cac4d893c33eff80937e6ff9b45a</id>
<content type='text'>
Signed-off-by: MasterPhi &lt;admin@hifiphile.com&gt;
</content>
</entry>
<entry>
<title>dcd: sam7x: rename family dcd to include the whole family</title>
<updated>2021-06-11T23:09:24Z</updated>
<author>
<name>Rafael Silva</name>
<email>perigoso@riseup.net</email>
</author>
<published>2021-06-11T21:50:00Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=776a7709474a0736ed21218c2ff84208745c58cc'/>
<id>urn:sha1:776a7709474a0736ed21218c2ff84208745c58cc</id>
<content type='text'>
Signed-off-by: Rafael Silva &lt;perigoso@riseup.net&gt;
</content>
</entry>
<entry>
<title>Add fifo &amp; DMA linked list mode support.</title>
<updated>2021-06-11T10:17:11Z</updated>
<author>
<name>MasterPhi</name>
<email>admin@hifiphile.com</email>
</author>
<published>2021-06-11T10:14:14Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=c291deccfac7725a4e1f26357e133f32887e65aa'/>
<id>urn:sha1:c291deccfac7725a4e1f26357e133f32887e65aa</id>
<content type='text'>
</content>
</entry>
</feed>
