You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+56Lines changed: 56 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -114,6 +114,61 @@ func main() {
114
114
-**Configurable**: Customize baud rate, compression, reset mode, and more
115
115
-**USB-JTAG/Serial**: Native USB support for boards like ESP32-S3 and ESP32-C3 that expose a built-in USB-JTAG/Serial interface (typically `/dev/ttyACM0` on Linux, `cu.usbmodem*` on macOS)
116
116
-**Stubs**: Use stubs for higher-speed downloads and other advanced processor features
117
+
-**NVS support**: Generate and parse ESP-IDF NVS (Non-Volatile Storage) partition images in pure Go
118
+
119
+
## NVS Package
120
+
121
+
The `nvs` package provides a pure-Go implementation for generating and parsing [ESP-IDF NVS (Non-Volatile Storage)](https://docs.espressif.com/projects/esp-idf/en/stable/esp32/api-reference/storage/nvs_flash.html) partition images in the v2 binary format.
0 commit comments