Skip to content

Commit 3464b1a

Browse files
committed
Add build dependencies (LUFA)
1 parent 4cdb826 commit 3464b1a

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed

.gitmodules

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[submodule "mtk/avr/bootloaders/caterina/LUFA-111009"]
2+
path = mtk/avr/bootloaders/caterina/LUFA-111009
3+
url = https://github.com/abcminiuser/lufa.git

mtk/avr/bootloaders/caterina/.gitignore

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
LUFA-111009
21
.dep
32
*.o
43
*.lst
Submodule LUFA-111009 added at beb069b
+4-3
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
1-
Notes on building the improved 32u4 Caterina bootloader:
1+
Notes on building LinkIt Smart 7688 Duo ATMega32u4 Caterina bootloader:
2+
3+
1. Must download LUFA-111009(http://www.github.com/abcminiuser/lufa/archive/LUFA-111009.zip) and extract to the same-named directory. Alternatively, if you pulled this repository with git, do a `git submodule update` to pull from its repository.
24

3-
1. Must download LUFA-111009 and extract to this directory.
45
2. The "build.txt" file and "program.txt" files can be renamed
56
to .bat files and run to build and program the boards listed
67
herein (Windows only, unfortunately).
78

89
Notes on this bootloader:
910

10-
This booloader is a modification from sparkfun Arduino boards. https://github.com/sparkfun/Arduino_Boards.git
11+
This booloader is modified from sparkfun Arduino boards. https://github.com/sparkfun/Arduino_Boards.git

0 commit comments

Comments
 (0)