gen-device: move to new tools directory

This commit is contained in:
Ayke van Laethem
2018-09-13 00:55:18 +02:00
parent a46ed465c5
commit 18b3e8d156
3 changed files with 2 additions and 2 deletions
+2 -2
View File
@@ -54,11 +54,11 @@ fmt:
gen-device: gen-device-nrf
gen-device-nrf:
./gen-device-svd.py lib/nrfx/mdk/ src/device/nrf/
./tools/gen-device-svd.py lib/nrfx/mdk/ src/device/nrf/
go fmt ./src/device/nrf
gen-device-avr:
./gen-device-avr.py lib/avr/packs/atmega src/device/avr/
./tools/gen-device-avr.py lib/avr/packs/atmega src/device/avr/
go fmt ./src/device/avr