From 8f22e9cd3e7fd4c5ccf755c1461b94b42e83a686 Mon Sep 17 00:00:00 2001 From: Masayuki Ishikawa Date: Sun, 31 Mar 2024 13:45:57 +0900 Subject: [PATCH] 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 --- 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