nuttx/arch/arm
zhangyu117 5ff4bdde65 nuttx/libc: refine the atomic related Kconfig
Refine the atomic Kconfig to support multiple backends:
LIBC_ATOMIC_TOOLCHAIN (compiler builtins), LIBC_ATOMIC_ARCH (arch
instructions), and LIBC_ATOMIC_IRQ (interrupt disable). Rename
arch_atomic.c to arch_atomic_irq.c since it supports the IRQ backend.

Signed-off-by: zhangyu117 <zhangyu117@xiaomi.com>
2026-08-24 13:20:45 +08:00
..
include arch/arm: add initial STM32H7R/S family support 2026-08-23 11:03:16 +08:00
src stm32h7/ethernet: never transmit a reply into a full TX ring 2026-08-23 16:13:12 -03:00
CMakeLists.txt
Kconfig nuttx/libc: refine the atomic related Kconfig 2026-08-24 13:20:45 +08:00