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 2021/07/08 02:24:38 UTC

[incubator-nuttx] branch master updated: boards: esp32-devkitc: Update smp/defconfig

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 a7c9f70  boards: esp32-devkitc: Update smp/defconfig
a7c9f70 is described below

commit a7c9f701ef775e1cb836001e22c49acd21bef67f
Author: Masayuki Ishikawa <ma...@gmail.com>
AuthorDate: Thu Jul 8 08:15:32 2021 +0900

    boards: esp32-devkitc: Update smp/defconfig
    
    Summary:
    - This commit adds the following to smp/defconfig
      +CONFIG_DEBUG_FULLOPT=y
      +CONFIG_DEBUG_SYMBOLS=y
      +CONFIG_STACK_COLORATION=y
    
    Impact:
    - None
    
    Testing:
    - Tested with QEMU
    
    Signed-off-by: Masayuki Ishikawa <Ma...@jp.sony.com>
---
 boards/xtensa/esp32/esp32-devkitc/configs/smp/defconfig | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/boards/xtensa/esp32/esp32-devkitc/configs/smp/defconfig b/boards/xtensa/esp32/esp32-devkitc/configs/smp/defconfig
index 74f9c6e..71ae608 100644
--- a/boards/xtensa/esp32/esp32-devkitc/configs/smp/defconfig
+++ b/boards/xtensa/esp32/esp32-devkitc/configs/smp/defconfig
@@ -20,6 +20,8 @@ CONFIG_ARCH_STACKDUMP=y
 CONFIG_ARCH_XTENSA=y
 CONFIG_BOARD_LOOPSPERMSEC=16717
 CONFIG_BUILTIN=y
+CONFIG_DEBUG_FULLOPT=y
+CONFIG_DEBUG_SYMBOLS=y
 CONFIG_ESP32_UART0=y
 CONFIG_EXAMPLES_HELLO=y
 CONFIG_FS_PROCFS=y
@@ -44,6 +46,7 @@ CONFIG_SDCLONE_DISABLE=y
 CONFIG_SMP=y
 CONFIG_SMP_NCPUS=2
 CONFIG_SPI=y
+CONFIG_STACK_COLORATION=y
 CONFIG_START_DAY=6
 CONFIG_START_MONTH=12
 CONFIG_START_YEAR=2011