microsoft / microsoft/Windows-rust-driver-samples
Port OSR KMDF USB-FX2 sample.
@NateD-MSFT is already working on this.
Since Jun 26, 2024.
- Dominant language
- Rust
- Stars
- 356
- Forks
- 42
- PR merge metrics
- No merged PRs in 30d
Description
The OSR USB-FX2 board is a standard learning device for driver developers getting their feet wet with KMDF and USB development. See more details on MSDN here: https://learn.microsoft.com/en-us/samples/microsoft/windows-driver-samples/sample-kmdf-function-driver-for-osr-usb-fx2/
The C source code can be viewed here: https://github.com/microsoft/Windows-driver-samples/tree/main/usb/kmdf_fx2
I will be porting this sample (within current capabilities) to Rust to explore the limitations and capabilities of our current infrastructure.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.