circuitpython/ports/esp32s2/common-hal/nvm
Jeff Epler 4621cd54fb esp32s2: update how nvm is mapped onto nvs
The old way mapped each byte of nvm onto a distinct nvs key, but this
allowed storage of only a very small number of bytes out of the
theoretical capacity.

Reworked like this, about half of the nvs capacity can be used for
nvm, so you're guaranteed the ability to store 9kB this way.
2021-08-25 11:39:45 -05:00
..
ByteArray.c esp32s2: update how nvm is mapped onto nvs 2021-08-25 11:39:45 -05:00
ByteArray.h run code formatting script 2021-03-15 19:27:36 +05:30
__init__.c nvm implementation for esp32s2 2020-11-11 23:11:12 +05:30