mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-03 18:47:47 +00:00
acdaaa17d8
We don't need the separate submodule: compiler-rt is already included in the llvm-project repository. This should hopefully make CI slightly faster too.
13 lines
368 B
Plaintext
13 lines
368 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/tinygo-org/cmsis-svd
|