From c304c300b7dd17d22ac5f5a3cf063e07df5233d2 Mon Sep 17 00:00:00 2001 From: Ben Jackson Date: Fri, 4 Mar 2011 14:39:40 -0800 Subject: [PATCH] Add LUFA as submodule to support USB-capable Atmel chips. Initially pointing at LUFA release 101122. --- .gitmodules | 3 +++ LUFA | 1 + 2 files changed, 4 insertions(+) create mode 100644 .gitmodules create mode 160000 LUFA diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..649ef26 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "LUFA"] + path = LUFA + url = https://github.com/abcminiuser/lufa-lib.git diff --git a/LUFA b/LUFA new file mode 160000 index 0000000..baa0979 --- /dev/null +++ b/LUFA @@ -0,0 +1 @@ +Subproject commit baa0979c7733d7c2e55ab2a412695851d87059be