aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authorKenneth Bell <[email protected]>2021-06-14 18:50:28 -0700
committerRon Evans <[email protected]>2021-06-19 12:34:40 +0200
commit8e33f1c9ebd267ba1bcc0d05ee55aab1ff268b78 (patch)
tree66852d076b46e50c71476e66cb7ae509ddc9e98c /Makefile
parent1913cb76a5c6996c2d90107bad0a8bd0a4512327 (diff)
downloadtinygo-8e33f1c9ebd267ba1bcc0d05ee55aab1ff268b78.tar.gz
tinygo-8e33f1c9ebd267ba1bcc0d05ee55aab1ff268b78.zip
rp2040: support Adafruit Feather RP2040
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 09977ccd0..e2981789b 100644
--- a/Makefile
+++ b/Makefile
@@ -358,6 +358,8 @@ smoketest:
@$(MD5SUM) test.hex
$(TINYGO) build -size short -o test.hex -target=pico examples/blinky1
@$(MD5SUM) test.hex
+ $(TINYGO) build -size short -o test.hex -target=feather-rp2040 examples/blinky1
+ @$(MD5SUM) test.hex
# test pwm
$(TINYGO) build -size short -o test.hex -target=itsybitsy-m0 examples/pwm
@$(MD5SUM) test.hex