Search found 2 matches
- Sun Jan 22, 2023 12:29 pm
- Forum: Rust
- Topic: Using RTC memory
- Replies: 1
- Views: 47698
Using RTC memory
Hi. I'd like to store some data (about 100 bytes) on my ESP32 which I'd like to access after waking up from a deep sleep. Are there any functions to do this in a Rust project? I know there's an `RTC_DATA_ATTR` attribute you can use in C/C++ projects but is there a way to do this in Rust? Since this ...
- Fri Dec 30, 2022 5:13 pm
- Forum: Rust
- Topic: sdkconfig is ignored
- Replies: 3
- Views: 35461
sdkconfig is ignored
I followed the instructions on installing the Rust toolchain for the ESP32 and generated a project using the following command: cargo generate https://github.com/esp-rs/esp-idf-template cargo I wanted to modify some build configurations to disable logging and rebooting on panic. The generated projec...