eren-terzioglu commented on code in PR #11620: URL: https://github.com/apache/nuttx/pull/11620#discussion_r1469456746
########## arch/risc-v/src/common/espressif/Bootloader.mk: ########## @@ -1,5 +1,5 @@ ############################################################################ -# arch/risc-v/src/espressif/Bootloader.mk +# arch/risc-v/src/common/espressif/Bootloader.mk Review Comment: To divide the chip specific files into separate folders (e.g risc-v/src/esp32c6) for having chip specific support or config, `risc-v/src/espressif` folder has been moved. Also this approach avoids potential misunderstanding about actual src file path. -- 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: commits-unsubscr...@nuttx.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org