mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-06 20:13:40 +00:00
avr: remove device files, use them from a subrepository
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.
This commit is contained in:
@@ -4,3 +4,6 @@
|
||||
[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
|
||||
|
||||
Reference in New Issue
Block a user