Crate esp_storage

Source
Expand description

§Feature Flags

  • critical-section (enabled by default) — Place the flash operations in a critical section
  • bytewise-read — Bytewise read emulation

§Chip selection

One of the following features must be enabled to select the target chip:

  • esp32c2
  • esp32c3
  • esp32c6
  • esp32h2
  • esp32
  • esp32s2
  • esp32s3
  • emulation — Used for testing on a host.

Modules§

ll
Low-level API

Structs§

FlashStorage

Enums§

FlashStorageError