-
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
openthread: kconfig: optimize FTD and MTD configurations #13012
Conversation
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. |
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 |
b895d47
to
238d5e1
Compare
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. |
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 is an important enough change to update the changelog.
4fa11f2
to
ba2d0bc
Compare
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.
OPENTHREAD_NORDIC_LIBRARY
is mentioned in protocols/thread/overview/ot_memory.rst
, does that mention need to change?
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
ba2d0bc
to
5686c9f
Compare
I've just found that |
5686c9f
to
f6cabcc
Compare
Discussion on DUA has been brought up to Thread Group, but will be continued separately. Reverted removing |
f6cabcc
to
08148fc
Compare
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 looks great!
Could we please also fix the configuration on Matter side (i spotted it now) as a part of the same PR? Seems that we are enabling certain configs to be sure all is properly configured. I think we need to remove these overwrites:
08148fc
to
e9cd2d9
Compare
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 is awesome!
0fb0f95
to
dba1330
Compare
Removed support for: - DHCPv6 client - Joiner - SNTP client - Link Metrics initiator in FTD and MTD variants to optimize space for application. Co-authored-by: Łukasz Duda <[email protected]> Signed-off-by: Maciej Baczmanski <[email protected]>
Update documentation and changelog regarding features removed from feature sets. Signed-off-by: Maciej Baczmanski <[email protected]>
dba1330
to
8b639ec
Compare
Removed support for:
in FTD and MTD variants to optimize space for application.