blob: f642da7e7dba5b82749d7c9032a56f66b76bbd2b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
|
[submodule "software/hello"]
path = software/hello
url = https://github.com/sifive/example-hello.git
[submodule "freedom-metal"]
path = freedom-metal
url = https://github.com/sifive/freedom-metal.git
[submodule "scripts/elf2hex"]
path = scripts/elf2hex
url = https://github.com/sifive/elf2hex.git
[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 = https://github.com/sifive/example-software-interrupt.git
[submodule "software/timer-interrupt"]
path = software/timer-interrupt
url = https://github.com/sifive/example-timer-interrupt.git
[submodule "software/local-interrupt"]
path = software/local-interrupt
url = https://github.com/sifive/example-local-interrupt.git
[submodule "software/return-fail"]
path = software/return-fail
url = https://github.com/sifive/example-return-fail.git
[submodule "software/return-pass"]
path = software/return-pass
url = https://github.com/sifive/example-return-pass.git
[submodule "software/example-pmp"]
path = software/example-pmp
url = https://github.com/sifive/example-pmp.git
[submodule "doc/html"]
path = doc/html
url = https://github.com/sifive/freedom-e-sdk-docs.git
[submodule "software/example-spi"]
path = software/example-spi
url = https://github.com/sifive/example-spi.git
[submodule "software/empty"]
path = software/empty
url = https://github.com/sifive/example-empty.git
[submodule "software/sifive-welcome"]
path = software/sifive-welcome
url = https://github.com/sifive/sifive-welcome
[submodule "software/dhrystone"]
path = software/dhrystone
url = https://github.com/sifive/benchmark-dhrystone
[submodule "software/multicore-hello"]
path = software/multicore-hello
url = https://github.com/sifive/example-multicore-hello.git
[submodule "software/example-user-mode"]
path = software/example-user-mode
url = https://github.com/sifive/example-user-mode.git
[submodule "software/example-user-syscall"]
path = software/example-user-syscall
url = https://github.com/sifive/example-user-syscall.git
[submodule "software/coremark"]
path = software/coremark
url = https://github.com/sifive/benchmark-coremark.git
[submodule "freedom-devicetree-tools"]
path = freedom-devicetree-tools
url = https://github.com/sifive/freedom-devicetree-tools.git
[submodule "software/test-coreip"]
path = software/test-coreip
url = https://github.com/sifive/test-coreip.git
|