You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by gu...@apache.org on 2021/06/16 01:30:42 UTC

[incubator-nuttx] branch master updated: boards: spresense: Update elf/defconfig

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

gustavonihei 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 35a7902  boards: spresense: Update elf/defconfig
35a7902 is described below

commit 35a7902367ca275d75f4da375123b12d678662a3
Author: Masayuki Ishikawa <ma...@gmail.com>
AuthorDate: Wed Jun 16 08:08:42 2021 +0900

    boards: spresense: Update elf/defconfig
    
    Summary:
    - This commit adds the following configs to spresense:elf
      +CONFIG_DEBUG_FULLOPT=y
      +CONFIG_DEBUG_SYMBOLS=y
      +CONFIG_STACK_COLORATION=y
    
    Impact:
    - None
    
    Testing:
    - Tested with spresense
    
    Signed-off-by: Masayuki Ishikawa <ma...@gmail.com>
---
 boards/arm/cxd56xx/spresense/configs/elf/defconfig | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/boards/arm/cxd56xx/spresense/configs/elf/defconfig b/boards/arm/cxd56xx/spresense/configs/elf/defconfig
index e6506a3..96adbdf 100644
--- a/boards/arm/cxd56xx/spresense/configs/elf/defconfig
+++ b/boards/arm/cxd56xx/spresense/configs/elf/defconfig
@@ -25,6 +25,8 @@ CONFIG_CXD56_I2C=y
 CONFIG_CXD56_SPI4=y
 CONFIG_CXD56_SPI5=y
 CONFIG_CXD56_SPI=y
+CONFIG_DEBUG_FULLOPT=y
+CONFIG_DEBUG_SYMBOLS=y
 CONFIG_ELF=y
 CONFIG_EXAMPLES_ELF=y
 CONFIG_FS_PROCFS=y
@@ -44,6 +46,7 @@ CONFIG_RTC_DRIVER=y
 CONFIG_SCHED_WAITPID=y
 CONFIG_SDCLONE_DISABLE=y
 CONFIG_SPI=y
+CONFIG_STACK_COLORATION=y
 CONFIG_START_DAY=4
 CONFIG_START_MONTH=2
 CONFIG_START_YEAR=2020