Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 255 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 255 Bytes

usb-host

Rust 实现的 USB-Host 驱动

测试

运行Qemu测例

cargo install ostool
cargo test --test test -- --show-output

真机使用uboot运行测例

cargo test --test test -- --show-output --uboot

参考资料