mirror of
https://github.com/apache/nuttx.git
synced 2026-05-22 22:20:01 +08:00
boards/xtensa/esp32: increase MM_REGIONS for psram defconfig
Increase MM_REGIONS from 5 to 6 to accomodate latest changes from initialization refactor. Signed-off-by: Filipe Cavalcanti <filipe.cavalcanti@espressif.com>
This commit is contained in:
committed by
Matteo Golin
parent
7065266c0c
commit
91cd34a10c
@@ -40,7 +40,7 @@ CONFIG_IOB_NCHAINS=36
|
||||
CONFIG_IOB_THROTTLE=8
|
||||
CONFIG_LINE_MAX=64
|
||||
CONFIG_MM_IOB=y
|
||||
CONFIG_MM_REGIONS=5
|
||||
CONFIG_MM_REGIONS=6
|
||||
CONFIG_NSH_BUILTIN_APPS=y
|
||||
CONFIG_NSH_FILEIOSIZE=512
|
||||
CONFIG_NSH_READLINE=y
|
||||
|
||||
Reference in New Issue
Block a user