mirror of
https://github.com/espressif/esp-idf.git
synced 2026-07-17 08:23:09 +03:00
Fix read_bytes handling in lp_core_uart.c. Fix HP-side read_bounds guard checks in test_lp_core_uart.c: the ULP export header types shared symbols as uint32_t while the LP image maps a larger struct; avoid struct subscript on that symbol so GCC 14 -Warray-bounds= passes in CI (build_non_test_related_apps). Made-with: Cursor