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
+4
View File
@@ -83,6 +83,10 @@ gen-device-nrf:
./gen-device.py lib/nrfx/mdk/ src/device/nrf/
go fmt ./src/device/nrf
gen-device-avr:
./gen-device.py lib/avr/packs/atmega src/device/avr/
go fmt ./src/device/avr
# Build the Go compiler.
build/tgo: *.go