-
Notifications
You must be signed in to change notification settings - Fork 0
Comparing changes
Open a pull request
base repository: shubhamdp/connectedhomeip
base: esp32_qemu_workflow
head repository: project-chip/connectedhomeip
compare: master
- 10 commits
- 71 files changed
- 12 contributors
Commits on Mar 17, 2025
-
[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>
Configuration menu - View commit details
-
Copy full SHA for cb794e0 - Browse repository at this point
Copy the full SHA cb794e0View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 1b7bd1f - Browse repository at this point
Copy the full SHA 1b7bd1fView commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for b2a86bd - Browse repository at this point
Copy the full SHA b2a86bdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 52d8e11 - Browse repository at this point
Copy the full SHA 52d8e11View commit details
Commits on Mar 18, 2025
-
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.
Configuration menu - View commit details
-
Copy full SHA for f356be8 - Browse repository at this point
Copy the full SHA f356be8View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for bc48ae0 - Browse repository at this point
Copy the full SHA bc48ae0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 96d0f49 - Browse repository at this point
Copy the full SHA 96d0f49View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 132a7a8 - Browse repository at this point
Copy the full SHA 132a7a8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 22a979c - Browse repository at this point
Copy the full SHA 22a979cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 79da246 - Browse repository at this point
Copy the full SHA 79da246View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff esp32_qemu_workflow...master