The latest development version of this page may be more current than this released 2.7.0 version.

CONFIG_USB_DEVICE_DFU_PID

USB DFU Product ID

Type: hex

Help

USB device product ID in DFU mode. MUST be configured by vendor.

Direct dependencies

USB_DFU_CLASS && USB_DEVICE_STACK

(Includes any dependencies from ifs and menus.)

Default

  • 0xFFFF

Kconfig definition

At subsys/usb/class/dfu/Kconfig:15

Included via Kconfig:8Kconfig.zephyr:44subsys/Kconfig:49subsys/usb/Kconfig:160subsys/usb/class/Kconfig:20

Menu path: (Top) → Sub Systems and OS Services → USB Device Support → USB DFU Class Driver

config USB_DEVICE_DFU_PID
    hex "USB DFU Product ID"
    default 0xFFFF
    depends on USB_DFU_CLASS && USB_DEVICE_STACK
    help
      USB device product ID in DFU mode. MUST be configured by vendor.

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)