no_std-training VS esp-storage

Compare no_std-training vs esp-storage and see what are their differences.

no_std-training

Getting-started guide on using the Rust with Espressif SoCs using no_std. (by esp-rs)

esp-storage

implementation of embedded-storage traits to access unencrypted ESP32 flash (by esp-rs)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
no_std-training esp-storage
1 1
45 24
- -
7.8 6.5
about 1 month ago 3 months 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.

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.

esp-storage

Posts with mentions or reviews of esp-storage. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-09-15.
  • The Embedded Rust ESP Development Ecosystem
    7 projects | dev.to | 15 Sep 2023
    Among these several abstractions, we can program a microcontroller device at any level we like. Additionally, we can develop code with a mix of low-level and high-level abstractions. Obviously, to make code more portable it's better to stick to higher-level abstractions. Also in addition to the above, there exists other crates supporting other functions in no-std development. These include wifi services in the esp-wifi repository, heap allocators in the esp-alloc repository, logging features in the esp-println repository, exception handlers in the esp-backtrace repository, and finally embedded storage traits in the esp-storage repository.

What are some alternatives?

When comparing no_std-training and esp-storage you can also consider the following projects:

esp-idf-svc - Type-Safe Rust Wrappers for various ESP-IDF services (WiFi, Network, Httpd, Logging, etc.)

esp-pacs - Peripheral Access Crates for Espressif SoCs and modules

esp-idf-hal - embedded-hal implementation for Rust on ESP32 and ESP-IDF

esp-hal - no_std Hardware Abstraction Layers for ESP32 microcontrollers

esp-backtrace - backtrace for ESP32 bare-metal

talc - A fast and flexible allocator for no_std and WebAssembly

esp32-spooky-maze-game - Rust Bare Metal implementation of maze game for ESP32

xargo - The sysroot manager that lets you build and customize `std`

esp-println - Provides print! and println! implementations various Espressif devices

espup - Tool for installing and maintaining Espressif Rust ecosystem.

esp-alloc - A simple `no_std` heap allocator for RISC-V and Xtensa processors from Espressif