commit | eda63f392d6eb486a08d5ce1dc262c975254de53 | [log] [tgz] |
---|---|---|
author | Brian Silverman <bsilver16384@gmail.com> | Sun Oct 08 18:57:33 2017 -0400 |
committer | Brian Silverman <bsilver16384@gmail.com> | Wed Nov 01 03:17:28 2017 -0400 |
tree | 09bee251c2087ec8fb302c5783ac0d168cfae991 | |
parent | 182dd8e3d42fcd95a9a24540b55bc9c125c84536 [diff] [blame] |
Add a working CDC TTY USB device I'm pretty sure it reliably moves data in both directions, but it has a lot of TODOs left wrt error handling. Change-Id: I1d96a63eea7bdc08f6ec78c868c4a1ccbfbda600
diff --git a/motors/pistol_grip/BUILD b/motors/pistol_grip/BUILD index d83b284..364801b 100644 --- a/motors/pistol_grip/BUILD +++ b/motors/pistol_grip/BUILD
@@ -9,6 +9,7 @@ deps = [ '//motors:util', '//motors/usb', + '//motors/usb:cdc', '//motors/core', ], restricted_to = mcu_cpus,