-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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: Clear srp implementation #14304
Conversation
Test specificationCI/Jenkins/NRF
CI/Jenkins/integration
test-fw-nrfconnect-chip: added because there was no .github/test-spec.yml in 'matter' Detailed information of selected test modules Note: This message is automatically posted and updated by the CI |
You can find the documentation preview for this PR at this link. It will be updated about 10 minutes after the documentation build succeeds. Note: This comment is automatically posted by the Documentation Publishing GitHub Action. |
applications/matter_bridge/prj.conf
Outdated
@@ -40,3 +40,5 @@ CONFIG_USE_SEGGER_RTT=n | |||
# Enable Factory Data feature | |||
CONFIG_CHIP_FACTORY_DATA=y | |||
CONFIG_CHIP_FACTORY_DATA_BUILD=y | |||
|
|||
CONFIG_CHIP_ENABLE_DNSSD_SRP=y |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This should already be enabled in all Matter over Thread samples.
6c315cd
to
5ab114f
Compare
Changelog may be useful for this feature. |
5ab114f
to
d029ab2
Compare
310072a
to
b6678bb
Compare
The following west manifest projects have been modified in this Pull Request:
Note: This message is automatically posted and updated by the Manifest GitHub Action. |
doc/nrf/releases_and_maturity/releases/release-notes-changelog.rst
Outdated
Show resolved
Hide resolved
doc/nrf/releases_and_maturity/releases/release-notes-changelog.rst
Outdated
Show resolved
Hide resolved
doc/nrf/releases_and_maturity/releases/release-notes-changelog.rst
Outdated
Show resolved
Hide resolved
doc/nrf/releases_and_maturity/releases/release-notes-changelog.rst
Outdated
Show resolved
Hide resolved
1c638ac
to
cac3a2d
Compare
This commit implements the host srp clear, using a cherry-picked upstream solution. Signed-off-by: Patryk Lipinski <patryk.lipinski@nordicsemi.no>
cac3a2d
to
116c237
Compare
This patch did not land in NCS 2.6.0. I will be pulled in by the next connectedhomeip upmerge. Closing. |
This commit implements the host srp clear, using a cherry-picked upstream solution.