diff options
| author | Barry Golden <[email protected]> | 2018-02-28 09:14:29 -0800 |
|---|---|---|
| committer | Wei Mao <[email protected]> | 2018-02-28 09:14:29 -0800 |
| commit | ba25139ebc243c1a79dcd6168cc95563a467b7ef (patch) | |
| tree | 039959ca9f4d884b7fce99deb67c02573e53d7ab /spb | |
| parent | 9f760bef0de19ea6ceec4c46189903fa0f276c92 (diff) | |
Added .yaml files for samples portal (#214)
Diffstat (limited to 'spb')
| -rw-r--r-- | spb/SkeletonI2C/spb-skeletoni2c.yaml | 10 | ||||
| -rw-r--r-- | spb/SpbTestTool/spb-spbtesttool.yaml | 10 |
2 files changed, 20 insertions, 0 deletions
diff --git a/spb/SkeletonI2C/spb-skeletoni2c.yaml b/spb/SkeletonI2C/spb-skeletoni2c.yaml new file mode 100644 index 00000000..82324a5b --- /dev/null +++ b/spb/SkeletonI2C/spb-skeletoni2c.yaml @@ -0,0 +1,10 @@ +### YamlMime:Sample +sample: +- name: Skeleton I2C Sample Driver + description: Demonstrates how to design a KMDF controller driver for Windows that conforms to the simple peripheral bus (SPB) device driver interface (DDI). + generateZip: true + author: windows-driver-samples + languages: + - cpp + technologies: + - windows diff --git a/spb/SpbTestTool/spb-spbtesttool.yaml b/spb/SpbTestTool/spb-spbtesttool.yaml new file mode 100644 index 00000000..c16a2401 --- /dev/null +++ b/spb/SpbTestTool/spb-spbtesttool.yaml @@ -0,0 +1,10 @@ +### YamlMime:Sample +sample: +- name: SpbTestTool sample + description: Demonstrates how to open a handle to the SPB controller, use the SPB interface from a KMDF driver, and employ GPIO. + generateZip: true + author: windows-driver-samples + languages: + - cpp + technologies: + - windows |
