diff options
author | Thorsten von Eicken <tve@voneicken.com> | 2021-01-18 01:06:12 -0800 |
---|---|---|
committer | Damien George <damien@micropython.org> | 2021-02-19 15:05:19 +1100 |
commit | c10d431819f9f7095c3573c98f01c98526a2cb0b (patch) | |
tree | 1fd709c2fa0aa8f01cae84fa53fb48ec0aca3da5 /extmod/btstack/modbluetooth_btstack.c | |
parent | 143372ab5e41a609b5b7d8bb60af1a5fd478e7ea (diff) | |
download | micropython-c10d431819f9f7095c3573c98f01c98526a2cb0b.tar.gz micropython-c10d431819f9f7095c3573c98f01c98526a2cb0b.zip |
esp32: Add basic support for Non-Volatile-Storage in esp32 module.
This commit implements basic NVS support for the esp32. It follows the
pattern of the esp32.Partition class and exposes an NVS object per NVS
namespace. The initial support provided is only for signed 32-bit integers
and binary blobs. It's easy (albeit a bit tedious) to add support for
more types.
See discussions in: #4436, #4707, #6780
Diffstat (limited to 'extmod/btstack/modbluetooth_btstack.c')
0 files changed, 0 insertions, 0 deletions