summaryrefslogtreecommitdiff
path: root/spb/SpbTestTool
diff options
context:
space:
mode:
authorBarry Golden <[email protected]>2019-09-06 05:20:38 -0700
committerGitHub <[email protected]>2019-09-06 05:20:38 -0700
commitbbe176e4e13cb9f963897173a935e639267a1a20 (patch)
tree34072ee3c72436e12433fd6b2166415aca3bd410 /spb/SpbTestTool
parent22af24719daf72029a70119cc6653d2a3b940549 (diff)
Diffstat (limited to 'spb/SpbTestTool')
-rw-r--r--spb/SpbTestTool/README.md12
1 files changed, 1 insertions, 11 deletions
diff --git a/spb/SpbTestTool/README.md b/spb/SpbTestTool/README.md
index 522ce4ad..3f4c4680 100644
--- a/spb/SpbTestTool/README.md
+++ b/spb/SpbTestTool/README.md
@@ -8,16 +8,6 @@ products:
- windows-wdk
---
-
-<!---
- 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
The SpbTestTool sample serves two purposes. First, it demonstrates how to open a handle to the [SPB controller](http://msdn.microsoft.com/en-us/library/windows/hardware/hh698220), use the SPB interface from a KMDF driver, and employ GPIO [passive-level interrupts](http://msdn.microsoft.com/en-us/library/windows/hardware/hh451035). Second, it implements a set of commands for communicating with a peripheral device to aid in debugging.
@@ -124,4 +114,4 @@ internal.h | Common includes and function definitions
main.cpp | Application entry point, input parsing, and main execution loop. Also contains the interrupt notification thread.
makefile | Redirects to the real makefile that is shared by all components of the WDK.
sources | Lists source files and build options.
-util.cpp | Helper functions \ No newline at end of file
+util.cpp | Helper functions