machine/sam: Refactor all machine/runtime code to use new volatile package/API

Signed-off-by: Ron Evans <ron@hybridgroup.com>
This commit is contained in:
Ron Evans
2019-05-16 13:54:54 +02:00
parent 51c6b972bf
commit de032cddd2
9 changed files with 1422 additions and 753 deletions
+1 -1
View File
@@ -50,7 +50,7 @@ gen-device-nrf:
go fmt ./src/device/nrf
gen-device-sam:
./tools/gen-device-svd.py lib/cmsis-svd/data/Atmel/ src/device/sam/ --source=https://github.com/posborne/cmsis-svd/tree/master/data/Atmel
./tools/gen-device-svd-vol.py lib/cmsis-svd/data/Atmel/ src/device/sam/ --source=https://github.com/posborne/cmsis-svd/tree/master/data/Atmel
go fmt ./src/device/sam
gen-device-stm32: