mirror of https://github.com/ARMmbed/mbed-os.git
Merge pull request #12889 from hugueskamba/hk_stdio_config
Convert newlines on all terminal (tty) devices by defaultpull/12856/head
commit
32ea606add
|
@ -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