Chapter 2. API Reference
CONFIG_TINYUSB_DESC_USE_DEFAULT_PID
PID: Use a default PID assigned to TinyUSB
Found in: Component config > TinyUSB Stack > CONFIG_TINYUSB > Descriptor configuration
Default TinyUSB PID assigning uses values 0x4000…0x4007.
Default value:
• Yes (enabled) if CONFIG_TINYUSB
CONFIG_TINYUSB_DESC_CUSTOM_PID
PID: Custom product ID
Found in: Component config > TinyUSB Stack > CONFIG_TINYUSB > Descriptor configuration
Custom Product ID.
Default value:
•“0x5678”if CONFIG_TINYUSB_DESC_USE_DEFAULT_PID && CONFIG_TINYUSB
CONFIG_TINYUSB_DESC_BCD_DEVICE
bcdDevice
Found in: Component config > TinyUSB Stack > CONFIG_TINYUSB > Descriptor configuration
Version of the firmware of the USB device.
Default value:
•“0x0100”if CONFIG_TINYUSB
CONFIG_TINYUSB_DESC_MANUFACTURER_STRING
Manufacturer name
Found in: Component config > TinyUSB Stack > CONFIG_TINYUSB > Descriptor configuration
Name of the manufacturer of the USB device.
Default value:
•“Espressif Systems”if CONFIG_TINYUSB
CONFIG_TINYUSB_DESC_PRODUCT_STRING
Product name
Found in: Component config > TinyUSB Stack > CONFIG_TINYUSB > Descriptor configuration
Name of the USB device.
Default value:
•“Espressif Device”if CONFIG_TINYUSB
CONFIG_TINYUSB_DESC_SERIAL_STRING
Serial string
Found in: Component config > TinyUSB Stack > CONFIG_TINYUSB > Descriptor configuration
Serial number of the USB device.
Default value:
• 123456 if CONFIG_TINYUSB
Espressif Systems 1228
Submit Document Feedback
Release v4.4