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 cfe6d0bcbe boards: rp2040: Fix build errors for nshsram configurations
cfe6d0bcbe is described below
commit cfe6d0bcbe3555ff13037b5b1dd2e3d66a29cc9e
Author: Masayuki Ishikawa <[email protected]>
AuthorDate: Mon Apr 1 12:45:22 2024 +0900
boards: rp2040: Fix build errors for nshsram configurations
Summary:
- This commit applies the fix in https://github.com/apache/nuttx/pull/12025
Impact:
- None
Testing:
- Build only
Signed-off-by: Masayuki Ishikawa <[email protected]>
---
boards/arm/rp2040/adafruit-feather-rp2040/configs/nshsram/defconfig | 1 +
boards/arm/rp2040/adafruit-kb2040/configs/nshsram/defconfig | 1 +
boards/arm/rp2040/pimoroni-tiny2040/configs/nshsram/defconfig | 1 +
boards/arm/rp2040/raspberrypi-pico-w/configs/nshsram/defconfig | 1 +
boards/arm/rp2040/waveshare-rp2040-lcd-1.28/configs/nshsram/defconfig | 1 +
5 files changed, 5 insertions(+)
diff --git
a/boards/arm/rp2040/adafruit-feather-rp2040/configs/nshsram/defconfig
b/boards/arm/rp2040/adafruit-feather-rp2040/configs/nshsram/defconfig
index e7e942bb5d..afe57d66cb 100644
--- a/boards/arm/rp2040/adafruit-feather-rp2040/configs/nshsram/defconfig
+++ b/boards/arm/rp2040/adafruit-feather-rp2040/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
diff --git a/boards/arm/rp2040/adafruit-kb2040/configs/nshsram/defconfig
b/boards/arm/rp2040/adafruit-kb2040/configs/nshsram/defconfig
index 6f36d88406..0de8616254 100644
--- a/boards/arm/rp2040/adafruit-kb2040/configs/nshsram/defconfig
+++ b/boards/arm/rp2040/adafruit-kb2040/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
diff --git a/boards/arm/rp2040/pimoroni-tiny2040/configs/nshsram/defconfig
b/boards/arm/rp2040/pimoroni-tiny2040/configs/nshsram/defconfig
index 5915108f7e..19a92fc897 100644
--- a/boards/arm/rp2040/pimoroni-tiny2040/configs/nshsram/defconfig
+++ b/boards/arm/rp2040/pimoroni-tiny2040/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
diff --git a/boards/arm/rp2040/raspberrypi-pico-w/configs/nshsram/defconfig
b/boards/arm/rp2040/raspberrypi-pico-w/configs/nshsram/defconfig
index f69cc43740..5f3d066d51 100644
--- a/boards/arm/rp2040/raspberrypi-pico-w/configs/nshsram/defconfig
+++ b/boards/arm/rp2040/raspberrypi-pico-w/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
diff --git
a/boards/arm/rp2040/waveshare-rp2040-lcd-1.28/configs/nshsram/defconfig
b/boards/arm/rp2040/waveshare-rp2040-lcd-1.28/configs/nshsram/defconfig
index f4e28c41f2..850afe706d 100644
--- a/boards/arm/rp2040/waveshare-rp2040-lcd-1.28/configs/nshsram/defconfig
+++ b/boards/arm/rp2040/waveshare-rp2040-lcd-1.28/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