Files
esp-idf/components/ulp/lp_core
Sudeep Mohanty dd2dd96a0e fix(lp_core): repair LP UART read_bytes RX handling
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
2026-04-29 14:19:28 +02:00
..