Skip to content
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

[TCP] Close RAM usage optimization #6740

Merged
merged 1 commit into from
Jul 29, 2022

Conversation

PetervdPerk-NXP
Copy link
Contributor

Summary

Addresses some of the impact described in #6721
Which optimizes the following PR #6398

Impact

Reduces static ram usage by ~ 200 bytes

peter@NXL04520:~/nuttx/nuttx$ arm-none-eabi-size nuttx
   text    data     bss     dec     hex filename
 143800     784   24080  168664   292d8 nuttx
peter@NXL04520:~/nuttx/nuttx$ arm-none-eabi-size nuttx
   text    data     bss     dec     hex filename
 143768     784   23856  168408   291d8 nuttx

Testing

I've briefly tested telnet and ipef, but I would like to have a proper review and test for this.

@xiaoxiang781216 xiaoxiang781216 linked an issue Jul 29, 2022 that may be closed by this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
No open projects
Development

Successfully merging this pull request may close these issues.

NuttX with Networking Flash&RAM increase past 60 days.
3 participants