We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 798fee7 commit d926448Copy full SHA for d926448
README.md
@@ -48,14 +48,24 @@ TinyGo は基本的に最新および直前 Version の Go と組み合わせて
48
```
49
$ tinygo version
50
tinygo version 0.35.0 windows/amd64 (using go version go1.23.6 and LLVM version 18.1.2)
51
+```
52
53
54
$ tinygo build -o out.uf2 --target waveshare-rp2040-zero --size short examples/serial
55
code data bss | flash ram
56
7836 108 3152 | 7944 3260
57
58
59
60
$ tinygo flash --target waveshare-rp2040-zero --size short examples/serial
61
+ code data bss | flash ram
62
+ 7932 108 3168 | 8040 3276
63
64
$ tinygo monitor --target waveshare-rp2040-zero
65
+Connected to COM4. Press Ctrl-C to exit.
66
+hello world!
67
68
69
70
71
### Windows + WSL2
0 commit comments