mirror of https://github.com/ARMmbed/mbed-os.git
Convert newlines on all terminal (tty) devices by default
Applications can reduce their ROM usage by replacing "\r\n" by "\n".pull/12889/head
parent
4f9d21b16a
commit
5cb7bd5cca
|
@ -3,12 +3,12 @@
|
|||
"config": {
|
||||
"stdio-convert-newlines": {
|
||||
"help": "Enable conversion to standard newlines on stdin/stdout/stderr",
|
||||
"value": false
|
||||
"value": true
|
||||
},
|
||||
|
||||
"stdio-convert-tty-newlines": {
|
||||
"help": "Enable conversion to standard newlines on any tty FILE stream",
|
||||
"value": false
|
||||
"value": true
|
||||
},
|
||||
|
||||
"stdio-buffered-serial": {
|
||||
|
|
Loading…
Reference in New Issue