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

Feature/immediate updates #1732

Merged
merged 16 commits into from
Apr 12, 2019
Merged

Feature/immediate updates #1732

merged 16 commits into from
Apr 12, 2019

Commits on Apr 4, 2019

  1. adds the update forced flag, and propagates events to the cloud when …

    …these flags are changed. [CH15041]
    m-mcgowan committed Apr 4, 2019
    Configuration menu
    Copy the full SHA
    cdb3cad View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d21b3e3 View commit details
    Browse the repository at this point in the history
  3. comments

    m-mcgowan committed Apr 4, 2019
    Configuration menu
    Copy the full SHA
    b93d007 View commit details
    Browse the repository at this point in the history
  4. sends the Service Unavailable response (5.03) when the OTA cannot be …

    …performed. [CH15025]. This also fixes a bug where the token was not being set, and so the response was not recognized as an answer to the UpdateBegin request.
    m-mcgowan committed Apr 4, 2019
    Configuration menu
    Copy the full SHA
    de7402c View commit details
    Browse the repository at this point in the history
  5. Handles the firmware update enabled/forced system events by setting t…

    …he corresponding system flags.
    m-mcgowan committed Apr 4, 2019
    Configuration menu
    Copy the full SHA
    472a160 View commit details
    Browse the repository at this point in the history
  6. processes system events on the system even thread, rather than unnece…

    …ssarily marshaling them to the application thread.
    m-mcgowan committed Apr 4, 2019
    Configuration menu
    Copy the full SHA
    2056f20 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d1bf2df View commit details
    Browse the repository at this point in the history
  8. comments

    m-mcgowan committed Apr 4, 2019
    Configuration menu
    Copy the full SHA
    76e5af3 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    5fabbe0 View commit details
    Browse the repository at this point in the history
  10. flags in the hello message to indicate the device supports immediate …

    …firmware updates [CH30177]
    m-mcgowan committed Apr 4, 2019
    Configuration menu
    Copy the full SHA
    b96b3e7 View commit details
    Browse the repository at this point in the history
  11. adds tests to validate that system events do not count towards applic…

    …ation events rate limiting. [CH29788]
    m-mcgowan committed Apr 4, 2019
    Configuration menu
    Copy the full SHA
    c694d49 View commit details
    Browse the repository at this point in the history
  12. removes unused cloud_connected_millis adds headers required for gcc…

    … build and fixes up the Communications Catch tests build, which is mostly about including the `crypto` and `third_party`mbedtls` modules.
    m-mcgowan committed Apr 4, 2019
    Configuration menu
    Copy the full SHA
    35b8d2e View commit details
    Browse the repository at this point in the history
  13. adds missing return value

    m-mcgowan committed Apr 4, 2019
    Configuration menu
    Copy the full SHA
    386cd9e View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    52a8ece View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    7ce5964 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    419913e View commit details
    Browse the repository at this point in the history