gustavonihei opened a new pull request #4701: URL: https://github.com/apache/incubator-nuttx/pull/4701
## Summary This PR intends to refactor the generation of the QEMU-compatible binary image for ESP32 by using the `merge_bin` builtin function from `esptool.py`. The initial motivation for this is the need to provide a different `offset` for the partition table binary, which the current `mk_qemu_img.sh` script does not support. The added bonus is that this new implementation relies on `esptool.py`, resulting in a cleaner implementation. ## Impact Only for ESP32-based defconfigs executing on QEMU. ## Testing Validated with `esp32-devkitc:nsh` and `esp32-devkic:spiflash` examples on QEMU. -- 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]
