nuttx/sched/irq
hujun5 9a36b8b823 csection: We can save execution time by removing judgments.
test:
We can use qemu for testing.

compiling
make distclean -j20; ./tools/configure.sh -l qemu-armv8a:nsh_smp ;make -j20
running
qemu-system-aarch64 -cpu cortex-a53 -smp 4 -nographic -machine virt,virtualization=on,gic-version=3 -net none -chardev stdio,id=con,mux=on -serial chardev:con -mon chardev=con,mode=readline -kernel ./nuttx

or
compiling
make distclean -j20; ./tools/configure.sh -l sabre-6quad:smp ;make -j20
running
qemu-system-arm  -semihosting -M sabrelite -m 1024 -smp 4 -kernel nuttx/nuttx -nographic

Signed-off-by: hujun5 <hujun5@xiaomi.com>
2024-05-09 13:45:02 +08:00
..
CMakeLists.txt
irq_attach.c sched: we use spin_lock_irqsave replace enter_critical_section to protect g_irqvector 2024-05-09 13:45:02 +08:00
irq_chain.c sched: we use spin_lock_irqsave replace enter_critical_section to protect g_irqvector 2024-05-09 13:45:02 +08:00
irq_csection.c csection: We can save execution time by removing judgments. 2024-05-09 13:45:02 +08:00
irq_dispatch.c
irq_foreach.c
irq_initialize.c
irq_procfs.c
irq_spinlock.c
irq_unexpectedisr.c
irq.h
Make.defs