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

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

commit 6cb2cc7ddb957170b5055dcc9687acf8690ed634
Author: Alin Jerpelea <[email protected]>
AuthorDate: Sat Jul 4 14:03:33 2026 +0200

    boards/risv-v/bl602: disable CONFIG_ENABLE_ALL_SIGNALS=y
    
    If this configuration is enabled it will cause the build error
    
    riscv-none-elf-ld: /github/workspace/sources/nuttx/nuttx section .text will 
not fit in region ilm
    riscv-none-elf-ld: region ilm overflowed by 976 bytes
    
    Signed-off-by: Alin Jerpelea <[email protected]>
---
 boards/risc-v/bl602/bl602evb/configs/elf/defconfig      | 1 -
 boards/risc-v/bl602/bl602evb/configs/fpu/defconfig      | 1 -
 boards/risc-v/bl602/bl602evb/configs/gpio/defconfig     | 1 -
 boards/risc-v/bl602/bl602evb/configs/i2c/defconfig      | 1 -
 boards/risc-v/bl602/bl602evb/configs/nsh/defconfig      | 1 -
 boards/risc-v/bl602/bl602evb/configs/spi/defconfig      | 1 -
 boards/risc-v/bl602/bl602evb/configs/spiflash/defconfig | 1 -
 boards/risc-v/bl602/bl602evb/configs/timer/defconfig    | 1 -
 8 files changed, 8 deletions(-)

diff --git a/boards/risc-v/bl602/bl602evb/configs/elf/defconfig 
b/boards/risc-v/bl602/bl602evb/configs/elf/defconfig
index 5df466f88ed..de90a1cfc69 100644
--- a/boards/risc-v/bl602/bl602evb/configs/elf/defconfig
+++ b/boards/risc-v/bl602/bl602evb/configs/elf/defconfig
@@ -43,7 +43,6 @@ CONFIG_DEBUG_SYMBOLS=y
 CONFIG_DEFAULT_SMALL=y
 CONFIG_DEV_ZERO=y
 CONFIG_ELF=y
-CONFIG_ENABLE_ALL_SIGNALS=y
 CONFIG_EXAMPLES_ELF=y
 CONFIG_EXAMPLES_HELLO=y
 CONFIG_EXAMPLES_HELLO_STACKSIZE=8192
diff --git a/boards/risc-v/bl602/bl602evb/configs/fpu/defconfig 
b/boards/risc-v/bl602/bl602evb/configs/fpu/defconfig
index 847f609d3f0..517fa034a7c 100644
--- a/boards/risc-v/bl602/bl602evb/configs/fpu/defconfig
+++ b/boards/risc-v/bl602/bl602evb/configs/fpu/defconfig
@@ -36,7 +36,6 @@ CONFIG_DEBUG_FULLOPT=y
 CONFIG_DEBUG_SYMBOLS=y
 CONFIG_DEFAULT_SMALL=y
 CONFIG_DEV_ZERO=y
-CONFIG_ENABLE_ALL_SIGNALS=y
 CONFIG_EXAMPLES_HELLO=y
 CONFIG_EXAMPLES_HELLO_STACKSIZE=8192
 CONFIG_EXAMPLES_TIMER=y
diff --git a/boards/risc-v/bl602/bl602evb/configs/gpio/defconfig 
b/boards/risc-v/bl602/bl602evb/configs/gpio/defconfig
index 1570b104204..a7c800f7ca4 100644
--- a/boards/risc-v/bl602/bl602evb/configs/gpio/defconfig
+++ b/boards/risc-v/bl602/bl602evb/configs/gpio/defconfig
@@ -37,7 +37,6 @@ CONFIG_DEBUG_SYMBOLS=y
 CONFIG_DEFAULT_SMALL=y
 CONFIG_DEV_GPIO=y
 CONFIG_DEV_ZERO=y
-CONFIG_ENABLE_ALL_SIGNALS=y
 CONFIG_EXAMPLES_GPIO=y
 CONFIG_EXAMPLES_HELLO=y
 CONFIG_EXAMPLES_HELLO_STACKSIZE=8192
diff --git a/boards/risc-v/bl602/bl602evb/configs/i2c/defconfig 
b/boards/risc-v/bl602/bl602evb/configs/i2c/defconfig
index 45598857c61..92bcd88b6bc 100644
--- a/boards/risc-v/bl602/bl602evb/configs/i2c/defconfig
+++ b/boards/risc-v/bl602/bl602evb/configs/i2c/defconfig
@@ -37,7 +37,6 @@ CONFIG_DEBUG_FULLOPT=y
 CONFIG_DEBUG_SYMBOLS=y
 CONFIG_DEFAULT_SMALL=y
 CONFIG_DEV_ZERO=y
-CONFIG_ENABLE_ALL_SIGNALS=y
 CONFIG_EXAMPLES_HELLO=y
 CONFIG_EXAMPLES_HELLO_STACKSIZE=8192
 CONFIG_EXAMPLES_TIMER=y
diff --git a/boards/risc-v/bl602/bl602evb/configs/nsh/defconfig 
b/boards/risc-v/bl602/bl602evb/configs/nsh/defconfig
index 85496174f67..904c24fa3ca 100644
--- a/boards/risc-v/bl602/bl602evb/configs/nsh/defconfig
+++ b/boards/risc-v/bl602/bl602evb/configs/nsh/defconfig
@@ -36,7 +36,6 @@ CONFIG_DEBUG_FULLOPT=y
 CONFIG_DEBUG_SYMBOLS=y
 CONFIG_DEFAULT_SMALL=y
 CONFIG_DEV_ZERO=y
-CONFIG_ENABLE_ALL_SIGNALS=y
 CONFIG_EXAMPLES_HELLO=y
 CONFIG_EXAMPLES_HELLO_STACKSIZE=8192
 CONFIG_EXAMPLES_TIMER=y
diff --git a/boards/risc-v/bl602/bl602evb/configs/spi/defconfig 
b/boards/risc-v/bl602/bl602evb/configs/spi/defconfig
index 2d46134eb48..1197396994f 100644
--- a/boards/risc-v/bl602/bl602evb/configs/spi/defconfig
+++ b/boards/risc-v/bl602/bl602evb/configs/spi/defconfig
@@ -37,7 +37,6 @@ CONFIG_DEBUG_FULLOPT=y
 CONFIG_DEBUG_SYMBOLS=y
 CONFIG_DEFAULT_SMALL=y
 CONFIG_DEV_ZERO=y
-CONFIG_ENABLE_ALL_SIGNALS=y
 CONFIG_EXAMPLES_HELLO=y
 CONFIG_EXAMPLES_HELLO_STACKSIZE=8192
 CONFIG_EXAMPLES_TIMER=y
diff --git a/boards/risc-v/bl602/bl602evb/configs/spiflash/defconfig 
b/boards/risc-v/bl602/bl602evb/configs/spiflash/defconfig
index f8e14b2c1f1..95e7ce4252b 100644
--- a/boards/risc-v/bl602/bl602evb/configs/spiflash/defconfig
+++ b/boards/risc-v/bl602/bl602evb/configs/spiflash/defconfig
@@ -38,7 +38,6 @@ CONFIG_DEBUG_FULLOPT=y
 CONFIG_DEBUG_SYMBOLS=y
 CONFIG_DEFAULT_SMALL=y
 CONFIG_DEV_ZERO=y
-CONFIG_ENABLE_ALL_SIGNALS=y
 CONFIG_EXAMPLES_HELLO=y
 CONFIG_EXAMPLES_HELLO_STACKSIZE=8192
 CONFIG_EXAMPLES_TIMER=y
diff --git a/boards/risc-v/bl602/bl602evb/configs/timer/defconfig 
b/boards/risc-v/bl602/bl602evb/configs/timer/defconfig
index 64f2e3cd944..cd6b3742182 100644
--- a/boards/risc-v/bl602/bl602evb/configs/timer/defconfig
+++ b/boards/risc-v/bl602/bl602evb/configs/timer/defconfig
@@ -38,7 +38,6 @@ CONFIG_DEBUG_FULLOPT=y
 CONFIG_DEBUG_SYMBOLS=y
 CONFIG_DEFAULT_SMALL=y
 CONFIG_DEV_ZERO=y
-CONFIG_ENABLE_ALL_SIGNALS=y
 CONFIG_EXAMPLES_HELLO=y
 CONFIG_EXAMPLES_HELLO_STACKSIZE=8192
 CONFIG_EXAMPLES_PWM=y

Reply via email to