targets: simulate Circuit Playground Express in play.tinygo.org

This requires a number of changes to atsamd21 code. It's not a very
clean separation, but I couldn't come up with a better one.
This commit is contained in:
Ayke van Laethem
2019-12-01 13:13:23 +01:00
committed by Ron Evans
parent fa8a93b4e7
commit 39d21e21f1
5 changed files with 122 additions and 114 deletions
+2
View File
@@ -188,6 +188,8 @@ smoketest:
@$(MD5SUM) test.wasm
$(TINYGO) build -o test.wasm -tags=pca10056 examples/blinky2
@$(MD5SUM) test.wasm
$(TINYGO) build -o test.wasm -tags=circuitplay_express examples/blinky1
@$(MD5SUM) test.wasm
# test all targets/boards
$(TINYGO) build -size short -o test.hex -target=pca10040-s132v6 examples/blinky1
@$(MD5SUM) test.hex