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:
Ayke van Laethem
2018-09-05 11:59:24 +02:00
parent 7258553528
commit 93248c93ed
260 changed files with 10 additions and 105301 deletions
+3
View File
@@ -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