Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: HomeACcessoryKid/life-cycle-manager
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2.2.3
Choose a base ref
...
head repository: HomeACcessoryKid/life-cycle-manager
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 6 commits
  • 19 files changed
  • 1 contributor

Commits on Apr 3, 2022

  1. 2.2.4 TEST: new scheme without initial certificate checking

    - to test, made it broken without EC support (like 2.2.0)
    - added a sysparam ota_count to set LCM outcomes also from user space
    - now requires a full signature on rboot4lcm binary
    - flow diagram not yet updated
    HomeACcessoryKid committed Apr 3, 2022
    Configuration menu
    Copy the full SHA
    46d5915 View commit details
    Browse the repository at this point in the history
  2. Improved certs.sector file

    A misunderstanding from my side
    When updating the root certificate, I forgot to add an old root CA to
    the file
    This same file fixes v2.1.2
    HomeACcessoryKid committed Apr 3, 2022
    Configuration menu
    Copy the full SHA
    e744e39 View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2022

  1. 2.2.5 updated certificates to be identical across all versions

    - contains DigiCertGlobalRootCA and DigiCertHighAssuranceEVRootCA
    - EC support put back in place
    - flow diagram still not updated
    HomeACcessoryKid committed Apr 15, 2022
    Configuration menu
    Copy the full SHA
    aeba7d8 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2022

  1. updating from release 2.1.2 to 2.2.5

    - note this means a longer update cycle
    - note that using EC makes it slower, but also safer
    - added features ota_string and ota_count in sysparam
    HomeACcessoryKid committed Apr 18, 2022
    Configuration menu
    Copy the full SHA
    1d87872 View commit details
    Browse the repository at this point in the history

Commits on Dec 31, 2023

  1. 2.2.6 overclocking and fix in version string processing

    - overclock in ota_set_verify=ON fixes tighter timeout applied by GitHub
    
    - version string malloc was 1 byte short
    
    - keyid now uint16_t
    HomeACcessoryKid committed Dec 31, 2023
    Configuration menu
    Copy the full SHA
    bff6b52 View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2024

  1. 2.2.6+ Certificates updated

    - GitHub updated their server certificates so need for new Root CA certs
    - and install clarification in README
    HomeACcessoryKid committed Mar 24, 2024
    Configuration menu
    Copy the full SHA
    24720c7 View commit details
    Browse the repository at this point in the history
Loading