tools/gen-device-svd: make source URL configurable

This commit is contained in:
Ayke van Laethem
2018-09-22 01:20:34 +02:00
parent b705b332a7
commit 7c16f6c904
2 changed files with 16 additions and 8 deletions
+1 -1
View File
@@ -50,7 +50,7 @@ fmt:
gen-device: gen-device-nrf gen-device-avr
gen-device-nrf:
./tools/gen-device-svd.py lib/nrfx/mdk/ src/device/nrf/
./tools/gen-device-svd.py lib/nrfx/mdk/ src/device/nrf/ --source=https://github.com/NordicSemiconductor/nrfx/tree/master/mdk
go fmt ./src/device/nrf
gen-device-avr: