summaryrefslogtreecommitdiff
path: root/extra/usb_serial
diff options
context:
space:
mode:
authorAnton Staaf <robotboy@chromium.org>2016-06-13 11:17:27 -0700
committerchrome-bot <chrome-bot@chromium.org>2016-06-15 17:54:51 -0700
commit3a382417d1de0521472b0f6b9d45553ebd3105d1 (patch)
tree2ffe10850d55fc995cb45e517a351f0f24036208 /extra/usb_serial
parent0201aa1620e89817acf84ff50532b3d4425c63cd (diff)
downloadchrome-ec-3a382417d1de0521472b0f6b9d45553ebd3105d1.tar.gz
USB Serial: Add README and update CCD docs
The README points the reader back to the docs directory where the CCD documentation lives. I've added information about the install script, and about how the raiden module identifies a CCD serial console. Signed-off-by: Anton Staaf <robotboy@chromium.org> BRANCH=None BUG=None TEST=make buildall -j Change-Id: I8714dffcad0b8c30f46529a8f2d670b5d432cda6 Reviewed-on: https://chromium-review.googlesource.com/352787 Commit-Ready: Anton Staaf <robotboy@chromium.org> Tested-by: Anton Staaf <robotboy@chromium.org> Reviewed-by: Anton Staaf <robotboy@chromium.org> Reviewed-by: Vadim Bendebury <vbendeb@chromium.org>
Diffstat (limited to 'extra/usb_serial')
-rw-r--r--extra/usb_serial/README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/extra/usb_serial/README.md b/extra/usb_serial/README.md
new file mode 100644
index 0000000000..f13e88eb24
--- /dev/null
+++ b/extra/usb_serial/README.md
@@ -0,0 +1,4 @@
+Case Closed Debugging Serial Consoles over USB
+==============================================
+
+Please see the documentation in `../docs/case_closed_debugging.md`.