nuttx-apps/system/uorb
likun17 06181f0b00 uorb:Fixed the abnormal issue of printing uint16 with PRIu16.
The PRIu16 macro in the system is defined as "u", and "hu" is required.
In Linux and Nuttx, PRIu32 PRIu16 PRIu8 are all defined as "u", but %pB
prints the structure and needs its offset. %pB gets the offset through
sizeof(short int)

Signed-off-by: likun17 <likun17@xiaomi.com>
2024-10-18 19:56:58 +08:00
..
sensor uorb:Fixed the abnormal issue of printing uint16 with PRIu16. 2024-10-18 19:56:58 +08:00
test system/uorb: fix memory leak report by coverity 2024-10-02 01:48:47 +08:00
uORB uORB:Fixed the problem that uorb output cannot wrap after deleting lib_libbsprintf automatic wrapping. 2024-10-12 10:38:50 +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