Skip to content

Commit b3406b7

Browse files
committed
Add firmware submodules
1 parent 942aa51 commit b3406b7

File tree

4 files changed

+12
-0
lines changed

4 files changed

+12
-0
lines changed

.gitmodules

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,12 @@
1616
[submodule "hdl"]
1717
path = hdl
1818
url = https://github.com/analogdevicesinc/hdl
19+
[submodule "firmware/buildroot"]
20+
path = firmware/buildroot
21+
url = https://github.com/analogdevicesinc/buildroot
22+
[submodule "firmware/linux"]
23+
path = firmware/linux
24+
url = https://github.com/analogdevicesinc/linux
25+
[submodule "firmware/u-boot-xlnx"]
26+
path = firmware/u-boot-xlnx
27+
url = https://github.com/analogdevicesinc/u-boot-xlnx

firmware/buildroot

Submodule buildroot added at f70f4af

firmware/linux

Submodule linux added at e14e351

firmware/u-boot-xlnx

Submodule u-boot-xlnx added at 90401ce

0 commit comments

Comments
 (0)