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
commit f344e7b5bf234c2134dff00d9ebc8a6f1ff9ec43 Author: Masayuki Ishikawa <masayuki.ishik...@gmail.com> AuthorDate: Fri Feb 19 08:37:11 2021 +0900 boards: esp32-devkitc: Add CONFIG_STACK_COLORATION=y to wapi_smp/defconfig Signed-off-by: Masayuki Ishikawa <masayuki.ishik...@jp.sony.com> --- 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 3b23021..37e67a1 100644 --- a/boards/xtensa/esp32/esp32-devkitc/configs/wapi_smp/defconfig +++ b/boards/xtensa/esp32/esp32-devkitc/configs/wapi_smp/defconfig @@ -78,6 +78,7 @@ CONFIG_SMP=y CONFIG_SMP_NCPUS=2 CONFIG_SPI=y CONFIG_SPIFFS_NAME_MAX=48 +CONFIG_STACK_COLORATION=y CONFIG_START_DAY=18 CONFIG_START_MONTH=2 CONFIG_START_YEAR=2021