mirror of
https://github.com/apache/nuttx.git
synced 2026-08-02 04:38:59 +00:00
lc823450 smp improvement
* arch/arm/src/common: Apply irq_spin APIs to modifyregXX
Replace enter_critical_section with spin_lock_irqsave.
Replace leave_critical_section with spin_unlock_irqrestore.
Please see
|
||
|---|---|---|
| .. | ||
| audio_null.c | ||
| cs43l22.c | ||
| cs43l22.h | ||
| cs43l22_debug.c | ||
| i2schar.c | ||
| Kconfig | ||
| Make.defs | ||
| tone.c | ||
| vs1053.c | ||
| vs1053.h | ||
| wm8776.c | ||
| wm8776.h | ||
| wm8904.c | ||
| wm8904.h | ||
| wm8904_debug.c | ||