Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Initial implementation of RTCMEM storage #1420

Merged
merged 13 commits into from
May 8, 2019
Merged

Commits on Dec 11, 2018

  1. Initial implementation of RTCMEM storage

    Store system crash counter and reset reason in rtcmem instead of eeprom
    Store relay state mask in rtc in addition to the eeprom
    Store relay state in eeprom only when boot mode requires it
    Simplify relay state mask calculation / reading using std::bitset
    mcspr committed Dec 11, 2018
    Configuration menu
    Copy the full SHA
    81411e4 View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2018

  1. General update

    Remove crc check and commit requirement
    Add light state save and restore
    Add sensor energy total save and restore
    mcspr committed Dec 16, 2018
    Configuration menu
    Copy the full SHA
    01bfd3f View commit details
    Browse the repository at this point in the history
  2. Wrong address

    mcspr committed Dec 16, 2018
    Configuration menu
    Copy the full SHA
    fd8f3d2 View commit details
    Browse the repository at this point in the history
  3. Fix typos

    mcspr committed Dec 16, 2018
    Configuration menu
    Copy the full SHA
    ac6da66 View commit details
    Browse the repository at this point in the history
  4. Use new method in EMON sensor

    mcspr committed Dec 16, 2018
    Configuration menu
    Copy the full SHA
    01555ba View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2019

  1. Configuration menu
    Copy the full SHA
    2179437 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0d9d798 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4931ba1 View commit details
    Browse the repository at this point in the history
  4. Fix naming

    mcspr committed Mar 17, 2019
    Configuration menu
    Copy the full SHA
    4293e30 View commit details
    Browse the repository at this point in the history
  5. fixup! Fix naming

    mcspr committed Mar 17, 2019
    Configuration menu
    Copy the full SHA
    a3f2239 View commit details
    Browse the repository at this point in the history
  6. fix switch fallthrough

    mcspr committed Mar 17, 2019
    Configuration menu
    Copy the full SHA
    02038e6 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2019

  1. Configuration menu
    Copy the full SHA
    eb3a15c View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2019

  1. Configuration menu
    Copy the full SHA
    6a3f0be View commit details
    Browse the repository at this point in the history