tomoyuki-nakabayashi / interface202305-c3-std-rust

17 stars 0 forks source link

インターフェース2023年5月号ソースコード

インターフェース2023年5月号 マイコンで動くフル機能Rustのソースコードリポジトリです。 質問や困ったことがあれば issues にお願いします。

環境構築に関して正誤表 & FAQ があります。お手数ですが、こちらもご確認お願いいたします。

http-app

M5Stamp C3U Matestd を使えった組込み Rust を体験しましょう。 最終的なアプリケーションは HTTP clientHTTP server とに別れ、それぞれ次の機能を持ちます。

HTTP client / HTTP server ともに複数のスレッドを用いて機能を実現しています。 そのため、Rust の並行性に対する安全性を体験することができます。

必要機材

今回利用する機材は次の通りです。

M5Stamp C3U Mateとセンサ、ディスプレイを接続するために、今回著者はスルーホール用テストワイヤを使用しています。 ある程度、組込みRustの経験がある方であれば、センサモジュールとディスプレイは別のものを利用してもかまいません。

English

This is the source code repository of "full-feature Rust on a microcontroller" published in Interface 202305. (Interface is a magazine for embedded system engineers in Japanese) If you have questions or troubles, feel free to create new issues.

Play embedded Rust with std on M5Stamp C3U Mate. The final application will be split into an HTTP client and an HTTP server, each with the following features

Both HTTP client and HTTP server use multiple threads to perform their functions. We can experience the concurrency safety of Rust.

Required hardware

The hardware to be used for this project is as follows

[^2]:If you have two units, you can run one unit as HTTP client and one unit as HTTP server when you create the last application.

To connect the M5Stamp C3U Mate to the sensor and display, the author has used Test Wire for Through Hole. If you have some experience with embedded Rust, you may use a different sensor module and display.

License

Licensed under either of

at your option.