| # 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 | |
| ``` | |