tmedicci commented on PR #18492: URL: https://github.com/apache/nuttx/pull/18492#issuecomment-3998169674
> @tmedicci > > ``` > =============================================================================== > ===== > Configuration/Tool: esp32c3-xiao/nimble > 2026-03-04 14:57:07 > ------------------------------------------------------------------------------------ > Cleaning... > Configuring... > Building NuttX... > % Total % Received % Xferd Average Speed Time Time Time Current > Dload Upload Total Spent Left Speed > > 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 > 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 > > 100 1818k 0 1818k 0 0 2992k 0 --:--:-- --:--:-- --:--:-- 2992k > In file included from /github/workspace/sources/nuttx/include/arch/irq.h:41, > from /github/workspace/sources/nuttx/include/nuttx/irq.h:39, > from /github/workspace/sources/nuttx/include/nuttx/fs/fs.h:51, > from /github/workspace/sources/nuttx/include/stdio.h:36, > from ./hello_main.c:28: > Error: /github/workspace/sources/nuttx/include/arch/chip/irq.h:226:4: error: #error "CONFIG_ARCH_NUSER_INTERRUPTS is less than ESP_IRQ_DEMUX + 1. Please increase CONFIG_ARCH_NUSER_INTERRUPTS to at least ESP_IRQ_DEMUX + 1." > 226 | # error "CONFIG_ARCH_NUSER_INTERRUPTS is less than ESP_IRQ_DEMUX + 1. Please increase CONFIG_ARCH_NUSER_INTERRUPTS to at least ESP_IRQ_DEMUX + 1." > | ^~~~~ > ``` > > ``` > ==================================================================================== > Configuration/Tool: esp32-c3-zero/usbnsh > 2026-03-04 14:57:25 > ------------------------------------------------------------------------------------ > Cleaning... > Configuring... > Building NuttX... > In file included from /github/workspace/sources/nuttx/include/arch/irq.h:41, > from /github/workspace/sources/nuttx/include/nuttx/irq.h:39, > from /github/workspace/sources/nuttx/include/nuttx/fs/fs.h:51, > from /github/workspace/sources/nuttx/include/stdio.h:36, > from /github/workspace/sources/apps/include/system/readline.h:31, > from ./nsh_init.c:32: > Error: /github/workspace/sources/nuttx/include/arch/chip/irq.h:226:4: error: #error "CONFIG_ARCH_NUSER_INTERRUPTS is less than ESP_IRQ_DEMUX + 1. Please increase CONFIG_ARCH_NUSER_INTERRUPTS to at least ESP_IRQ_DEMUX + 1." > 226 | # error "CONFIG_ARCH_NUSER_INTERRUPTS is less than ESP_IRQ_DEMUX + 1. Please increase CONFIG_ARCH_NUSER_INTERRUPTS to at least ESP_IRQ_DEMUX + 1." > | ^~~~~ > In file included from /github/workspace/sources/nuttx/include/arch/irq.h:41, > from /github/workspace/sources/nuttx/include/nuttx/irq.h:39, > from /github/workspace/sources/nuttx/include/nuttx/fs/fs.h:51, > from /github/workspace/sources/nuttx/include/stdio.h:36, > from ./hello_main.c:28: > ``` Thanks, @simbit18 . I started this job long ago and, yes, probably more defconfigs were added. I review them all (thanks again). -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
