https://github.com/atomvm/atomvm_nvs_reset
An IDF component that supports resetting NVS by holding a pin
https://github.com/atomvm/atomvm_nvs_reset
Last synced: about 1 year ago
JSON representation
An IDF component that supports resetting NVS by holding a pin
- Host: GitHub
- URL: https://github.com/atomvm/atomvm_nvs_reset
- Owner: atomvm
- License: apache-2.0
- Created: 2022-09-17T15:03:06.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-06-19T17:12:53.000Z (almost 3 years ago)
- Last Synced: 2025-01-08T10:24:30.241Z (about 1 year ago)
- Language: C
- Size: 20.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# AtomVM NVS Reset Driver
The AtomVM NVS Reset service
The AtomVM Nif can be used to reset non-volatile storage (NVS) on an ESP32 device by holding a designated pin for a designated period of seconds.
This driver is included as an add-on to the AtomVM base image. In order to use this driver, you must be able to build the AtomVM virtual machine, which in turn requires installation of the Espressif IDF SDK and tool chain.
This Nif is only supported on the ESP32 platform.
Documentation for this component can be found in the following sections:
* [User Guide](markdown/nvs_reset.md)