Laczen opened a new pull request, #19985: URL: https://github.com/apache/nuttx/pull/19985
## Summary Simpleboot on espressif changes the location of irom and drom segments in the image. Instead of correcting in `map_rom_segments` a routine `modify_rom_segments_lma(&app_irom_start, &app_drom_start)` is introduced that corrects the load addresses before calling `map_rom_segments`. ## Impact None ## Testing Tested on esp32c3-devkit:usbconsole ```console nsh> uname -a NuttX 12.8.0 ff7eb839de-dirty Aug 27 2026 12:15:36 risc-v esp32c3-devkit nsh> ``` -- 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]
