eren-terzioglu opened a new pull request, #2811: URL: https://github.com/apache/nuttx-apps/pull/2811
## Summary Issue is about adress alignment differences between [idf](https://github.com/espressif/esp-idf/blob/master/components/riscv/include/riscv/rv_utils.h) and [nuttx](https://github.com/apache/nuttx/blob/master/arch/risc-v/src/common/riscv_debug.c#L326) implementation. On idf implementation we round the size value if size is greater than one. Due to this difference example is failing because data length was 27 and not rounded. [According to add idf watchpoint description](https://github.com/espressif/esp-idf/blob/master/components/esp_hw_support/include/esp_cpu.h#L493-L497) it has to be power of 2. - Fix RO watchpoint test issue for esp devices ## Impact ## Testing `esp32c3-generic:nsh` config used with `CONFIG_SYSTEM_DEBUGPOINT` and `LIB_GDBSTUB` options enabled and `debugpoint` command used -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
