Skip to content

Commit d926448

Browse files
committed
Update README.md
1 parent 798fee7 commit d926448

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

+10
Original file line numberDiff line numberDiff line change
@@ -48,14 +48,24 @@ TinyGo は基本的に最新および直前 Version の Go と組み合わせて
4848
```
4949
$ tinygo version
5050
tinygo version 0.35.0 windows/amd64 (using go version go1.23.6 and LLVM version 18.1.2)
51+
```
5152

53+
```
5254
$ tinygo build -o out.uf2 --target waveshare-rp2040-zero --size short examples/serial
5355
code data bss | flash ram
5456
7836 108 3152 | 7944 3260
57+
```
5558

59+
```
5660
$ tinygo flash --target waveshare-rp2040-zero --size short examples/serial
61+
code data bss | flash ram
62+
7932 108 3168 | 8040 3276
5763
5864
$ tinygo monitor --target waveshare-rp2040-zero
65+
Connected to COM4. Press Ctrl-C to exit.
66+
hello world!
67+
hello world!
68+
hello world!
5969
```
6070

6171
### Windows + WSL2

0 commit comments

Comments
 (0)