all: add emulation support for Cortex-M3 with QEMU

This commit is contained in:
Ayke van Laethem
2018-10-08 17:07:19 +02:00
parent 8982b8df83
commit a63af97e86
8 changed files with 243 additions and 16 deletions
+1 -1
View File
@@ -62,7 +62,7 @@ clean:
@rm -rf build
fmt:
@go fmt . ./compiler ./ir ./src/examples/* ./src/machine ./src/runtime ./src/sync
@go fmt . ./compiler ./ir ./src/device/arm ./src/examples/* ./src/machine ./src/runtime ./src/sync
@go fmt ./testdata/*.go
test: