Get some basic Teensy code working
It prints some stuff over the USB serial port and turns the on-board LED
on. Also tweak some of the existing code so it works with better
compiler options for what we're doing.
Change-Id: Ifcbd36f9eaca47a86f7a97e8c458c64f9b3df3ab
diff --git a/WORKSPACE b/WORKSPACE
index 4db4ba8..dc5e2da 100644
--- a/WORKSPACE
+++ b/WORKSPACE
@@ -117,3 +117,9 @@
url = 'http://frc971.org/Build-Dependencies/empty.tar.gz',
sha256 = '71939a7d75585a57d2e99a33d39f391764d8f930f9a16acf32e00c5d3f432aa0',
)
+
+new_local_repository(
+ name = 'libusb',
+ path = '/usr',
+ build_file = 'debian/libusb.BUILD',
+)