mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-07-26 06:38:42 +00:00
93248c93ed
These files don't really belong in this repository. It's better to generate them automatically from a source, like the one provided by the avr-rust project. So a new command `make gen-device-avr` has been provided for this purpose.
10 lines
271 B
Plaintext
10 lines
271 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
|