diff options
author | sago35 <[email protected]> | 2022-03-29 08:25:04 +0900 |
---|---|---|
committer | Ron Evans <[email protected]> | 2022-06-01 07:56:25 +0200 |
commit | 39805bca4598e3a3ad312a388a008c8d9f989eb2 (patch) | |
tree | ac03b2f534d650d551558160d2536e3b04323126 /Makefile | |
parent | 97842b367c0fc92499f73b9b63014247906f9190 (diff) | |
download | tinygo-39805bca4598e3a3ad312a388a008c8d9f989eb2.tar.gz tinygo-39805bca4598e3a3ad312a388a008c8d9f989eb2.zip |
os, runtime: enable os.Stdin for baremetal target
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |