インターフェース2023年5月号 マイコンで動くフル機能Rustのソースコードリポジトリです。 質問や困ったことがあれば issues にお願いします。
環境構築に関して正誤表 & FAQ があります。お手数ですが、こちらもご確認お願いいたします。
M5Stamp C3U Mate で std を使えった組込み Rust を体験しましょう。
最終的なアプリケーションは HTTP client
と HTTP server
とに別れ、それぞれ次の機能を持ちます。
HTTP client / HTTP server ともに複数のスレッドを用いて機能を実現しています。 そのため、Rust の並行性に対する安全性を体験することができます。
今回利用する機材は次の通りです。
M5Stamp C3U Mateとセンサ、ディスプレイを接続するために、今回著者はスルーホール用テストワイヤを使用しています。 ある程度、組込みRustの経験がある方であれば、センサモジュールとディスプレイは別のものを利用してもかまいません。
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.
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.
Licensed under either of
Apache License, Version 2.0 (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
MIT license (LICENSE-MIT or http://opensource.org/licenses/MIT)
at your option.