summaryrefslogtreecommitdiff
path: root/spb
diff options
context:
space:
mode:
authorBarry Golden <[email protected]>2017-08-25 20:51:02 -0700
committerBarry Golden <[email protected]>2017-08-25 20:51:02 -0700
commit13ca5b69d2a1b20e5cfa8ecc94bfea9ece8aaa9a (patch)
treedc4870ec4210e09b2b967ebc25a853cd691bc0d2 /spb
parent112a28423dea2f79402bc20d1cad07afe4f69e22 (diff)
VSTS 12737998
Diffstat (limited to 'spb')
-rw-r--r--spb/SkeletonI2C/README.md12
-rw-r--r--spb/SpbTestTool/README.md10
2 files changed, 21 insertions, 1 deletions
diff --git a/spb/SkeletonI2C/README.md b/spb/SkeletonI2C/README.md
index 4522af7c..2e639a9d 100644
--- a/spb/SkeletonI2C/README.md
+++ b/spb/SkeletonI2C/README.md
@@ -1,5 +1,15 @@
+<!---
+ name: Skeleton I2C Sample Driver
+ platform: KMDF
+ language: cpp
+ category: SimplePeripheralBus
+ description: Demonstrates how to design a KMDF controller driver for Windows that conforms to the simple peripheral bus (SPB) device driver interface (DDI).
+ samplefwlink: http://go.microsoft.com/fwlink/p/?LinkId=617969
+--->
+
+
Skeleton I2C Sample Driver
-=========================
+==========================
The SkeletonI2C sample demonstrates how to design a KMDF controller driver for Windows that conforms to the [simple peripheral bus](http://msdn.microsoft.com/en-us/library/windows/hardware/hh450903) (SPB) device driver interface (DDI). SPB is an abstraction for low-speed serial buses (for example, I<sup>2</sup>C and SPI) that allows peripheral drivers to be developed for cross-platform use without any knowledge of the underlying bus hardware or device connections. While this sample implements an empty I<sup>2</sup>C driver, it could just as easily be the starting point for an SPI driver with only minor modifications.
diff --git a/spb/SpbTestTool/README.md b/spb/SpbTestTool/README.md
index d7c9eb2e..fbee4e70 100644
--- a/spb/SpbTestTool/README.md
+++ b/spb/SpbTestTool/README.md
@@ -1,3 +1,13 @@
+<!---
+ name: SpbTestTool sample
+ platform: KMDF
+ language: cpp
+ category: SimplePeripheralBus
+ description: Demonstrates how to open a handle to the SPB controller, use the SPB interface from a KMDF driver, and employ GPIO.
+ samplefwlink: http://go.microsoft.com/fwlink/p/?LinkId=617970
+--->
+
+
SpbTestTool
===========