no_std-training
Getting-started guide on using the Rust with Espressif SoCs using no_std. (by esp-rs)
esp-idf-hal
embedded-hal implementation for Rust on ESP32 and ESP-IDF (by esp-rs)
no_std-training | esp-idf-hal | |
---|---|---|
1 | 4 | |
80 | 530 | |
- | 4.0% | |
8.0 | 9.2 | |
11 days ago | 3 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-hal
Posts with mentions or reviews of esp-idf-hal.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-01-30.
- How to Learn Rust in 2024
-
What the HAL? The Quest for Finding a Suitable Embedded Rust HAL
HALs with std support: This is exclusive to ESP32 devices right now.
-
How to write HALs and get into microcontroller programming
Hey everybody, I'm Santiago a software engineer who recently pick interest on microcontrollers, I have been looking around the ecosystem and everything seems to be written in C/C++, nonetheless I saw this project esp-rs on github and I was fascinated and at the same time confused, I've never written any HAL or even dive into system programming.
- Using Rust's standard library on ESP32 microncontrollers
What are some alternatives?
When comparing no_std-training and esp-idf-hal you can also consider the following projects:
esp32-spooky-maze-game - Rust Bare Metal implementation of maze game for ESP32
espup - Tool for installing and maintaining Espressif Rust ecosystem.
talc - A fast and flexible allocator for no_std and WebAssembly
stm32-hal - This library provides access to STM32 peripherals in Rust.
esp-hal - no_std Hardware Abstraction Layers for ESP32 microcontrollers