Frantisek Hrbata cf3802a0ac fix(test_apps): do not check line endings in dut.expect
The default newlib read/write syscalls automatically convert newline
endings from LF to CRLF on stdout. Therefore, the test should not
specifically check for LF in the expected output, as the standard
conversion for stdout is CRLF. While it is possible to change the
expected line ending in the test from LF to CRLF, it seems more
dependable to just avoid verifying line endings entirely.

Signed-off-by: Frantisek Hrbata <frantisek.hrbata@espressif.com>
2024-11-18 15:42:29 +08:00
..

Supported Targets ESP32-C6 ESP32-H2

This test app ensures that bootloader can support configurable MMU page size as per the application binary header. This test tries to boot the application with different MMU page sizes and checks if the application is able to boot successfully.