summaryrefslogtreecommitdiff
path: root/extra/tigertool/ecusb/__init__.py
diff options
context:
space:
mode:
authorNick Sanders <nsanders@chromium.org>2017-05-02 21:31:10 -0700
committerchrome-bot <chrome-bot@chromium.org>2017-05-16 00:09:24 -0700
commit395fce39e2116e3aa7a90f98671ef2310e987dc2 (patch)
treed169e78382f68cea4a53a5f6fa7b918aa04aa3fa /extra/tigertool/ecusb/__init__.py
parentf09ac93aeabcab6e681128a6a186aa9b511bcab5 (diff)
downloadchrome-ec-395fce39e2116e3aa7a90f98671ef2310e987dc2.tar.gz
tigertail: tigertool command line api
This tool allows an easy commandline interface to set the USB-C mux position, as well as init and reboot. BRANCH=None BUG=b:35849284 TEST=flash, control tigertail successfully Change-Id: I8d60c215fee04de158c22edca5377c3c6cd48cf0 Reviewed-on: https://chromium-review.googlesource.com/493617 Commit-Ready: Nick Sanders <nsanders@chromium.org> Tested-by: Nick Sanders <nsanders@chromium.org> Reviewed-by: Aseda Aboagye <aaboagye@chromium.org>
Diffstat (limited to 'extra/tigertool/ecusb/__init__.py')
-rw-r--r--extra/tigertool/ecusb/__init__.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/extra/tigertool/ecusb/__init__.py b/extra/tigertool/ecusb/__init__.py
new file mode 100644
index 0000000000..c2af553d57
--- /dev/null
+++ b/extra/tigertool/ecusb/__init__.py
@@ -0,0 +1,5 @@
+# Copyright 2017 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+__all__ = ['tiny_servo_common', 'stm32usb', 'stm32uart', 'pty_driver']