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

linguini1 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 91cd34a10c0 boards/xtensa/esp32: increase MM_REGIONS for psram 
defconfig
91cd34a10c0 is described below

commit 91cd34a10c0eaa920a450de44b579c2441b92a9c
Author: Filipe Cavalcanti <[email protected]>
AuthorDate: Wed May 20 15:00:14 2026 +0200

    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 <[email protected]>
---
 boards/xtensa/esp32/esp32-devkitc/configs/psram/defconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/boards/xtensa/esp32/esp32-devkitc/configs/psram/defconfig 
b/boards/xtensa/esp32/esp32-devkitc/configs/psram/defconfig
index 9425a67ebbf..51e25761cc8 100644
--- a/boards/xtensa/esp32/esp32-devkitc/configs/psram/defconfig
+++ b/boards/xtensa/esp32/esp32-devkitc/configs/psram/defconfig
@@ -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

Reply via email to