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 /gpio/samples | |
| 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 'gpio/samples')
| -rw-r--r-- | gpio/samples/README.md | 14 | ||||
| -rw-r--r-- | gpio/samples/gpio-samples.yml | 12 |
2 files changed, 11 insertions, 15 deletions
diff --git a/gpio/samples/README.md b/gpio/samples/README.md index ba05c2f6..c4c2d428 100644 --- a/gpio/samples/README.md +++ b/gpio/samples/README.md @@ -1,3 +1,13 @@ +--- +topic: sample +name: GPIO Sample Drivers +description: Illustrates how to write a GPIO controller driver that works in conjunction with the GPIO framework extension (GpioClx). +languages: + - cpp +products: + - windows +--- + <!--- name: GPIO Sample Drivers platform: KMDF UMDF1 @@ -7,9 +17,7 @@ samplefwlink: http://go.microsoft.com/fwlink/p/?LinkId=617729 ---> - -GPIO Sample Drivers -=================== +# GPIO Sample Drivers The GPIO samples contain annotated code to illustrate how to write a [GPIO controller driver](http://msdn.microsoft.com/en-us/library/windows/hardware/hh439509) that works in conjunction with the [GPIO framework extension](http://msdn.microsoft.com/en-us/library/windows/hardware/hh439512) (GpioClx) to handle GPIO I/O control requests, and a peripheral driver that runs in kernel mode and uses GPIO resources. For a sample that shows how to write a GPIO peripheral driver that runs in user mode, please refer to the SPB accelerometer sample driver (SPB\\peripherals\\accelerometer). diff --git a/gpio/samples/gpio-samples.yml b/gpio/samples/gpio-samples.yml deleted file mode 100644 index 069fff47..00000000 --- a/gpio/samples/gpio-samples.yml +++ /dev/null @@ -1,12 +0,0 @@ -### YamlMime:Sample -sample: -- name: GPIO Sample Drivers - description: Illustrates how to write a GPIO controller driver that works in conjunction with the GPIO framework extension (GpioClx). - generateZip: true - preserveParentHierarchy: true - author: windows-driver-samples - languages: - - cpp - technologies: - - windows - vssolution: /gpio/samples/sim.sln |
