Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
jialzhu committed Mar 13, 2018
2 parents 1b4df0c + 0b708b0 commit f29c6af
Show file tree
Hide file tree
Showing 5 changed files with 31 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# Bus tools for Windows

This repo contains the scripts and tools to help discover and diagnose issues peripheral developers may encounter when making their peripheral work for Windows. The tools and scripts are described in greater detail on our [blog](https://blogs.msdn.microsoft.com/usbcoreblog/).
This repo contains the scripts and tools to help discover and diagnose issues developers may encounter when making a peripheral work for Windows. The tools and scripts are described in greater detail on our [blog](https://blogs.msdn.microsoft.com/usbcoreblog/).

## Directory of Tools
* [HMD Validation Kit](hmdvalidationkit/README.md)
* [Simple Peripheral Buses- I2C, UART, SPI](spb/README.md)
* [Sensor Tools](sensors/README.md)
* [USB Tools](usb/README.md)

2 changes: 2 additions & 0 deletions hmdvalidationkit/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -208,3 +208,5 @@
protected virtual void Dispose(bool disposing)

Click here to download the BUS IO Tools package as a zip file: https://github.com/Microsoft/busiotools/archive/master.zip

[Back to root](http://aka.ms/bustools)
16 changes: 16 additions & 0 deletions sensors/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# Sensor Tools and Diagnostics

## Directory of Sensor tools
* MonitorBrightnessApp - Win32k sample for viewing sensor state
* [Source](MonitorBrightnessApp)
* SensorExplorer - Store App for testing sensors and viewing sensor state
* [SensorExplorer store link](https://www.microsoft.com/store/productId/9PGL3XPQ1TPX)
* [Source](SensorExplorer)
* [Tracing and Logging](tracing/README.md)


Click here to download the BUS IO Tools package as a zip file: https://github.com/Microsoft/busiotools/archive/master.zip


[Back to root](http://aka.ms/bustools)

2 changes: 2 additions & 0 deletions spb/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,5 @@ View the resulting WPP traces with TraceView, available in the Windows SDK.

Click here to download the BUS IO Tools package as a zip file: https://github.com/Microsoft/busiotools/archive/master.zip


[Back to root](http://aka.ms/bustools)
3 changes: 3 additions & 0 deletions usb/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,6 @@ See the Microsoft Windows USB Core Team Blog for additional information on USB t

Click here to download the BUS IO Tools package as a zip file: https://github.com/Microsoft/busiotools/archive/master.zip


[Back to root](http://aka.ms/bustools)

0 comments on commit f29c6af

Please sign in to comment.