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 2024/04/06 05:15:40 UTC

(nuttx) branch releases/12.5 updated: boards: raspberrypi-pico: Fix nshsram build error

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

xiaoxiang pushed a commit to branch releases/12.5
in repository https://gitbox.apache.org/repos/asf/nuttx.git


The following commit(s) were added to refs/heads/releases/12.5 by this push:
     new cb00232b70 boards: raspberrypi-pico: Fix nshsram build error
cb00232b70 is described below

commit cb00232b700055b5beaa4cb559663bcb50708b49
Author: Masayuki Ishikawa <ma...@gmail.com>
AuthorDate: Sun Mar 31 13:45:57 2024 +0900

    boards: raspberrypi-pico: Fix nshsram build error
    
    Summary:
    - This commit fixes https://github.com/apache/nuttx/issues/11956.
    - The issue was introduced by https://github.com/apache/nuttx/pull/6118.
    
    Impact:
    - None
    
    Testing:
    - Tested with raspberrypi-pico.
    - NOTE: the ci should be fixed later.
    
    Signed-off-by: Masayuki Ishikawa <Ma...@jp.sony.com>
---
 boards/arm/rp2040/raspberrypi-pico/configs/nshsram/defconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/boards/arm/rp2040/raspberrypi-pico/configs/nshsram/defconfig b/boards/arm/rp2040/raspberrypi-pico/configs/nshsram/defconfig
index 5a5342830e..fc30f62f79 100644
--- a/boards/arm/rp2040/raspberrypi-pico/configs/nshsram/defconfig
+++ b/boards/arm/rp2040/raspberrypi-pico/configs/nshsram/defconfig
@@ -5,6 +5,7 @@
 # You can then do "make savedefconfig" to generate a new defconfig file that includes your
 # modifications.
 #
+# CONFIG_DEBUG_OPT_UNUSED_SECTIONS is not set
 # CONFIG_LIBC_LONG_LONG is not set
 # CONFIG_NSH_ARGCAT is not set
 # CONFIG_NSH_CMDOPT_HEXDUMP is not set