mirror of
https://github.com/espressif/esp-idf
synced 2025-03-10 01:29:21 -04:00
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>
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.