espressif_tinyusb/examples/device/msc_dual_lun
Jerzy Kasenberg 9a688224d0 msc examples: Extend serial number to 12 digits
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 >= 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).
2021-10-15 14:07:40 +02:00
..
src msc examples: Extend serial number to 12 digits 2021-10-15 14:07:40 +02:00
.skip.MCU_MKL25ZXX skip overflow sram examples for kl25 2020-12-25 23:20:45 +07:00
.skip.MCU_SAMD11 add OPT_MCU_SAMD11 2020-08-22 18:46:19 +07:00
CMakeLists.txt Make examples standalone buildable via CMake 2021-06-10 10:11:20 -05:00
Makefile makefile clean up 2019-05-14 13:59:45 +07:00