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

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


The following commit(s) were added to refs/heads/master by this push:
     new 16829666cb6 boards/risc-v/esp32c6: Add missing config for esp32c6 romfs
16829666cb6 is described below

commit 16829666cb63d700d3a9ca4ac830a8feeeef8b9f
Author: Eren Terzioglu <[email protected]>
AuthorDate: Tue Jan 27 12:37:18 2026 +0100

    boards/risc-v/esp32c6: Add missing config for esp32c6 romfs
    
    Add missing config for romfs on esp32c6-devkitc
    
    Signed-off-by: Eren Terzioglu <[email protected]>
---
 boards/risc-v/esp32c6/esp32c6-devkitc/configs/romfs/defconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/boards/risc-v/esp32c6/esp32c6-devkitc/configs/romfs/defconfig 
b/boards/risc-v/esp32c6/esp32c6-devkitc/configs/romfs/defconfig
index 7b3d7088996..484b7da8ab3 100644
--- a/boards/risc-v/esp32c6/esp32c6-devkitc/configs/romfs/defconfig
+++ b/boards/risc-v/esp32c6/esp32c6-devkitc/configs/romfs/defconfig
@@ -22,6 +22,7 @@ CONFIG_BOARD_LOOPSPERMSEC=15000
 CONFIG_BUILTIN=y
 CONFIG_EFUSE=y
 CONFIG_ESPRESSIF_EFUSE=y
+CONFIG_ETC_ROMFS=y
 CONFIG_FS_PROCFS=y
 CONFIG_FS_ROMFS=y
 CONFIG_IDLETHREAD_STACKSIZE=2048

Reply via email to