tmedicci opened a new pull request, #16131: URL: https://github.com/apache/nuttx/pull/16131
## Summary * espressif: Simplify the selection of the SPI flash frequency This PR aims to simplify the selection of the SPI flash frequency for Espressif SoCs by using a standardized Kconfig-defined macro. ## Impact Impact on user: NO. Impact on build: YES. Using a standardized Kconfig-defined macro (`CONFIG_ESPRESSIF_FLASH_FREQ`) makes it easier to identify which SPI flash frequency is being used to flash the device. Impact on hardware: NO. Impact on documentation: NO. Impact on security: NO. Impact on compatibility: NO. ## Testing There is no specific testing for this change. The devices' behavior is the same. This PR was tested internally on our internal CI (including runtime testing) for all the supported Espressif boards. Let's take, for instance, `esp32s3-devkitc:smp` and run the `ostest`: ### Building ``` make -j distclean && ./tools/configure.sh esp32s3-devkit:smp && make flash ESPTOOL_PORT=/dev/ttyUSB0 ESPTOOL_BINDIR=./ -s -j$(nproc) && minicom -D /dev/ttyUSB0 ``` ### Running ``` nsh> ostest ``` ### Results ``` nsh> ostest ... user_main: Exiting ostest_main: Exiting with status 0 ``` -- 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