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

matter/fast pair: Add support for merging hex files without partition manager #18792

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Commits on Nov 15, 2024

  1. cmake: sysbuild: suit: Add support for merging other files

    Adds support for merging other files onto the uicr_merged.hex file
    
    Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
    nordicjm committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    84d0bbc View commit details
    Browse the repository at this point in the history
  2. cmake: sysbuild: fast_pair: add support for nRF54H20 non-PM

    Adds support for generating fast pair data for nRF54H20 which
    does not use partition manager
    
    Signed-off-by: Kamil Piszczek <Kamil.Piszczek@nordicsemi.no>
    Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
    kapi-no authored and nordicjm committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    d780563 View commit details
    Browse the repository at this point in the history
  3. samples: bluetooth: fast_pair: input_device: add support for nrf54h20dk

    Added nRF54H20 DK support to the Fast Pair Input Device sample.
    
    Ref: NCSDK-29602
    
    Signed-off-by: Kamil Piszczek <Kamil.Piszczek@nordicsemi.no>
    kapi-no authored and nordicjm committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    2c3ccc5 View commit details
    Browse the repository at this point in the history
  4. manifest: Update sdk-connectedhomeip

    Updates matter to include support for generating factory data
    when partition manager is not used
    
    Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
    nordicjm committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    9587aed View commit details
    Browse the repository at this point in the history
  5. sysbuild: Add support for matter non-PM factory data generation

    Calls the updated factory data function irrespective of partition
    manager enablement
    
    Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
    nordicjm committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    5e5c4f7 View commit details
    Browse the repository at this point in the history