fix(config): actualize newlib Kconfig options

This commit is contained in:
Alexey Lapshin
2025-08-15 12:32:48 +07:00
committed by BOT
parent 42b065bdce
commit 28ced4efad
28 changed files with 41 additions and 44 deletions

View File

@@ -81,7 +81,7 @@ TEST_CASE("CRs are removed from the stdin correctly", "[vfs_uart]")
// If there is data available at the moment, read() also returns directly with the currently available size
const char* send_str = "1234567890\n\r123\r\n4\n";
/* with CONFIG_NEWLIB_STDOUT_ADDCR, the following will be sent on the wire.
/* with CONFIG_LIBC_STDOUT_LINE_ENDING_CRLF, the following will be sent on the wire.
* (last character of each part is marked with a hat)
*
* 1234567890\r\n\r123\r\r\n4\r\n