This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git
commit 1bd2595be83d5f79277aa99a6a0ed5128a5913af Author: Lucas Saavedra Vaz <[email protected]> AuthorDate: Thu Aug 17 13:15:21 2023 -0300 boards/risc-v/esp32c3-generic: Fix MCUboot config name Fix the config name to be the same as the other chips. --- .../esp32c3-generic/configs/{mcuboot-nsh => mcuboot_nsh}/defconfig | 0 1 file changed, 0 insertions(+), 0 deletions(-) diff --git a/boards/risc-v/espressif/esp32c3-generic/configs/mcuboot-nsh/defconfig b/boards/risc-v/espressif/esp32c3-generic/configs/mcuboot_nsh/defconfig similarity index 100% rename from boards/risc-v/espressif/esp32c3-generic/configs/mcuboot-nsh/defconfig rename to boards/risc-v/espressif/esp32c3-generic/configs/mcuboot_nsh/defconfig
