blob: 6041cd32ccef8a3c347e4a9a7070b34ea3c9f238 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
[submodule "software/hello"]
path = software/hello
url = https://github.com/sifive/example-hello.git
[submodule "freedom-mee"]
path = freedom-mee
url = https://github.com/sifive/freedom-mee.git
[submodule "scripts/elf2hex"]
path = scripts/elf2hex
url = ../elf2hex
[submodule "software/example-itim"]
path = software/example-itim
url = https://github.com/sifive/example-itim.git
[submodule "software/software-interrupt"]
path = software/software-interrupt
url = git@github.com:sifive/example-software-interrupt.git
[submodule "software/timer-interrupt"]
path = software/timer-interrupt
url = git@github.com:sifive/example-timer-interrupt.git
|