aboutsummaryrefslogtreecommitdiffhomepage
path: root/GNUmakefile
diff options
context:
space:
mode:
authorJonathan Böcker <[email protected]>2024-03-22 07:46:52 +0100
committerRon Evans <[email protected]>2024-03-23 10:23:07 +0100
commitd97e4dbccf73b42819b1b0c0692490170e753212 (patch)
tree98b2252e8bf26831ac1cb01e7b25a603d566055a /GNUmakefile
parenta7ddb33bea6e4f02e964c6b3fb4eaab5f96db346 (diff)
downloadtinygo-d97e4dbccf73b42819b1b0c0692490170e753212.tar.gz
tinygo-d97e4dbccf73b42819b1b0c0692490170e753212.zip
Add smoke test for pca10059-s140v7
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/GNUmakefile b/GNUmakefile
index f3495b49d..43d1f9a6e 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -599,6 +599,8 @@ endif
@$(MD5SUM) test.hex
$(TINYGO) build -size short -o test.hex -target=pca10056-s140v7 examples/blinky1
@$(MD5SUM) test.hex
+ $(TINYGO) build -size short -o test.hex -target=pca10059-s140v7 examples/blinky1
+ @$(MD5SUM) test.hex
$(TINYGO) build -size short -o test.hex -target=reelboard-s140v7 examples/blinky1
@$(MD5SUM) test.hex
$(TINYGO) build -size short -o test.hex -target=wioterminal examples/blinky1