nuttx-apps/system/uorb
dongjiuzhu1 de7bbc1b25 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-09 22:50:13 +08:00
..
sensor system/uorb: support build in aosp 2024-10-09 22:50:13 +08:00
test system/uorb: fix memory leak report by coverity 2024-10-09 22:50:13 +08:00
uORB uorb/flush: support flush operation 2024-10-09 22:50:13 +08:00
CMakeLists.txt cmake:bugfix export uORB headers fix compile error 2024-09-13 23:16:26 +08:00
Kconfig system/uorb: support build in aosp 2024-10-09 22:50:13 +08:00
listener.c system/uorb: add O_DIRECT to access sensor as wachers 2024-10-09 22:50:13 +08:00
Make.defs
Makefile