maixbit: changes according to feedback

This commit is contained in:
Yannis Huber
2020-07-04 19:31:05 +02:00
committed by Ron Evans
parent 5ff76aacab
commit 0b94e486c1
7 changed files with 31 additions and 40 deletions
+2 -2
View File
@@ -327,10 +327,10 @@ ifneq ($(AVR), 0)
endif
$(TINYGO) build -size short -o test.hex -target=hifive1b examples/blinky1
@$(MD5SUM) test.hex
$(TINYGO) build -o wasm.wasm -target=wasm examples/wasm/export
$(TINYGO) build -o wasm.wasm -target=wasm examples/wasm/main
$(TINYGO) build -size short -o test.hex -target=maixbit examples/blinky1
@$(MD5SUM) test.hex
$(TINYGO) build -o wasm.wasm -target=wasm examples/wasm/export
$(TINYGO) build -o wasm.wasm -target=wasm examples/wasm/main
wasmtest:
$(GO) test ./tests/wasm