You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by GitBox <gi...@apache.org> on 2021/09/09 13:25:06 UTC

[GitHub] [incubator-nuttx] gustavonihei opened a new pull request #4503: boards/esp32: Fix init thread stack size when ESP32_WIFI_SAVE_PARAM=y

gustavonihei opened a new pull request #4503:
URL: https://github.com/apache/incubator-nuttx/pull/4503


   ## Summary
   Previous default value was not sufficient and was resulting in unexpected behavior when some log domains were enabled.
   
   ## Impact
   Only to the deconfigs changed by this PR on the described Testing scenario.
   
   ## Testing
   1) `esptool.py erase_flash`
   2) `./tools/configure.sh -E esp32-wrover-kit:wapi`
   3) Enable the following features:
   ```patch
   +CONFIG_DEBUG_ERROR=y
   +CONFIG_DEBUG_FEATURES=y
   +CONFIG_DEBUG_INFO=y
   +CONFIG_DEBUG_NET=y
   +CONFIG_DEBUG_NET_ERROR=y
   +CONFIG_DEBUG_NET_INFO=y
   +CONFIG_DEBUG_NET_WARN=y
   +CONFIG_DEBUG_WARN=y
   +CONFIG_DEBUG_WIRELESS=y
   +CONFIG_DEBUG_WIRELESS_ERROR=y
   +CONFIG_DEBUG_WIRELESS_INFO=y
   +CONFIG_DEBUG_WIRELESS_WARN=y
   ```
   4) Flash the firmware to the board.
   
   The proposed change in the MR solves that issue.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #4503: boards/esp32: Fix init thread stack size when ESP32_WIFI_SAVE_PARAM=y

Posted by GitBox <gi...@apache.org>.
xiaoxiang781216 merged pull request #4503:
URL: https://github.com/apache/incubator-nuttx/pull/4503


   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org