1. 19 Feb, 2021 1 commit
    • Thorsten von Eicken's avatar
      esp32: Add basic support for Non-Volatile-Storage in esp32 module. · c10d4318
      Thorsten von Eicken authored
      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
      c10d4318
  2. 18 Feb, 2021 3 commits
  3. 17 Feb, 2021 11 commits
  4. 16 Feb, 2021 15 commits
  5. 15 Feb, 2021 10 commits