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

[EFR32] Implement methods for NotifyUpdateApplied after an OTA update #18584

Merged
merged 30 commits into from
May 19, 2022

Commits on Mar 9, 2022

  1. Test added march 8 (project-chip#15957)

    * Added new manual scripts
    
    * Added Auto generated File
    kowsisoundhar12 authored Mar 9, 2022
    Configuration menu
    Copy the full SHA
    35fad7d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d5f4b0b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9bee828 View commit details
    Browse the repository at this point in the history
  4. [ota] Store Default OTA Providers in flash (project-chip#15970)

    * [ota] Store Default OTA Providers in flash
    
    Store Default OTA Providers in flash each time the attribute
    is modified and load it back on the application startup.
    
    * Restyled by clang-format
    
    * Fix build and reduce flash usage
    
    Co-authored-by: Restyled.io <commits@restyled.io>
    Damian-Nordic and restyled-commits authored Mar 9, 2022
    Configuration menu
    Copy the full SHA
    b942392 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2022

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

Commits on Mar 14, 2022

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

Commits on Mar 15, 2022

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

Commits on Mar 18, 2022

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

Commits on Mar 22, 2022

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

Commits on Mar 23, 2022

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

Commits on Mar 24, 2022

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

Commits on Mar 30, 2022

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

Commits on Apr 5, 2022

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

Commits on Apr 12, 2022

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

Commits on Apr 13, 2022

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

Commits on Apr 15, 2022

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

Commits on Apr 18, 2022

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

Commits on Apr 27, 2022

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

Commits on Apr 29, 2022

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

Commits on May 4, 2022

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

Commits on May 10, 2022

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

Commits on May 12, 2022

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

Commits on May 13, 2022

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

Commits on May 17, 2022

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

Commits on May 18, 2022

  1. Delay HandleApply by EFR32_KVS_SAVE_DELAY_SECONDS + 1

    Delay HandleApply() to give KVS time to store the data in StoreCurrentUpdateInfo(). Introduce EFR32_KVS_SAVE_DELAY_SECONDS to represent the delay amount KeyValueStoreManagerImpl uses before saving the key/vaule pair
    selissia committed May 18, 2022
    Configuration menu
    Copy the full SHA
    e312dcd View commit details
    Browse the repository at this point in the history
  2. Remove merge artifacts

    selissia committed May 18, 2022
    Configuration menu
    Copy the full SHA
    6f9e50c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    995a07e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8766890 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    cd3e78b View commit details
    Browse the repository at this point in the history