Add Minimal Thread Device to build. (#973)

This commit is contained in:
Jonathan Hui
2016-11-17 01:02:40 +08:00
committed by GitHub
parent 93267301b6
commit 257e418b21
24 changed files with 1877 additions and 1260 deletions
+2 -2
View File
@@ -59,9 +59,9 @@ class Node:
cmd = os.environ['OT_CLI_PATH']
elif "top_builddir" in os.environ.keys():
srcdir = os.environ['top_builddir']
cmd = '%s/examples/apps/cli/ot-cli' % srcdir
cmd = '%s/examples/apps/cli/ot-cli-ftd' % srcdir
else:
cmd = './ot-cli'
cmd = './ot-cli-ftd'
cmd += ' %d' % nodeid
print ("%s" % cmd)