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/02/07 04:37:00 UTC

[GitHub] [incubator-nuttx] xiaoxiang781216 edited a comment on pull request #5415: serial/pty: Sync the default value of iflag and oflag regardless CONFIG_SERIAL_TERMIOS

xiaoxiang781216 edited a comment on pull request #5415:
URL: https://github.com/apache/incubator-nuttx/pull/5415#issuecomment-1031062214


   > @xiaoxiang781216 do you have numbers (bytes) of the TERMIOS overhead after enabling it by default?
   
   Before patch:
   ```
      text    data     bss     dec     hex filename
    248784    1256   57840  307880   4b2a8 nuttx
   ```
   After patch:
   ```
      text    data     bss     dec     hex filename
    248808    1256   57840  307904   4b2c0 nuttx
   ```
   Delta:
   ```
      text    data     bss     dec     hex filename
        24       0       0      24      18 nuttx
   ```
   


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