machine/nrf: refactor to use volatile package/API

Signed-off-by: Ron Evans <ron@hybridgroup.com>
This commit is contained in:
Ron Evans
2019-05-20 10:42:50 +02:00
committed by Ayke
parent 0f6873cf02
commit 9f8340a970
6 changed files with 151 additions and 151 deletions
+1 -1
View File
@@ -46,7 +46,7 @@ gen-device-avr:
go fmt ./src/device/avr
gen-device-nrf:
./tools/gen-device-svd.py lib/nrfx/mdk/ src/device/nrf/ --source=https://github.com/NordicSemiconductor/nrfx/tree/master/mdk
./tools/gen-device-svd-vol.py lib/nrfx/mdk/ src/device/nrf/ --source=https://github.com/NordicSemiconductor/nrfx/tree/master/mdk
go fmt ./src/device/nrf
gen-device-sam: