From b02b1663df4dd00c63c67e5905e769e191bf096f Mon Sep 17 00:00:00 2001 From: Alin Jerpelea Date: Mon, 10 Aug 2020 10:07:28 +0200 Subject: [PATCH] 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 --- 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 c9096607e2..03e6ed3981 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