diff options
| author | Barry Golden <[email protected]> | 2019-09-06 05:20:38 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2019-09-06 05:20:38 -0700 |
| commit | bbe176e4e13cb9f963897173a935e639267a1a20 (patch) | |
| tree | 34072ee3c72436e12433fd6b2166415aca3bd410 /spb/SpbTestTool/README.md | |
| parent | 22af24719daf72029a70119cc6653d2a3b940549 (diff) | |
Update README.md (#412)82047820468204582044820438204282041820408203982038820378203682035820348203382032820318203082029820288202782026
Diffstat (limited to 'spb/SpbTestTool/README.md')
| -rw-r--r-- | spb/SpbTestTool/README.md | 12 |
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 |
