circuitpython/ports/esp32s2/common-hal
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
..
alarm Fix a couple fake sleep bugs on nrf and esp 2021-07-28 13:27:48 -07:00
analogio update idf to v4.3 2021-06-24 23:14:08 +05:30
audiobusio esp32s2: Implement parallel image capture 2021-06-10 11:27:49 -05:00
board Initial ESP32S2 port. 2020-05-15 15:36:16 -07:00
busio Allocate I2C mutex with IDF 2021-08-24 16:06:14 -07:00
canio canio: Run background tasks while waiting for message reception 2021-08-19 13:55:30 -05:00
countio run code formatting script 2021-03-15 19:27:36 +05:30
digitalio update idf to v4.3 2021-06-24 23:14:08 +05:30
displayio More formatting 2021-03-16 08:29:04 -05:00
dualbank update idf to v4.3 2021-06-24 23:14:08 +05:30
frequencyio run code formatting script 2021-03-15 19:27:36 +05:30
imagecapture esp32s2: Implement parallel image capture 2021-06-10 11:27:49 -05:00
microcontroller update run-mode 2021-07-18 00:00:58 +05:30
neopixel_write run code formatting script 2021-03-15 19:27:36 +05:30
nvm esp32s2: update how nvm is mapped onto nvs 2021-08-25 11:39:45 -05:00
os run code formatting script 2021-03-15 19:27:36 +05:30
ps2io run code formatting script 2021-03-15 19:27:36 +05:30
pulseio Switch to pin, frequency and duty_cycle PulseOut 2021-07-26 18:35:49 -07:00
pwmio Switch to pin, frequency and duty_cycle PulseOut 2021-07-26 18:35:49 -07:00
rgbmatrix esp32s2: Add rgbmatrix support 2021-05-26 11:21:59 -05:00
rotaryio run code formatting script 2021-03-15 19:27:36 +05:30
rtc update idf to v4.3 2021-06-24 23:14:08 +05:30
socketpool Remove OSError(0) and old network modules 2021-07-21 17:33:40 -07:00
ssl Remove OSError(0) and old network modules 2021-07-21 17:33:40 -07:00
supervisor run code formatting script 2021-03-15 19:27:36 +05:30
time merge from upstream + wip 2020-11-25 17:52:06 -05:00
touchio run code formatting script 2021-03-15 19:27:36 +05:30
watchdog run code formatting script 2021-03-15 19:27:36 +05:30
wifi remove unsupported authmodes 2021-04-30 22:11:32 +05:30