Windows-rust-driver-samples
Windows-rust-driver-samples copied to clipboard
Port OSR KMDF USB-FX2 sample.
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.