nuttx-apps/system/uorb
dongjiuzhu1 a5516121e2 uorb/flush: support flush operation
After you call orb_flush(), you can determine whether the
flush is completed by listening to the POLLPRI event
of fd and getting the event in orb_get_events.

After calling orb_get_events, the flush events will be cleared.

Signed-off-by: dongjiuzhu1 <dongjiuzhu1@xiaomi.com>
2024-10-02 01:48:47 +08:00
..
sensor system/uorb: support build in aosp 2024-10-02 01:48:47 +08:00
test system/uorb: fix memory leak report by coverity 2024-10-02 01:48:47 +08:00
uORB uorb/flush: support flush operation 2024-10-02 01:48:47 +08:00
CMakeLists.txt uorb:Added urob loop function module and supported epoll. 2024-09-27 09:53:06 +08:00
Kconfig system/uorb: support build in aosp 2024-10-02 01:48:47 +08:00
listener.c system/uorb: add O_DIRECT to access sensor as wachers 2024-10-02 01:48:47 +08:00
Make.defs Makefile: replace INCDIR to INCDIR_PREFIX 2022-11-10 02:38:58 +08:00
Makefile uorb:Added urob loop function module and supported epoll. 2024-09-27 09:53:06 +08:00