mirror of
https://github.com/apache/nuttx.git
synced 2026-08-02 04:38:59 +00:00
`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> |
||
|---|---|---|
| .. | ||
| CMakeLists.txt | ||
| irq.h | ||
| irq_attach.c | ||
| irq_attach_thread.c | ||
| irq_attach_wqueue.c | ||
| irq_chain.c | ||
| irq_csection.c | ||
| irq_dispatch.c | ||
| irq_foreach.c | ||
| irq_initialize.c | ||
| irq_procfs.c | ||
| irq_spinlock.c | ||
| irq_unexpectedisr.c | ||
| Make.defs | ||