You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by ag...@apache.org on 2020/08/10 08:52:42 UTC

[incubator-nuttx] branch master updated: boards: xtensa: esp32: update netnsh defconfig

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

aguettouche 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 b02b166  boards: xtensa: esp32: update netnsh defconfig
b02b166 is described below

commit b02b1663df4dd00c63c67e5905e769e191bf096f
Author: Alin Jerpelea <al...@sony.com>
AuthorDate: Mon Aug 10 10:07:28 2020 +0200

    boards: xtensa: esp32: update netnsh defconfig
    
    In the commit
    https://github.com/apache/incubator-nuttx/pull/1505/commits/612acb9d93dac7dfb18023df7f2583904ba075a4
    
    the CONFIG_PREALLOC_MQ_MSGS is set by default to 4 and should be removed from defconfig.
    
    Signed-off-by: Alin Jerpelea <al...@sony.com>
---
 boards/xtensa/esp32/esp32-core/configs/netnsh/defconfig | 1 -
 1 file changed, 1 deletion(-)

diff --git a/boards/xtensa/esp32/esp32-core/configs/netnsh/defconfig b/boards/xtensa/esp32/esp32-core/configs/netnsh/defconfig
index c909660..03e6ed3 100644
--- a/boards/xtensa/esp32/esp32-core/configs/netnsh/defconfig
+++ b/boards/xtensa/esp32/esp32-core/configs/netnsh/defconfig
@@ -54,7 +54,6 @@ CONFIG_NSH_BUILTIN_APPS=y
 CONFIG_NSH_FILEIOSIZE=512
 CONFIG_NSH_LINELEN=64
 CONFIG_NSH_READLINE=y
-CONFIG_PREALLOC_MQ_MSGS=4
 CONFIG_PREALLOC_TIMERS=4
 CONFIG_PREALLOC_WDOGS=16
 CONFIG_RAM_SIZE=114688