mirror of
https://github.com/apache/nuttx.git
synced 2026-09-03 23:52:58 +00:00
boards/risc-v/esp32c6: Add missing config for esp32c6 romfs
Add missing config for romfs on esp32c6-devkitc Signed-off-by: Eren Terzioglu <eren.terzioglu@espressif.com>
This commit is contained in:
parent
c844ecf393
commit
16829666cb
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue