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

manifest: Update Matter revision to pull fixes for NCS 2.4.1 #11498

Merged
merged 3 commits into from
Jul 4, 2023

Commits on Jul 3, 2023

  1. manifest: Update Matter revision to pull fixes for NCS 2.4.1

    The newest version of sdk-connectedhomeip contains fixes that
    are needed for NCS 2.4.1 release
    
    - Updated the MCUBoot image version in preparation to
    NCS 2.4.1.
    
    Signed-off-by: Arkadiusz Balys <arkadiusz.balys@nordicsemi.no>
    ArekBalysNordic committed Jul 3, 2023
    Configuration menu
    Copy the full SHA
    977e06a View commit details
    Browse the repository at this point in the history
  2. samples: matter: Fixed spec incompatibilies for two clusters

    * Changed feature map from 2 to 0 for software diag cluster
    * Changed cluster revision from 1 to 2 for basic info cluster
    
    Signed-off-by: Arkadiusz Balys <arkadiusz.balys@nordicsemi.no>
    ArekBalysNordic committed Jul 3, 2023
    Configuration menu
    Copy the full SHA
    2290084 View commit details
    Browse the repository at this point in the history
  3. matter: samples: Restore IPC thread priority in Matter samples

    We noticed that IPC priority on nRF5340 is not set by default.
    We need to set it in DTS to be sure that the IPC thread does not
    collide with other threads.
    
    Signed-off-by: Arkadiusz Balys <arkadiusz.balys@nordicsemi.no>
    ArekBalysNordic committed Jul 3, 2023
    Configuration menu
    Copy the full SHA
    219a85a View commit details
    Browse the repository at this point in the history