You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by xi...@apache.org on 2022/10/07 06:44:36 UTC

[incubator-nuttx] branch master updated: esp32: fix wapi stack size on board examples

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

xiaoxiang 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 5089c5d2fd esp32: fix wapi stack size on board examples
5089c5d2fd is described below

commit 5089c5d2fd446197b02c7367e444586aa4587d5e
Author: Tiago Medicci Serrano <ti...@espressif.com>
AuthorDate: Mon Oct 3 17:42:25 2022 -0300

    esp32: fix wapi stack size on board examples
    
    Fix the error on issue 7193:
    (https://github.com/apache/incubator-nuttx/issues/7193)
---
 boards/risc-v/esp32c3/esp32c3-devkit/configs/sta_softap/defconfig | 1 +
 boards/xtensa/esp32/esp32-devkitc/configs/sta_softap/defconfig    | 1 +
 2 files changed, 2 insertions(+)

diff --git a/boards/risc-v/esp32c3/esp32c3-devkit/configs/sta_softap/defconfig b/boards/risc-v/esp32c3/esp32c3-devkit/configs/sta_softap/defconfig
index 2aca2dae58..c31c0ae0fc 100644
--- a/boards/risc-v/esp32c3/esp32c3-devkit/configs/sta_softap/defconfig
+++ b/boards/risc-v/esp32c3/esp32c3-devkit/configs/sta_softap/defconfig
@@ -79,3 +79,4 @@ CONFIG_UART0_SERIAL_CONSOLE=y
 CONFIG_WIRELESS=y
 CONFIG_WIRELESS_WAPI=y
 CONFIG_WIRELESS_WAPI_CMDTOOL=y
+CONFIG_WIRELESS_WAPI_STACKSIZE=4096
diff --git a/boards/xtensa/esp32/esp32-devkitc/configs/sta_softap/defconfig b/boards/xtensa/esp32/esp32-devkitc/configs/sta_softap/defconfig
index ed22584bf6..0f0899ed35 100644
--- a/boards/xtensa/esp32/esp32-devkitc/configs/sta_softap/defconfig
+++ b/boards/xtensa/esp32/esp32-devkitc/configs/sta_softap/defconfig
@@ -82,3 +82,4 @@ CONFIG_UART0_SERIAL_CONSOLE=y
 CONFIG_WIRELESS=y
 CONFIG_WIRELESS_WAPI=y
 CONFIG_WIRELESS_WAPI_CMDTOOL=y
+CONFIG_WIRELESS_WAPI_STACKSIZE=4096