no_std-training
Getting-started guide on using the Rust with Espressif SoCs using no_std. (by esp-rs)
esp-idf-svc
Type-Safe Rust Wrappers for various ESP-IDF services (WiFi, Network, Httpd, Logging, etc.) (by esp-rs)
no_std-training | esp-idf-svc | |
---|---|---|
1 | 2 | |
80 | 376 | |
- | 4.8% | |
8.0 | 9.2 | |
19 days ago | 12 days ago | |
Rust | Rust | |
Apache License 2.0 | Apache License 2.0 |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
no_std-training
Posts with mentions or reviews of no_std-training.
We have used some of these posts to build our list of alternatives
and similar projects.
-
no_std with ESP32: "rustc --print target-list" changes result depending on directory it's run from
The first Book example is here: https://github.com/esp-rs/no_std-training/tree/main/intro/hello-world
esp-idf-svc
Posts with mentions or reviews of esp-idf-svc.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-03-13.
-
Switching from C++ to Rust
[4]: https://github.com/esp-rs/esp-idf-svc/issues/55#issuecomment...
-
Rust for Embedded Development (e.g. microcontrollers)
If you would like to try the standard library port for espressif chips, there is already an async interface for wifi & drivers which uses embassy crates, but not the embassy executor: https://github.com/esp-rs/esp-idf-svc
What are some alternatives?
When comparing no_std-training and esp-idf-svc you can also consider the following projects:
esp32-spooky-maze-game - Rust Bare Metal implementation of maze game for ESP32
esp-idf-template - Template application for https://github.com/espressif/esp-idf
esp-idf-hal - embedded-hal implementation for Rust on ESP32 and ESP-IDF
esp-wifi-sys - Wi-Fi and BT drivers packaged for integration into bare-metal esp-wifi.
talc - A fast and flexible allocator for no_std and WebAssembly
mo - 🦄 Monads and popular FP abstractions, powered by Go 1.18+ Generics (Option, Result, Either...)