ivmarkov / rust-esp32-std-demo

Rust on ESP32 STD demo app. A demo STD binary crate for the ESP32[XX] and ESP-IDF, which connects to WiFi, Ethernet, drives a small HTTP server and draws on a LED screen.
Apache License 2.0
785 stars 105 forks source link

Flash and SD card storage examples #137

Open 3d-t opened 1 year ago

3d-t commented 1 year ago

Can you add or point to an example for:

  1. Flash storage (EEPROM, Preferences in .cpp)
  2. SD card file reading and writing (SD in the .cpp libraries)?

I have looked at the API's for 'embedded_svc::storage::Storage' and 'edf_sys::sdmmd*' but can not find any examples or test cases.

ivmarkov commented 1 year ago

Hey, we have a forum (Matrix chat) for these questions, which is noted in the README file of this repo. :) But I will keep this issue open in case somebody would like to contribute a PR with an example. By the way, that might be you - PRs from everyone always appreciated!

3d-t commented 1 year ago

No problem, will provide if I have something working.