Add tools directory to README. (#441)

This commit is contained in:
Jonathan Hui
2016-08-19 15:13:26 -07:00
committed by GitHub
parent 8195ed9c62
commit 4705b1625b
+4 -3
View File
@@ -57,11 +57,12 @@ In the repo you'll find the following directories and files:
File/Folder | Provides
--------------|----------------------------------------------------------------
`doc` | Doxygen docs
`examples` | Sample applications demonstrating various parts of OpenThread
`include` | Includes header files for OpenThread API
`src` | The core implementation of the Thread standard
`examples` | Sample applications demonstrating OpenThread
`include` | Public API header files
`src` | Core implementation of the Thread standard and related add-ons
`tests` | Unit and Thread conformance tests
`third_party` | Third-party code used by OpenThread
`tools` | Helpful utilities related to the OpenThread project
## Documentation ##