From 5089c5d2fd446197b02c7367e444586aa4587d5e Mon Sep 17 00:00:00 2001 From: Tiago Medicci Serrano Date: Mon, 3 Oct 2022 17:42:25 -0300 Subject: [PATCH] esp32: fix wapi stack size on board examples Fix the error on issue 7193: (https://github.com/apache/incubator-nuttx/issues/7193) --- .../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 2aca2dae580..c31c0ae0fcf 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 ed22584bf6a..0f0899ed353 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