Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TinyGo 0.31.2 で動作確認を行う #11

Open
sago35 opened this issue Mar 12, 2024 · 0 comments
Open

TinyGo 0.31.2 で動作確認を行う #11

sago35 opened this issue Mar 12, 2024 · 0 comments

Comments

@sago35
Copy link
Owner

sago35 commented Mar 12, 2024

TinyGo 0.31.2 で動作確認を行う。

少なくとも net や net/http 関連は使い方が変わっている (従来のものも動くはずだけど) のでそのあたりのサポートが必要。
とても使いやすくなっているので、新しいやり方を使っていくのが良い。

それ以外は TinyGo 0.30 時点までの以下は読み替えが必要。

  • USB MIDI
    • import path の変更 ( → machine/usb/adc/midi ) が必要
  • tinyfont を使用時に問題が出る場合は、以下を実行して Version を下げてみてください
    • go get tinygo.org/x/tinyfont@34f5899f6c1e34aa6daa4e12e2b96a2ea370dff9
  • net および net/http は書籍記載のものも動くはずですが、今後は以下のサンプルを見ると良い

以下は TinyGo 0.31.2 で解消済み。

  • ディスプレイの PNG 表示
    • src/runtime/runtime_atsamd51.go の enableCache() をコメントアウト
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant