You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by pk...@apache.org on 2022/03/25 13:56:53 UTC

[incubator-nuttx] branch master updated: esp32s3-devkit: Fix the number of memory regions in some configurations

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 5198a56  esp32s3-devkit: Fix the number of memory regions in some configurations
5198a56 is described below

commit 5198a56fe8e73d8265ef7946b4df46657e9a27e5
Author: Gustavo Henrique Nihei <gu...@espressif.com>
AuthorDate: Thu Mar 24 15:57:42 2022 -0300

    esp32s3-devkit: Fix the number of memory regions in some configurations
    
    Signed-off-by: Gustavo Henrique Nihei <gu...@espressif.com>
---
 boards/xtensa/esp32s3/esp32s3-devkit/configs/nsh/defconfig      | 1 -
 boards/xtensa/esp32s3/esp32s3-devkit/configs/oneshot/defconfig  | 1 -
 boards/xtensa/esp32s3/esp32s3-devkit/configs/spiflash/defconfig | 1 -
 boards/xtensa/esp32s3/esp32s3-devkit/configs/timer/defconfig    | 1 -
 boards/xtensa/esp32s3/esp32s3-devkit/configs/watchdog/defconfig | 1 -
 5 files changed, 5 deletions(-)

diff --git a/boards/xtensa/esp32s3/esp32s3-devkit/configs/nsh/defconfig b/boards/xtensa/esp32s3/esp32s3-devkit/configs/nsh/defconfig
index 81a8fb7..85854d0 100644
--- a/boards/xtensa/esp32s3/esp32s3-devkit/configs/nsh/defconfig
+++ b/boards/xtensa/esp32s3/esp32s3-devkit/configs/nsh/defconfig
@@ -29,7 +29,6 @@ CONFIG_HAVE_CXXINITIALIZE=y
 CONFIG_IDLETHREAD_STACKSIZE=3072
 CONFIG_INIT_ENTRYPOINT="nsh_main"
 CONFIG_INTELHEX_BINARY=y
-CONFIG_MM_REGIONS=3
 CONFIG_NSH_ARCHINIT=y
 CONFIG_NSH_BUILTIN_APPS=y
 CONFIG_NSH_FILEIOSIZE=512
diff --git a/boards/xtensa/esp32s3/esp32s3-devkit/configs/oneshot/defconfig b/boards/xtensa/esp32s3/esp32s3-devkit/configs/oneshot/defconfig
index e35347e..eb664e6 100644
--- a/boards/xtensa/esp32s3/esp32s3-devkit/configs/oneshot/defconfig
+++ b/boards/xtensa/esp32s3/esp32s3-devkit/configs/oneshot/defconfig
@@ -37,7 +37,6 @@ CONFIG_HAVE_CXXINITIALIZE=y
 CONFIG_IDLETHREAD_STACKSIZE=3072
 CONFIG_INIT_ENTRYPOINT="nsh_main"
 CONFIG_INTELHEX_BINARY=y
-CONFIG_MM_REGIONS=3
 CONFIG_NSH_ARCHINIT=y
 CONFIG_NSH_BUILTIN_APPS=y
 CONFIG_NSH_FILEIOSIZE=512
diff --git a/boards/xtensa/esp32s3/esp32s3-devkit/configs/spiflash/defconfig b/boards/xtensa/esp32s3/esp32s3-devkit/configs/spiflash/defconfig
index bf4df49..03115d1 100644
--- a/boards/xtensa/esp32s3/esp32s3-devkit/configs/spiflash/defconfig
+++ b/boards/xtensa/esp32s3/esp32s3-devkit/configs/spiflash/defconfig
@@ -32,7 +32,6 @@ CONFIG_HOST_MACOS=y
 CONFIG_IDLETHREAD_STACKSIZE=3072
 CONFIG_INIT_ENTRYPOINT="nsh_main"
 CONFIG_INTELHEX_BINARY=y
-CONFIG_MM_REGIONS=3
 CONFIG_NSH_ARCHINIT=y
 CONFIG_NSH_BUILTIN_APPS=y
 CONFIG_NSH_DISABLE_LOSMART=y
diff --git a/boards/xtensa/esp32s3/esp32s3-devkit/configs/timer/defconfig b/boards/xtensa/esp32s3/esp32s3-devkit/configs/timer/defconfig
index 019aa24..da691d0 100644
--- a/boards/xtensa/esp32s3/esp32s3-devkit/configs/timer/defconfig
+++ b/boards/xtensa/esp32s3/esp32s3-devkit/configs/timer/defconfig
@@ -34,7 +34,6 @@ CONFIG_HAVE_CXXINITIALIZE=y
 CONFIG_IDLETHREAD_STACKSIZE=3072
 CONFIG_INIT_ENTRYPOINT="nsh_main"
 CONFIG_INTELHEX_BINARY=y
-CONFIG_MM_REGIONS=3
 CONFIG_NSH_ARCHINIT=y
 CONFIG_NSH_BUILTIN_APPS=y
 CONFIG_NSH_FILEIOSIZE=512
diff --git a/boards/xtensa/esp32s3/esp32s3-devkit/configs/watchdog/defconfig b/boards/xtensa/esp32s3/esp32s3-devkit/configs/watchdog/defconfig
index ff0d724..87a9eea 100644
--- a/boards/xtensa/esp32s3/esp32s3-devkit/configs/watchdog/defconfig
+++ b/boards/xtensa/esp32s3/esp32s3-devkit/configs/watchdog/defconfig
@@ -32,7 +32,6 @@ CONFIG_HAVE_CXXINITIALIZE=y
 CONFIG_IDLETHREAD_STACKSIZE=3072
 CONFIG_INIT_ENTRYPOINT="nsh_main"
 CONFIG_INTELHEX_BINARY=y
-CONFIG_MM_REGIONS=3
 CONFIG_NSH_ARCHINIT=y
 CONFIG_NSH_BUILTIN_APPS=y
 CONFIG_NSH_FILEIOSIZE=512