mirror of
https://github.com/apache/nuttx.git
synced 2026-08-25 07:27:11 +00:00
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> |
||
|---|---|---|
| .. | ||
| bt_bridge.c | ||
| bt_driver.c | ||
| bt_null.c | ||
| bt_rpmsghci.c | ||
| bt_rpmsghci.h | ||
| bt_rpmsghci_server.c | ||
| bt_slip.c | ||
| bt_uart.c | ||
| bt_uart.h | ||
| bt_uart_bcm4343x.c | ||
| bt_uart_cc2564.c | ||
| bt_uart_generic.c | ||
| bt_uart_shim.c | ||
| CMakeLists.txt | ||
| Kconfig | ||
| Make.defs | ||