mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-07-26 06:38:42 +00:00
3f74e3c41f
This reverts back to the upstream repository which has merged all necessary updates.
20 lines
594 B
Plaintext
20 lines
594 B
Plaintext
[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/posborne/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
|