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: shubhamdp/connectedhomeip
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: esp32_qemu_workflow
Choose a base ref
...
head repository: project-chip/connectedhomeip
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 10 commits
  • 71 files changed
  • 12 contributors

Commits on Mar 17, 2025

  1. [NXP]Fix WiFiNetworkDiagnostics cluster status report issue found on …

    …TC-DGWIFI-2.2 (project-chip#37957)
    
    Signed-off-by: Oliver Fan <oliver.fan@nxp.com>
    OliverFan1 authored Mar 17, 2025
    Copy the full SHA
    cb794e0 View commit details
  2. CONTRIBUTING: Add a note discouraging unneccessary CI runs due to the…

    … "Update branch" feature being used too often (project-chip#38009)
    
    * CONTRIBUTING: Add a note discouraging unneccessary CI runs due to the "Update branch" feature being used too often
    
    Signed-off-by: Maciej Grela <m.grela@samsung.com>
    
    * Restyled by prettier-markdown
    
    * Update CONTRIBUTING.md
    
    Restore proper tip formatting according to GitHub Markdown manual.
    
    Co-authored-by: Arkadiusz Bokowy <arkadiusz.bokowy@gmail.com>
    
    * Update CONTRIBUTING.md
    
    * restyled: restyled release now ships restyler-linux-x86_64 properly now
    
    Signed-off-by: Maciej Grela <m.grela@samsung.com>
    
    * Restyled by prettier-markdown
    
    ---------
    
    Signed-off-by: Maciej Grela <m.grela@samsung.com>
    Co-authored-by: Restyled.io <commits@restyled.io>
    Co-authored-by: Arkadiusz Bokowy <arkadiusz.bokowy@gmail.com>
    3 people authored Mar 17, 2025

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    1b7bd1f View commit details
  3. Fix TestInetEndPoint to pass even when computer is offline (project-c…

    …hip#38015)
    
    Description:
    
    - TestInetEndPoint was not hermetic, it required at least one network
      interface connected to a link and up.
    - There was a comment before to skip tests if the link was not up,
      but it was not actually skipping the test. This made it fail for
      me when working offline and trying to run unit tests.
    
    Testing done:
    - Test passes with and without link up.
    tcarmelveilleux authored Mar 17, 2025
    Copy the full SHA
    b2a86bd View commit details
  4. Copy the full SHA
    52d8e11 View commit details

Commits on Mar 18, 2025

  1. server/Server.cpp Initialize ChipDeviceEvent on instantiation (projec…

    …t-chip#38047)
    
    This fixes an error:
    src/app/server/Server.cpp:621:34: error: call to implicitly-deleted default constructor of 'DeviceLayer::ChipDeviceEvent'
      621 |     DeviceLayer::ChipDeviceEvent event;
          |                                  ^
    src/include/platform/CHIPDeviceEvent.h:508:11: note: default constructor of 'ChipDeviceEvent' is implicitly deleted because variant field 'CHIPoBLEConnectionError' has a non-trivial default constructor
      508 |         } CHIPoBLEConnectionError;
          |           ^
    1 error generated.
    soares-sergio authored Mar 18, 2025
    Copy the full SHA
    f356be8 View commit details
  2. Use OPENTHREAD instead of OPEN_THREAD (project-chip#37936)

    * Use OPENTHREAD instead of OPEN_THREAD
    
    * Restyled by whitespace
    
    ---------
    
    Co-authored-by: Restyled.io <commits@restyled.io>
    bukepo and restyled-commits authored Mar 18, 2025
    Copy the full SHA
    bc48ae0 View commit details
  3. Copy the full SHA
    96d0f49 View commit details
  4. OpenThread: Clear SRP host and services during RevertConfiguration (p…

    …roject-chip#38053)
    
    * Postpone `RevertConfiguration` until Server is initialized.
    * Clear SRP host and services before reverting dataset.
    * Abort revert if creating new backup.
    
    Signed-off-by: Adrian Gielniewski <adrian.gielniewski@nordicsemi.no>
    adigie authored Mar 18, 2025
    Copy the full SHA
    132a7a8 View commit details
  5. Copy the full SHA
    22a979c View commit details
  6. Copy the full SHA
    79da246 View commit details
Loading