aboutsummaryrefslogtreecommitdiffhomepage
path: root/.gitmodules
blob: c877bbafb6f636a1c7afb0d27a8df8da91e91be9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
[submodule "lib/nrfx"]
	path = lib/nrfx
	url = https://github.com/NordicSemiconductor/nrfx.git
[submodule "lib/CMSIS"]
	path = lib/CMSIS
	url = https://github.com/ARM-software/CMSIS.git
[submodule "lib/avr"]
	path = lib/avr
	url = https://github.com/avr-rust/avr-mcu.git
[submodule "lib/cmsis-svd"]
	path = lib/cmsis-svd
	url = https://github.com/tinygo-org/cmsis-svd
[submodule "lib/compiler-rt"]
	path = lib/compiler-rt
	url = https://github.com/llvm-mirror/compiler-rt.git
	branch = release_80
[submodule "lib/wasi-libc"]
	path = lib/wasi-libc
	url = https://github.com/CraneStation/wasi-libc
[submodule "lib/picolibc"]
	path = lib/picolibc
	url = https://github.com/keith-packard/picolibc.git