You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by GitBox <gi...@apache.org> on 2022/07/29 11:15:22 UTC

[GitHub] [incubator-nuttx] PetervdPerk-NXP opened a new pull request, #6740: [TCP] Close RAM usage optimization

PetervdPerk-NXP opened a new pull request, #6740:
URL: https://github.com/apache/incubator-nuttx/pull/6740

   ## 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.
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #6740: [TCP] Close RAM usage optimization

Posted by GitBox <gi...@apache.org>.
xiaoxiang781216 merged PR #6740:
URL: https://github.com/apache/incubator-nuttx/pull/6740


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org