nuttx/sched/irq
guoshengyuan1 5874f46a5b sched/irq: add stack size judgment when detecting stack overflow
`up_check_intstack` exists only when CONFIG_ARCH_INTERRUPTSTACK
is greater than 0, so the irq should first determine whether
CONFIG_ARCH_INTERRUPTSTACK is greater than 0 to determine
whether up_check_intstack can be called.

Signed-off-by: guoshengyuan1 <guoshengyuan1@xiaomi.com>
2025-10-14 17:42:01 +08:00
..
CMakeLists.txt isrthread: add configuring the stack of an isrthread as static 2024-11-08 01:49:14 +08:00
irq.h irq/irq.h: Remove extern of non-existent global 2024-11-20 01:04:47 +08:00
irq_attach.c sched: remove all spin_lock_irqsave(NULL) 2025-01-06 23:11:44 +08:00
irq_attach_thread.c style: fix spelling in code comments and strings 2025-05-23 10:48:41 +08:00
irq_attach_wqueue.c style: fix spelling in code comments and strings 2025-05-23 10:48:41 +08:00
irq_chain.c sched: remove all spin_lock_irqsave(NULL) 2025-01-06 23:11:44 +08:00
irq_csection.c sched/spin_lock: rename raw_spin_lock to spin_lock_notrace 2025-02-13 20:48:15 +08:00
irq_dispatch.c sched/irq: add stack size judgment when detecting stack overflow 2025-10-14 17:42:01 +08:00
irq_foreach.c sched: migrate to SPDX identifier 2024-09-12 01:10:14 +08:00
irq_initialize.c debug/0 address: Add 0 address access panic configuration 2025-06-26 19:25:31 +08:00
irq_procfs.c sched: migrate to SPDX identifier 2024-09-12 01:10:14 +08:00
irq_spinlock.c sched: remove spin_lock_irqsave(NULL) support 2025-01-10 22:35:14 +08:00
irq_unexpectedisr.c sched: migrate to SPDX identifier 2024-09-12 01:10:14 +08:00
Make.defs isrthread: add configuring the stack of an isrthread as static 2024-11-08 01:49:14 +08:00