aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authorsago35 <[email protected]>2022-03-29 08:25:04 +0900
committerRon Evans <[email protected]>2022-06-01 07:56:25 +0200
commit39805bca4598e3a3ad312a388a008c8d9f989eb2 (patch)
treeac03b2f534d650d551558160d2536e3b04323126 /Makefile
parent97842b367c0fc92499f73b9b63014247906f9190 (diff)
downloadtinygo-39805bca4598e3a3ad312a388a008c8d9f989eb2.tar.gz
tinygo-39805bca4598e3a3ad312a388a008c8d9f989eb2.zip
os, runtime: enable os.Stdin for baremetal target
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index b23cc069f..c5afd2bbc 100644
--- a/Makefile
+++ b/Makefile
@@ -396,6 +396,8 @@ smoketest:
@$(MD5SUM) test.hex
$(TINYGO) build -size short -o test.hex -target=pca10040 examples/echo
@$(MD5SUM) test.hex
+ $(TINYGO) build -size short -o test.hex -target=pca10040 examples/echo2
+ @$(MD5SUM) test.hex
$(TINYGO) build -size short -o test.hex -target=circuitplay-express examples/i2s
@$(MD5SUM) test.hex
$(TINYGO) build -size short -o test.hex -target=pca10040 examples/mcp3008