nuttx/arch/avr/src/common
hujun5 33e30239f1 sched: replace sync pause with async pause for nxtask_terminate
reason:
In the kernel, we are planning to remove all occurrences of up_cpu_pause as one of the steps to
simplify the implementation of critical sections. The goal is to enable spin_lock_irqsave to encapsulate critical sections,
thereby facilitating the replacement of critical sections(big lock) with smaller spin_lock_irqsave(small lock)

Signed-off-by: hujun5 <hujun5@xiaomi.com>
2024-10-17 12:51:14 +02:00
..
avr_allocateheap.c
avr_exit.c sched: replace sync pause with async pause for nxtask_terminate 2024-10-17 12:51:14 +02:00
avr_getintstack.c stack: update up_get_intstackbase API to support cpu id 2024-04-09 16:59:00 -03:00
avr_idle.c
avr_initialize.c
avr_internal.h
avr_lowputs.c
avr_mdelay.c
avr_modifyreg8.c
avr_modifyreg16.c
avr_modifyreg32.c
avr_nputs.c
avr_releasestack.c
avr_udelay.c
Kconfig