summaryrefslogtreecommitdiff
path: root/spb
diff options
context:
space:
mode:
authorDen Delimarsky <[email protected]>2019-03-13 14:21:46 -0700
committerDen Delimarsky <[email protected]>2019-03-13 14:21:46 -0700
commit34dcaceff4ea13c5078c06058957abf075b358ef (patch)
tree84c5048b5568cda4d2ecbfdd19ab88425f4a22c8 /spb
parent1404d5fcfc743326d065c7f6977a68e92f3bf9f6 (diff)
Update READMEs
Diffstat (limited to 'spb')
-rw-r--r--spb/SkeletonI2C/README.md4
-rw-r--r--spb/SpbTestTool/README.md4
2 files changed, 4 insertions, 4 deletions
diff --git a/spb/SkeletonI2C/README.md b/spb/SkeletonI2C/README.md
index f1c209da..a9fbb672 100644
--- a/spb/SkeletonI2C/README.md
+++ b/spb/SkeletonI2C/README.md
@@ -2,9 +2,9 @@
topic: sample
description: Demonstrates how to design a KMDF controller driver for Windows that conforms to the simple peripheral bus (SPB) device driver interface (DDI).
languages:
- - cpp
+- cpp
products:
- - windows
+- windows
---
<!---
diff --git a/spb/SpbTestTool/README.md b/spb/SpbTestTool/README.md
index 42b97229..242f09f4 100644
--- a/spb/SpbTestTool/README.md
+++ b/spb/SpbTestTool/README.md
@@ -2,9 +2,9 @@
topic: sample
description: Demonstrates how to open a handle to the SPB controller, use the SPB interface from a KMDF driver, and employ GPIO.
languages:
- - cpp
+- cpp
products:
- - windows
+- windows
---
<!---