diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2017-04-13 12:09:37 -0400 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2017-04-13 13:20:13 -0400 |
commit | daff83ee9a7366c23470a78d30d20df3881293c0 (patch) | |
tree | 5e421031dd795b2004bc4bc839f05b7eacfc4c52 /lib/README | |
parent | 9f9e3e61d60c4d5e377bff1ce0128294a864cfc3 (diff) | |
download | kutter-daff83ee9a7366c23470a78d30d20df3881293c0.tar.gz kutter-daff83ee9a7366c23470a78d30d20df3881293c0.tar.xz kutter-daff83ee9a7366c23470a78d30d20df3881293c0.zip |
hub-ctrl: Add support for micro-controller reset via RPi usb power toggling
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'lib/README')
-rw-r--r-- | lib/README | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -10,3 +10,7 @@ The cmsis-sam3x8e directory contains code from the Arduino project: version 1.5.1 (extracted on 20160608). It has been modified to compile with gcc's LTO feature. See cmsis-sam3x8e.patch for the modifications. + +The hub-ctrl directory contains code from: + https://github.com/codazoda/hub-ctrl.c/ +revision 42095e522859059e8a5f4ec05c1e3def01a870a9. |