incubator-nuttx/drivers/timers
chao an 6d50274ebe nuttx/list: rename container_of to list_container_of from public header
Use private naming to avoid conflicts with user applications

In file included from libuv/src/unix/internal.h:25,
                 from libuv/src/unix/udp.c:23:
libuv/src/uv-common.h:57: warning: "container_of" redefined
   57 | #define container_of(ptr, type, member) \
      |
In file included from nuttx/include/nuttx/list.h:47,
                 from nuttx/include/nuttx/tls.h:40,
                 from nuttx/include/nuttx/sched.h:48,
                 from nuttx/include/nuttx/arch.h:87,
                 from nuttx/include/nuttx/userspace.h:35,
                 from nuttx/include/nuttx/mm/mm.h:30,
                 from nuttx/include/nuttx/kmalloc.h:34,
                 from nuttx/include/nuttx/lib/lib.h:31,
                 from nuttx/include/stdio.h:35,
                 from apps/system/libuv/libuv/include/uv.h:59,
                 from libuv/src/unix/udp.c:22:
nuttx/include/nuttx/nuttx.h:48: note: this is the location of the previous definition
   48 | #define container_of(ptr, type, member) \
      |

Signed-off-by: chao an <anchao@lixiang.com>
2024-02-29 19:44:54 +08:00
..
CMakeLists.txt
Kconfig rpmsg: make all the rpmsg services deponds on RPMSG 2024-02-18 04:09:34 -08:00
Make.defs
arch_alarm.c drivers/alarm: modify the default precision of up_perf_gettime to ns 2023-09-08 01:09:02 +03:00
arch_rtc.c
arch_timer.c
capture.c driver/capture : add capture debug, fixed compile warning 2023-08-18 09:21:46 +02:00
cs2100-cp.c
ds3231.c
ds3231.h
mcp794xx.c
mcp794xx.h
oneshot.c inode/i_private: remove all unnecessary cast for i_private 2023-08-29 08:58:07 +02:00
pcf85263.c drivers/timers/pcf85263.c: Fix compilation 2023-09-06 12:20:57 +08:00
pcf85263.h
pl031.c mm/alloc: remove all unnecessary cast for alloc 2023-08-30 14:34:20 +08:00
pwm.c pwm: fix incorrect documentation for PWMIOC_SETCHARACTERISTICS IOCTL 2023-08-24 01:37:40 +08:00
rpmsg_rtc.c nuttx/list: rename container_of to list_container_of from public header 2024-02-29 19:44:54 +08:00
rtc.c drivers/rtc: Skip clock_synchronize if settime return positive value 2023-11-20 13:28:09 +01:00
rx8010.c
rx8010.h
timer.c
watchdog.c nuttx: fix nxstyle issues 2023-09-16 14:17:47 +08:00