circuitpython/ports
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
..
atmel-samd Merge pull request #5205 from jepler/deprecate-vertical-scroll 2021-08-23 12:52:12 -07:00
cxd56 Update all implementations of common_hal_busio_spi_read to honor write_value 2021-08-18 10:20:40 -05:00
esp32s2 esp32s2: update how nvm is mapped onto nvs 2021-08-25 11:39:45 -05:00
litex count in/out endpoints; allow more usb modules on low-endpoint boards 2021-05-13 21:59:02 -04:00
mimxrt10xx Check background pending before sleep 2021-08-19 12:18:13 -07:00
nrf Merge pull request #5206 from microDev1/patch 2021-08-23 16:20:10 -04:00
raspberrypi raspberrypi: audiopwmout: subtle for #5092 2021-08-24 16:33:20 -05:00
stm shrink thunderpack_v11; fix PulseOut doc 2021-08-23 21:57:29 -04:00
unix Merge pull request #5077 from microDev1/atexit 2021-08-23 19:49:46 +05:30