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§
- Pico
Tool Reset - UsbClass implementation for Picotool’s reset feature.
Enums§
- Default
Config - Default configuration for PicoTool class.
- Disable
Interface - Defines which feature of the bootloader are made available after reset.
Traits§
- Config
- Allows to customize the configuration of the UsbClass.