-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
snippets: nrf70-wifi: Remove heap size override #20101
Conversation
CI InformationTo view the history of this post, clich the 'edited' button above Inputs:Sources:sdk-nrf: PR head: ad80496fea2e2b2d9cae7f481b82dc62b60442a3 more detailssdk-nrf:
Github labels
List of changed files detected by CI (1)
Outputs:ToolchainVersion: 342151af73 Test Spec & Results: ✅ Success; ❌ Failure; 🟠 Queued; 🟡 Progress; ◻️ Skipped;
|
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.
It's not redundant
it was necessary to avoid RAM overflows as default HEAP was too high, if that is not the case anymore we can remove it but with appropriate commit log.
Remove the heap size override as it is no longer needed due to sufficient RAM availability. Signed-off-by: Triveni Danda <[email protected]>
1559d0d
to
ad80496
Compare
Remove the heap size override as it is
no longer needed due to sufficient RAM availability.