-
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
samples: matter: Reduce memory usage #18554
samples: matter: Reduce memory usage #18554
Conversation
adigie
commented
Nov 5, 2024
•
edited
Loading
edited
- Remove custom heap size from nRF54L15 configs.
- Reduce Packet Buffer Pool size to 11.
The following west manifest projects have changed revision in this Pull Request:
✅ All manifest checks OK Note: This message is automatically posted and updated by the Manifest GitHub Action. |
CI InformationTo view the history of this post, clich the 'edited' button above Inputs:Sources:sdk-nrf: PR head: 419e7debee95e5a9bad70fdebc8c606d38e20d54 more detailssdk-nrf:
matter:
Github labels
List of changed files detected by CI (19)
Outputs:ToolchainVersion: b77d8c1312 Test Spec & Results: ✅ Success; ❌ Failure; 🟠 Queued; 🟡 Progress; ◻️ Skipped;
|
1c4929b
to
efa71d3
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. |
samples/matter/light_bulb/boards/nrf54l15dk_nrf54l15_cpuapp.conf
Outdated
Show resolved
Hide resolved
efa71d3
to
b5ba2cc
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 Publish GitHub Action. |
b5ba2cc
to
68fbb87
Compare
doc/nrf/protocols/matter/getting_started/memory_optimization.rst
Outdated
Show resolved
Hide resolved
doc/nrf/protocols/matter/getting_started/memory_optimization.rst
Outdated
Show resolved
Hide resolved
doc/nrf/protocols/matter/getting_started/memory_optimization.rst
Outdated
Show resolved
Hide resolved
68fbb87
to
498ab89
Compare
I'll hold on approving for a bit since I'm also part of ncs-matter, so one of the guys can properly approve. |
6916b5b
to
8b065e3
Compare
8b065e3
to
d69bf88
Compare
@nrfconnect/ncs-code-owners Please review. |
@nrfconnect/ncs-code-owners Could you take a look? |
@peknis could you please look at it? ncs-matter-doc code owner has been changed and we need a new approval. |
doc/nrf/protocols/matter/getting_started/memory_optimization.rst
Outdated
Show resolved
Hide resolved
f293b62
to
fe4fb5e
Compare
Use default heap size on nRF54L15. Signed-off-by: Adrian Gielniewski <[email protected]>
* Add Kconfig for packet buffer pool size. * Reduce packet buffer pool size to 11. * Fix release tools workflow. Signed-off-by: Adrian Gielniewski <[email protected]>
Mention `CONFIG_CHIP_SYSTEM_PACKETBUFFER_POOL_SIZE` Kconfig option. Signed-off-by: Adrian Gielniewski <[email protected]>
fe4fb5e
to
419e7de
Compare
@ArekBalysNordic we can merge this PR, as @peknis approved it and then I re-requested a review by mistake. |