machine/circuitplay-bluefruit: move pin mappings so board can be compiled for WASM use in Playground

Signed-off-by: deadprogram <ron@hybridgroup.com>
This commit is contained in:
deadprogram
2022-04-24 20:24:09 +02:00
committed by Ron Evans
parent a4ea85b303
commit 5bb3ca2618
3 changed files with 58 additions and 52 deletions
+2
View File
@@ -389,6 +389,8 @@ ifneq ($(WASM), 0)
@$(MD5SUM) test.wasm
$(TINYGO) build -size short -o test.wasm -tags=circuitplay_express examples/blinky1
@$(MD5SUM) test.wasm
$(TINYGO) build -size short -o test.wasm -tags=circuitplay_bluefruit examples/blinky1
@$(MD5SUM) test.wasm
endif
# test all targets/boards
$(TINYGO) build -size short -o test.hex -target=pca10040-s132v6 examples/blinky1