blob: 1b58a99407b904a464d9550a62d6f30d210c767c [file] [log] [blame] [view]
# usb-fastboot-function
Driver for fastboot over usb.
## Testing
Unit tests for usb-fastboot-function are available in the `usb-fastboot-function-tests`
package. To run the test, use:
```
$ fx set ... --with src/firmware/drivers/usb-fastboot-function:tests
$ fx test usb-fastboot-function-tests
```