<feed xmlns='http://www.w3.org/2005/Atom'>
<title>tinyusb.git/examples/device/cdc_msc_freertos/src, branch 0.13.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_freertos/src?h=0.13.0</id>
<link rel='self' href='http://cgit.235523.xyz/tinyusb.git/atom/examples/device/cdc_msc_freertos/src?h=0.13.0'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/'/>
<updated>2022-02-18T06:07:21Z</updated>
<entry>
<title>fix build with latest esp idf</title>
<updated>2022-02-18T06:07:21Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2022-02-18T06:07:21Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=52645fcc1b6f00d4bf6b211a5425addf7d3a1e8c'/>
<id>urn:sha1:52645fcc1b6f00d4bf6b211a5425addf7d3a1e8c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>msc example response PREVENT_ALLOW_MEDIUM_REMOVAL command as unsupported command</title>
<updated>2022-02-15T15:40:08Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2022-02-15T15:40:08Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=391edc7afb06359c7064752b1374550d1b526901'/>
<id>urn:sha1:391edc7afb06359c7064752b1374550d1b526901</id>
<content type='text'>
LUN1 of msc_disk_dual will be set to not ready to simulate medium not
present (e.g SD card removed)
</content>
</entry>
<entry>
<title>use 4k stack for example with esp32sx</title>
<updated>2021-11-29T06:24:10Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2021-11-29T06:24:10Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=7ad0af64cc172331413aa634aa28002171fe31ab'/>
<id>urn:sha1:7ad0af64cc172331413aa634aa28002171fe31ab</id>
<content type='text'>
</content>
</entry>
<entry>
<title>change usage of TU_CHECK_MCU() to prevent macro conflict</title>
<updated>2021-10-25T10:04:03Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2021-10-25T10:04:03Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=dbd31895bc234ff6d76d3fe736dc613890ab7acb'/>
<id>urn:sha1:dbd31895bc234ff6d76d3fe736dc613890ab7acb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>moving esp32s2 to dwc2, abstract dwc2_set_turnaround()</title>
<updated>2021-10-25T08:51:41Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2021-10-25T08:51:41Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=4ccf60954d184c0530daf800090bd7103aacee86'/>
<id>urn:sha1:4ccf60954d184c0530daf800090bd7103aacee86</id>
<content type='text'>
</content>
</entry>
<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>rename CFG_TUD_NET to CFG_TUD_ECM_RNDIS</title>
<updated>2021-10-05T09:00:07Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2021-10-05T05:32:07Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=a867d87072e6f25e47f209e9615e00b97a9eb36f'/>
<id>urn:sha1:a867d87072e6f25e47f209e9615e00b97a9eb36f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge branch 'add_ncm' of https://github.com/majbthrd/tinyusb into majbthrd-add_ncm</title>
<updated>2021-10-05T04:39:32Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2021-10-05T04:39:32Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=31cfd5a68443db941dbce88cebaf8fdf2d16a6a0'/>
<id>urn:sha1:31cfd5a68443db941dbce88cebaf8fdf2d16a6a0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge branch 'master' of github.com:hathach/tinyusb into zhangslice-master</title>
<updated>2021-09-29T08:27:41Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2021-09-29T08:27:41Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=103309b88b0f4e566f2de17d26c159f5e1e92c8b'/>
<id>urn:sha1:103309b88b0f4e566f2de17d26c159f5e1e92c8b</id>
<content type='text'>
examples/device/hid_composite_freertos/src/FreeRTOSConfig/FreeRTOSConfig.h
</content>
</entry>
<entry>
<title>make freertos header include in examples more explicit</title>
<updated>2021-09-26T05:23:08Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2021-09-26T05:23:08Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=fba5ec813423b3e3e0f08c5c54e40143a9632e4e'/>
<id>urn:sha1:fba5ec813423b3e3e0f08c5c54e40143a9632e4e</id>
<content type='text'>
</content>
</entry>
</feed>
