Crate usbd_picotool_reset

Source
Expand description

UsbClass implementation for the picotool reset feature.

§Note

For picotool to recognize your device, your device must be using Raspberry Pi’s vendor ID (0x2e8a) and one of the product ID. You can check picotool’s sources for an exhaustive list.

Structs§

PicoToolReset
UsbClass implementation for Picotool’s reset feature.

Enums§

DefaultConfig
Default configuration for PicoTool class.
DisableInterface
Defines which feature of the bootloader are made available after reset.

Traits§

Config
Allows to customize the configuration of the UsbClass.