diff options
| author | Barry Golden <[email protected]> | 2019-03-12 14:02:43 -0700 |
|---|---|---|
| committer | Adonais Romero González <[email protected]> | 2019-03-12 14:02:43 -0700 |
| commit | ef7ec4ec9ff7ce3c53d60e1c8906915966e17e01 (patch) | |
| tree | 3017523a73c6552c27947d402afa6062f4df2706 /wpd/WpdBasicHardwareDriver | |
| parent | 35bff356ac249057f4d673d39c7f28ed348cbf0f (diff) | |
Update README.md for samples portal (#358)
* Update README.md for samples portal
* Update README.md for samples portal
* Removed installwdf
* Update fork (#2)
* Fix typo
ture -> true
* Remove InstallWdf sample
* Fix typo (#340)
ture -> true
* Readme typo fix (#349)
* Update langid
Diffstat (limited to 'wpd/WpdBasicHardwareDriver')
| -rw-r--r-- | wpd/WpdBasicHardwareDriver/README.md | 30 | ||||
| -rw-r--r-- | wpd/WpdBasicHardwareDriver/wpd-wpdbasichardwaredriver.yml | 12 |
2 files changed, 16 insertions, 26 deletions
diff --git a/wpd/WpdBasicHardwareDriver/README.md b/wpd/WpdBasicHardwareDriver/README.md index cf1b6dc7..191a1605 100644 --- a/wpd/WpdBasicHardwareDriver/README.md +++ b/wpd/WpdBasicHardwareDriver/README.md @@ -1,3 +1,13 @@ +--- +topic: sample +name: WPD Basic Hardware Sample Driver +description: Supports nine sensor devices that integrate with the Parallax BS2 programmable microcontroller. +languages: + - cpp +products: + - windows +--- + <!--- name: WPD Basic Hardware Sample Driver platform: UMDF1 @@ -7,9 +17,7 @@ samplefwlink: http://go.microsoft.com/fwlink/p/?LinkId=620318 ---> - -WPD Basic Hardware Sample Driver (UMDF Version 1) -================================================= +# WPD Basic Hardware Sample Driver (UMDF Version 1) The WpdBasicHardwareDriver is a WPD driver that supports nine devices. These devices were selected because of their simplicity. This simplicity allowed the sample to focus on the tasks that are common to portable devices without getting bogged down in hardware complexities. @@ -25,9 +33,7 @@ The microcontroller firmware for each of the nine circuits is included in the ** For a complete description of this sample and its underlying code and functionality, refer to the [WPD Basic Hardware Driver](http://msdn.microsoft.com/en-us/library/windows/hardware/ff597697) description in the Windows Driver Kit documentation. - -Related topics --------------- +## Related topics [WPD Design Guide](http://msdn.microsoft.com/en-us/library/windows/hardware/ff597864) @@ -35,21 +41,17 @@ Related topics [WPD Programming Guide](http://msdn.microsoft.com/en-us/library/windows/hardware/) - -Installation ------------- +## Installation To test this sample, you must have a test computer. This can be a second computer or, if necessary, your development computer. To install the WpdBasicHardwareDriver sample, do the following: -1. Copy the driver binary and the wpdbasichardwaredriver.inf file to a directory on your test computer (for example, C:\\wpdbasichardwaredriver.) - -2. Copy the UMDF coinstaller, WUDFUpdate\_*MMmmmm*.dll, from the \\redist\\wdf\\\<architecture\> directory to the same directory (for example, C:\\wpdbasichardwaredriver). +1. Copy the driver binary and the wpdbasichardwaredriver.inf file to a directory on your test computer (for example, C:\\wpdbasichardwaredriver.) +1. Copy the UMDF coinstaller, WUDFUpdate\_*MMmmmm*.dll, from the \\redist\\wdf\\\<architecture\> directory to the same directory (for example, C:\\wpdbasichardwaredriver). **Note** You can obtain the co-installers by downloading and installing the "Windows Driver Framework (WDF)" package from [WDK 8 Redistributable Components](http://go.microsoft.com/fwlink/p/?LinkID=226396). -3. Navigate to the directory that contains the INF file and binaries (for example, cd /d c:\\wpdbasichardwaredriver), and run DevCon.exe as follows: +1. Navigate to the directory that contains the INF file and binaries (for example, cd /d c:\\wpdbasichardwaredriver), and run DevCon.exe as follows: **devcon.exe install wpdbasichardwaredriver.inf WUDF\\WpdBasicHardware** You can find DevCon.exe in the \\tools directory of the WDK (for example, \\tools\\devcon\\i386\\devcon.exe). - diff --git a/wpd/WpdBasicHardwareDriver/wpd-wpdbasichardwaredriver.yml b/wpd/WpdBasicHardwareDriver/wpd-wpdbasichardwaredriver.yml deleted file mode 100644 index 087df718..00000000 --- a/wpd/WpdBasicHardwareDriver/wpd-wpdbasichardwaredriver.yml +++ /dev/null @@ -1,12 +0,0 @@ -### YamlMime:Sample -sample: -- name: WPD Basic Hardware Sample Driver - description: Supports nine sensor devices that integrate with the Parallax BS2 programmable microcontroller. - generateZip: true - preserveParentHierarchy: true - author: windows-driver-samples - languages: - - cpp - technologies: - - windows - vssolution: /wpd/WpdBasicHardwareDriver/WpdBasicHardwareDriver.sln |
