This is an automated email from the ASF dual-hosted git repository.
acassis 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 db8b32cb07 boards/esp32: Increase the NTP deamon stack size as it was
overflowing.
db8b32cb07 is described below
commit db8b32cb07f0f14b919623be84742afaf65317c9
Author: Abdelatif Guettouche <[email protected]>
AuthorDate: Wed Jun 15 14:22:22 2022 +0200
boards/esp32: Increase the NTP deamon stack size as it was overflowing.
Signed-off-by: Abdelatif Guettouche <[email protected]>
---
boards/xtensa/esp32/esp32-devkitc/configs/wapi_smp/defconfig | 1 +
1 file changed, 1 insertion(+)
diff --git a/boards/xtensa/esp32/esp32-devkitc/configs/wapi_smp/defconfig
b/boards/xtensa/esp32/esp32-devkitc/configs/wapi_smp/defconfig
index a6455b9c6a..52625e1011 100644
--- a/boards/xtensa/esp32/esp32-devkitc/configs/wapi_smp/defconfig
+++ b/boards/xtensa/esp32/esp32-devkitc/configs/wapi_smp/defconfig
@@ -58,6 +58,7 @@ CONFIG_NETUTILS_CODECS=y
CONFIG_NETUTILS_HTTPD_DIRLIST=y
CONFIG_NETUTILS_HTTPD_SENDFILE=y
CONFIG_NETUTILS_IPERF=y
+CONFIG_NETUTILS_NTPCLIENT_STACKSIZE=4096
CONFIG_NETUTILS_TELNETD=y
CONFIG_NETUTILS_WEBCLIENT=y
CONFIG_NETUTILS_WEBSERVER=y