nuttx/drivers/wireless/bluetooth
zhangyu117 d7771b6158 nuttx/atomic: replace atomic_fetch_xxx with atomic_xxx just like zephyr
Rename atomic_fetch_add/sub/or/and/xor to atomic_add/sub/or/and/xor
to avoid conflicts with the C/C++ standard library naming. The
atomic_fetch_xxx naming is reserved by the standard; keeping it causes
function name conflicts when source files indirectly include both
<nuttx/atomic.h> and <atomic>/<stdatomic.h>.

Signed-off-by: zhangyu117 <zhangyu117@xiaomi.com>
2026-08-24 13:20:45 +08:00
..
bt_bridge.c nuttx/atomic: replace atomic_fetch_xxx with atomic_xxx just like zephyr 2026-08-24 13:20:45 +08:00
bt_driver.c drivers: migrate to SPDX identifier 2024-11-06 18:02:25 +08:00
bt_null.c include/debug.h: Move to include/nuttx/debug.h 2026-04-07 07:50:06 -03:00
bt_rpmsghci.c include/debug.h: Move to include/nuttx/debug.h 2026-04-07 07:50:06 -03:00
bt_rpmsghci.h drivers: migrate to SPDX identifier 2024-11-06 18:02:25 +08:00
bt_rpmsghci_server.c include/debug.h: Move to include/nuttx/debug.h 2026-04-07 07:50:06 -03:00
bt_slip.c include/debug.h: Move to include/nuttx/debug.h 2026-04-07 07:50:06 -03:00
bt_uart.c include/debug.h: Move to include/nuttx/debug.h 2026-04-07 07:50:06 -03:00
bt_uart.h Refactored the btuart_rxwork function to improve data reception stability. 2025-07-01 09:06:43 -03:00
bt_uart_bcm4343x.c include/debug.h: Move to include/nuttx/debug.h 2026-04-07 07:50:06 -03:00
bt_uart_cc2564.c include/debug.h: Move to include/nuttx/debug.h 2026-04-07 07:50:06 -03:00
bt_uart_generic.c include/debug.h: Move to include/nuttx/debug.h 2026-04-07 07:50:06 -03:00
bt_uart_shim.c include/debug.h: Move to include/nuttx/debug.h 2026-04-07 07:50:06 -03:00
CMakeLists.txt drivers/wireless/bluetooth: Aligned Cmake with Make 2025-10-09 19:22:43 +08:00
Kconfig Fix Kconfig style 2024-11-20 16:45:40 -03:00
Make.defs drivers: migrate to SPDX identifier 2024-11-06 18:02:25 +08:00