Crates.io | esp-storage |
lib.rs | esp-storage |
version | |
source | src |
created_at | 2022-09-26 09:36:10.598145 |
updated_at | 2024-10-10 10:35:13.215381 |
description | Implementation of embedded-storage traits to access unencrypted ESP32 flash |
homepage | |
repository | https://github.com/esp-rs/esp-storage |
max_upload_size | |
id | 674132 |
Cargo.toml error: | TOML parse error at line 22, column 1 | 22 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include` |
size | 0 |
This implements embedded-storage
traits to access unencrypted ESP32 flash.
ESP32, ESP32-C2, ESP32-C3, ESP32-C6, ESP32-H2, ESP32-S2 and ESP32-S3 are supported in esp-storage
For ESP32 it is necessary to build with optimization level 2 or 3.
To make it work also for debug
builds add this to your Cargo.toml
[profile.dev.package.esp-storage]
opt-level = 3
Licensed under either of
at your option.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.