Windows-rust-driver-samples icon indicating copy to clipboard operation
Windows-rust-driver-samples copied to clipboard

Port OSR KMDF USB-FX2 sample.

Open NateD-MSFT opened this issue 7 months ago • 0 comments

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.

NateD-MSFT avatar Jun 26 '24 16:06 NateD-MSFT