Private
Public Access
2
0

tools: add new tools directory

This is the start of the series of commits focussed on
cleaning up the exmaples/ directory.

This commit moves mraa-gpio, mraa-i2c, mraa-uart files
out of examples directory into new tools directory. Moved
files are the good cadidates to be treated as tools
instead of examples.

Signed-off-by: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
Signed-off-by: Brendan Le Foll <brendan.le.foll@intel.com>
This commit is contained in:
Manivannan Sadhasivam
2017-10-20 13:56:58 +05:30
committed by Brendan Le Foll
parent c24a8f8b20
commit ec26f92fe6
6 changed files with 26 additions and 18 deletions

View File

@@ -271,3 +271,7 @@ if (BUILDTESTS AND PYTHON_DEFAULT_EXECUTABLE)
enable_testing ()
add_subdirectory (tests)
endif ()
if (INSTALLTOOLS)
add_subdirectory (tools)
endif()