Skip to content

Commit

Permalink
Update README.md and correct.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sago35 committed Mar 12, 2024
1 parent ba57344 commit e950552
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ $ git clone https://github.com/Seeed-Studio/ambd_flash_tool --branch JP

| TinyGo | Go | 備考 |
| --- | --- | --- |
| 0.31.0 | 1.21 - 1.22 | net package が大幅更新 (※2) |
| 0.28.1 | 1.19 - 1.20 | Wio Terminal の動作について一部問題あり(※1) |
| 0.27.0 | 1.19 - 1.20 | |
| 0.26.0 | 1.18 - 1.19 | 書籍執筆時 Version (脱稿直前のリリース) |
Expand All @@ -65,6 +66,10 @@ $ git clone https://github.com/Seeed-Studio/ambd_flash_tool --branch JP
TinyGo 0.28.1 で Wio Terminal に搭載されている ATSAMD51 マイコンの Cache を有効化する変更が入り、 I2C などが一部動作不良となるケースがあります。
本件については [正誤表](./correct.md) に記載しています。

※2
TinyGo 0.31.0 で net や net/http package 関連が大幅更新されました。
この辺りについては後日まとめる予定ですが、さしあたりは [正誤表](./correct.md) を確認してください。


## Demos

Expand Down
3 changes: 3 additions & 0 deletions correct.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@
- Chapter 5
- (TinyGo 0.28.1 以降) P.185, P.189 のソースコード内で `"machine/usb/midi"` を import している箇所で import エラーになる
- package path を `"machine/usb/adc/midi"` に書き換えてください
- Chapter 7
- (TinyGo 0.31.0 以降) 全体的な使い方が変更となったため基本的には以下のコードを参照してください
- https://github.com/tinygo-org/drivers/tree/v0.27.0/examples/net

## その他雑多な情報

Expand Down

0 comments on commit e950552

Please sign in to comment.