rp2040: make all RP2040 boards available for simulation

This makes all rp2040 boards available for simulation using
-tags=<board_name>. Importantly, this includes the Gopher Badge which
I'm working on to add to the TinyGo Playground.
This commit is contained in:
Ayke van Laethem
2024-03-30 13:37:52 +01:00
committed by Ron Evans
parent c55ac9f28e
commit 90b0bf646c
5 changed files with 57 additions and 45 deletions
+2
View File
@@ -525,6 +525,8 @@ ifneq ($(WASM), 0)
@$(MD5SUM) test.wasm
$(TINYGO) build -size short -o test.wasm -tags=mch2022 examples/serial
@$(MD5SUM) test.wasm
$(TINYGO) build -size short -o test.wasm -tags=gopher_badge examples/blinky1
@$(MD5SUM) test.wasm
endif
# test all targets/boards
$(TINYGO) build -size short -o test.hex -target=pca10040-s132v6 examples/blinky1