For more details instructions please see the official ESP-IDF documentation:
https://docs.espressif.com/projects/esp-idf/en/latest/esp32c3/security/flash-encryption.html
TODO
| use embedded_hal::adc::{Channel, OneShot}; | |
| /// The ESP8266 has only a single ADC channel, which is multiplexed with the | |
| /// system voltage. You can use the ADC to read an external voltage, or read | |
| /// the system voltage (VDD33), but not both. | |
| #[derive(Debug, Copy, Clone)] | |
| pub enum AdcMode { | |
| External, | |
| Vdd33, | |
| } |
For more details instructions please see the official ESP-IDF documentation:
https://docs.espressif.com/projects/esp-idf/en/latest/esp32c3/security/flash-encryption.html
TODO
Stuff that RUWM core would need to run on bare-metal:
embassy-executor or edge-executor (as ESP bare-metal has a generic allocator now) and we can make it configurableJanuary, 2023
This a collection of repositories from within the esp-rs organization that I feel are the main points of interest. I've included any ongoing projects as much as possible.
A repository be omitted from this list does not mean that it is not important or useful, only that it requires much less development effort than other projects.