Skip to content

Commit

Permalink
[UMDF v1] Remove usb/wdf_osrfx2_lab/umdf
Browse files Browse the repository at this point in the history
  • Loading branch information
wm1 committed Jan 13, 2023
1 parent b617d6b commit 948b220
Show file tree
Hide file tree
Showing 77 changed files with 7 additions and 13,950 deletions.
7 changes: 7 additions & 0 deletions usb/wdf_osrfx2_lab/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,13 @@ products:

# WDF Sample Driver Learning Lab for OSR USB-FX2

> [!WARNING]
> UMDF 2 is the latest version of UMDF and supersedes UMDF 1. All new UMDF drivers should be written using UMDF 2. No new features are being added to UMDF 1 and there is limited support for UMDF 1 on newer versions of Windows 10. Universal Windows drivers must use UMDF 2.
>
> For more info, see [Getting Started with UMDF](https://docs.microsoft.com/windows-hardware/drivers/wdf/getting-started-with-umdf-version-2).
>
> The UMDF v1 sample can be accessed using `git checkout win11-22h2`. A direct link is: https://github.com/microsoft/Windows-driver-samples/tree/win11-22h2
The wdf\_osrfx2\_lab sample contains a console test application and a series of iterative drivers for both Kernel-Mode Driver Framework (KMDF) and User-Mode Driver Framework (UMDF) version 1.

In the Windows Driver Kit (WDK) for Windows 7 and earlier versions of Windows, the osrusbfx2 sample demonstrated how to perform bulk and interrupt data transfers to an USB device. The sample was written for the OSR USB-FX2 Learning Kit.
Expand Down
223 changes: 0 additions & 223 deletions usb/wdf_osrfx2_lab/umdf/exe/WudfOsrUsbFx2Test.vcxproj

This file was deleted.

30 changes: 0 additions & 30 deletions usb/wdf_osrfx2_lab/umdf/exe/WudfOsrUsbFx2Test.vcxproj.Filters

This file was deleted.

Loading

0 comments on commit 948b220

Please sign in to comment.