xiaoxiang781216 commented 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
249104 1256 57840 308200 4b3e8 nuttx
```
Delta:
```
text data bss dec hex filename
320 0 0 320 140 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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]