This is an automated email from the ASF dual-hosted git repository.

jerpelea pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git

commit 3b7ec79c75b50bd4fe5524051b2c05422e4f7219
Author: Eren Terzioglu <eren.terzio...@espressif.com>
AuthorDate: Mon Jan 22 19:01:31 2024 +0300

    Fix sotest build error for esp32c6
---
 boards/risc-v/esp32c6/esp32c6-devkit/configs/sotest/defconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/boards/risc-v/esp32c6/esp32c6-devkit/configs/sotest/defconfig 
b/boards/risc-v/esp32c6/esp32c6-devkit/configs/sotest/defconfig
index 2fe32a2007..cd313ff80f 100644
--- a/boards/risc-v/esp32c6/esp32c6-devkit/configs/sotest/defconfig
+++ b/boards/risc-v/esp32c6/esp32c6-devkit/configs/sotest/defconfig
@@ -17,6 +17,7 @@ CONFIG_ARCH_INTERRUPTSTACK=2048
 CONFIG_ARCH_RISCV=y
 CONFIG_ARCH_STACKDUMP=y
 CONFIG_BOARDCTL_RESET=y
+CONFIG_BOARDCTL_ROMDISK=y
 CONFIG_BOARD_LOOPSPERMSEC=15000
 CONFIG_BUILTIN=y
 CONFIG_DEV_ZERO=y

Reply via email to