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

linguini1 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git

commit 1a6ada7724a20d8fd1d53e613c4ed74313bf238f
Author: Alin Jerpelea <[email protected]>
AuthorDate: Sat Jul 4 14:43:10 2026 +0200

    boards/risc-v/bl602: remove timers example
    
    the timers example causes the following error:
    iscv-none-elf-ld: 
/github/workspace/sources/nuttx/staging/libapps.a(timer_main.c.github.workspace.sources.apps.examples.timer_1.o):
 in function timer_main:
    
/github/workspace/sources/apps/examples/timer/timer_main.c:209:(.text.timer_main+0x1c2):
 undefined reference to sigaction
    riscv-none-elf-ld: 
/github/workspace/sources/apps/examples/timer/timer_main.c:278:(.text.timer_main+0x30e):
 undefined reference to sigaction
    
    Signed-off-by: Alin Jerpelea <[email protected]>
---
 boards/risc-v/bl602/bl602evb/configs/dma/defconfig      | 1 -
 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 -
 9 files changed, 9 deletions(-)

diff --git a/boards/risc-v/bl602/bl602evb/configs/dma/defconfig 
b/boards/risc-v/bl602/bl602evb/configs/dma/defconfig
index ef69f87fa68..802719985bf 100644
--- a/boards/risc-v/bl602/bl602evb/configs/dma/defconfig
+++ b/boards/risc-v/bl602/bl602evb/configs/dma/defconfig
@@ -35,7 +35,6 @@ CONFIG_DISABLE_POSIX_TIMERS=y
 CONFIG_DISABLE_PSEUDOFS_OPERATIONS=y
 CONFIG_EXAMPLES_HELLO=y
 CONFIG_EXAMPLES_HELLO_STACKSIZE=8192
-CONFIG_EXAMPLES_TIMER=y
 CONFIG_FS_PROCFS=y
 CONFIG_I2C=y
 CONFIG_IDLETHREAD_STACKSIZE=8192
diff --git a/boards/risc-v/bl602/bl602evb/configs/elf/defconfig 
b/boards/risc-v/bl602/bl602evb/configs/elf/defconfig
index de90a1cfc69..4a4fb58aa29 100644
--- a/boards/risc-v/bl602/bl602evb/configs/elf/defconfig
+++ b/boards/risc-v/bl602/bl602evb/configs/elf/defconfig
@@ -46,7 +46,6 @@ CONFIG_ELF=y
 CONFIG_EXAMPLES_ELF=y
 CONFIG_EXAMPLES_HELLO=y
 CONFIG_EXAMPLES_HELLO_STACKSIZE=8192
-CONFIG_EXAMPLES_TIMER=y
 CONFIG_EXECFUNCS_HAVE_SYMTAB=y
 CONFIG_EXECFUNCS_SYSTEM_SYMTAB=y
 CONFIG_FILE_STREAM=y
diff --git a/boards/risc-v/bl602/bl602evb/configs/fpu/defconfig 
b/boards/risc-v/bl602/bl602evb/configs/fpu/defconfig
index 517fa034a7c..4a39d38b06a 100644
--- a/boards/risc-v/bl602/bl602evb/configs/fpu/defconfig
+++ b/boards/risc-v/bl602/bl602evb/configs/fpu/defconfig
@@ -38,7 +38,6 @@ CONFIG_DEFAULT_SMALL=y
 CONFIG_DEV_ZERO=y
 CONFIG_EXAMPLES_HELLO=y
 CONFIG_EXAMPLES_HELLO_STACKSIZE=8192
-CONFIG_EXAMPLES_TIMER=y
 CONFIG_FILE_STREAM=y
 CONFIG_FS_PROCFS=y
 CONFIG_IDLETHREAD_STACKSIZE=8192
diff --git a/boards/risc-v/bl602/bl602evb/configs/gpio/defconfig 
b/boards/risc-v/bl602/bl602evb/configs/gpio/defconfig
index a7c800f7ca4..b2af7dc337a 100644
--- a/boards/risc-v/bl602/bl602evb/configs/gpio/defconfig
+++ b/boards/risc-v/bl602/bl602evb/configs/gpio/defconfig
@@ -40,7 +40,6 @@ CONFIG_DEV_ZERO=y
 CONFIG_EXAMPLES_GPIO=y
 CONFIG_EXAMPLES_HELLO=y
 CONFIG_EXAMPLES_HELLO_STACKSIZE=8192
-CONFIG_EXAMPLES_TIMER=y
 CONFIG_FILE_STREAM=y
 CONFIG_FS_PROCFS=y
 CONFIG_IDLETHREAD_STACKSIZE=8192
diff --git a/boards/risc-v/bl602/bl602evb/configs/i2c/defconfig 
b/boards/risc-v/bl602/bl602evb/configs/i2c/defconfig
index 92bcd88b6bc..2860afc8e61 100644
--- a/boards/risc-v/bl602/bl602evb/configs/i2c/defconfig
+++ b/boards/risc-v/bl602/bl602evb/configs/i2c/defconfig
@@ -39,7 +39,6 @@ CONFIG_DEFAULT_SMALL=y
 CONFIG_DEV_ZERO=y
 CONFIG_EXAMPLES_HELLO=y
 CONFIG_EXAMPLES_HELLO_STACKSIZE=8192
-CONFIG_EXAMPLES_TIMER=y
 CONFIG_FILE_STREAM=y
 CONFIG_FS_PROCFS=y
 CONFIG_I2C=y
diff --git a/boards/risc-v/bl602/bl602evb/configs/nsh/defconfig 
b/boards/risc-v/bl602/bl602evb/configs/nsh/defconfig
index 904c24fa3ca..6318ce22cba 100644
--- a/boards/risc-v/bl602/bl602evb/configs/nsh/defconfig
+++ b/boards/risc-v/bl602/bl602evb/configs/nsh/defconfig
@@ -38,7 +38,6 @@ CONFIG_DEFAULT_SMALL=y
 CONFIG_DEV_ZERO=y
 CONFIG_EXAMPLES_HELLO=y
 CONFIG_EXAMPLES_HELLO_STACKSIZE=8192
-CONFIG_EXAMPLES_TIMER=y
 CONFIG_FILE_STREAM=y
 CONFIG_FS_PROCFS=y
 CONFIG_IDLETHREAD_STACKSIZE=8192
diff --git a/boards/risc-v/bl602/bl602evb/configs/spi/defconfig 
b/boards/risc-v/bl602/bl602evb/configs/spi/defconfig
index 1197396994f..b850313a5d9 100644
--- a/boards/risc-v/bl602/bl602evb/configs/spi/defconfig
+++ b/boards/risc-v/bl602/bl602evb/configs/spi/defconfig
@@ -39,7 +39,6 @@ CONFIG_DEFAULT_SMALL=y
 CONFIG_DEV_ZERO=y
 CONFIG_EXAMPLES_HELLO=y
 CONFIG_EXAMPLES_HELLO_STACKSIZE=8192
-CONFIG_EXAMPLES_TIMER=y
 CONFIG_FILE_STREAM=y
 CONFIG_FS_PROCFS=y
 CONFIG_IDLETHREAD_STACKSIZE=8192
diff --git a/boards/risc-v/bl602/bl602evb/configs/spiflash/defconfig 
b/boards/risc-v/bl602/bl602evb/configs/spiflash/defconfig
index 95e7ce4252b..3738bfaeff8 100644
--- a/boards/risc-v/bl602/bl602evb/configs/spiflash/defconfig
+++ b/boards/risc-v/bl602/bl602evb/configs/spiflash/defconfig
@@ -40,7 +40,6 @@ CONFIG_DEFAULT_SMALL=y
 CONFIG_DEV_ZERO=y
 CONFIG_EXAMPLES_HELLO=y
 CONFIG_EXAMPLES_HELLO_STACKSIZE=8192
-CONFIG_EXAMPLES_TIMER=y
 CONFIG_FILE_STREAM=y
 CONFIG_FS_LITTLEFS=y
 CONFIG_FS_PROCFS=y
diff --git a/boards/risc-v/bl602/bl602evb/configs/timer/defconfig 
b/boards/risc-v/bl602/bl602evb/configs/timer/defconfig
index cd6b3742182..81b1861d1ed 100644
--- a/boards/risc-v/bl602/bl602evb/configs/timer/defconfig
+++ b/boards/risc-v/bl602/bl602evb/configs/timer/defconfig
@@ -41,7 +41,6 @@ CONFIG_DEV_ZERO=y
 CONFIG_EXAMPLES_HELLO=y
 CONFIG_EXAMPLES_HELLO_STACKSIZE=8192
 CONFIG_EXAMPLES_PWM=y
-CONFIG_EXAMPLES_TIMER=y
 CONFIG_EXAMPLES_WATCHDOG=y
 CONFIG_FILE_STREAM=y
 CONFIG_FS_PROCFS=y

Reply via email to