-
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
wifi: Add and tweak confguration for 54L memory baseline #19981
Conversation
CI InformationTo view the history of this post, clich the 'edited' button above Inputs:Sources:sdk-nrf: PR head: c7924d7151ce513187f68977fac604c653f04fc0 more detailssdk-nrf:
Github labels
List of changed files detected by CI (4)
Outputs:ToolchainVersion: 342151af73 Test Spec & Results: ✅ Success; ❌ Failure; 🟠 Queued; 🟡 Progress; ◻️ Skipped;
|
You can find the documentation preview for this PR at this link. Note: This comment is automatically posted by the Documentation Publish GitHub Action. |
aa67105
to
40ce4b5
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.
Is Changelog entry required since it's an addition of a section?
Not sure, but I can add if it's needed. |
It would be good to add in Samples section. |
This is a public facing Wi-Fi sample, so, improve the default perfomance to be suitable for all platforms, Zperf should give 4-5Mbps of UDP. Signed-off-by: Chaitanya Tata <[email protected]>
In few experiments, it was found that we only 75000 heap for driver, this reduced 15000 RAM. Signed-off-by: Chaitanya Tata <[email protected]>
40ce4b5
to
ebbce1a
Compare
This overlay is used to run Zperf benchmarks, the network buffer and heap paramters are not overridden to make it easier to collect memory footprints. Signed-off-by: Chaitanya Tata <[email protected]>
ebbce1a
to
c7924d7
Compare
The memory baseline is used to get a pre-defined performance (UDP- 4-5Mbps) with possible lowest RAM.