aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authorKenneth Bell <[email protected]>2022-07-01 17:06:08 +0100
committerRon Evans <[email protected]>2022-07-08 13:01:14 +0200
commit1d99b1ed8493554835670eb6df7bf5340d9c4423 (patch)
treecc50b5cc68214521c1743a680bb840a1a9e40e03 /Makefile
parente1405640dacb4d152028366ce8b0dd3fc3d222db (diff)
downloadtinygo-1d99b1ed8493554835670eb6df7bf5340d9c4423.tar.gz
tinygo-1d99b1ed8493554835670eb6df7bf5340d9c4423.zip
boards: add Challenger RP2040 LoRa
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index a9f950bf1..4c11e99aa 100644
--- a/Makefile
+++ b/Makefile
@@ -569,6 +569,8 @@ endif
@$(MD5SUM) test.hex
$(TINYGO) build -size short -o test.hex -target=xiao-rp2040 examples/blinky1
@$(MD5SUM) test.hex
+ $(TINYGO) build -size short -o test.hex -target=challenger-rp2040 examples/blinky1
+ @$(MD5SUM) test.hex
# test pwm
$(TINYGO) build -size short -o test.hex -target=itsybitsy-m0 examples/pwm
@$(MD5SUM) test.hex