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

massdrop alt/ctrl: support saving into nvm #6068

Merged
merged 5 commits into from
Sep 29, 2021
Merged

Commits on Sep 27, 2021

  1. support saving into SmartEEPROM

    Signed-off-by: Alexandre d Alton <alex@alexdalton.org>
    daltona authored and zvecr committed Sep 27, 2021
    Configuration menu
    Copy the full SHA
    1974403 View commit details
    Browse the repository at this point in the history
  2. atsam: update smarteeprom implementation

    - Use define for SmartEEPROM buffer address
    - Check buffer overflow
    - Do not perform operation when timeout occurs
    
    Signed-off-by: Alexandre d'Alton <alex@alexdalton.org>
    daltona authored and zvecr committed Sep 27, 2021
    Configuration menu
    Copy the full SHA
    2011bb3 View commit details
    Browse the repository at this point in the history
  3. return 0 instead of ff for invalid address or timeout

    Signed-off-by: Alexandre d'Alton <alex@alexdalton.org>
    daltona authored and zvecr committed Sep 27, 2021
    Configuration menu
    Copy the full SHA
    8a99a38 View commit details
    Browse the repository at this point in the history
  4. clang-format

    zvecr committed Sep 27, 2021
    Configuration menu
    Copy the full SHA
    502e5b3 View commit details
    Browse the repository at this point in the history
  5. Add extra bounds checks

    zvecr committed Sep 27, 2021
    Configuration menu
    Copy the full SHA
    936de67 View commit details
    Browse the repository at this point in the history