diff options
author | Kenneth Bell <[email protected]> | 2021-06-14 18:50:28 -0700 |
---|---|---|
committer | Ron Evans <[email protected]> | 2021-06-19 12:34:40 +0200 |
commit | 8e33f1c9ebd267ba1bcc0d05ee55aab1ff268b78 (patch) | |
tree | 66852d076b46e50c71476e66cb7ae509ddc9e98c /Makefile | |
parent | 1913cb76a5c6996c2d90107bad0a8bd0a4512327 (diff) | |
download | tinygo-8e33f1c9ebd267ba1bcc0d05ee55aab1ff268b78.tar.gz tinygo-8e33f1c9ebd267ba1bcc0d05ee55aab1ff268b78.zip |
rp2040: support Adafruit Feather RP2040
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |