nuttx-apps/system/uorb/sensor
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
..
accel.c uorb:Added 6dof motion and gesture related types. 2024-09-27 13:59:30 +08:00
accel.h uorb:Added 6dof motion and gesture related types. 2024-09-27 13:59:30 +08:00
angle.c uorb:Added 6dof motion and gesture related types. 2024-09-27 13:59:30 +08:00
angle.h uorb:Added 6dof motion and gesture related types. 2024-09-27 13:59:30 +08:00
baro.c uorb:Adapt to new macro definition content. 2024-09-19 03:42:31 +08:00
baro.h
cap.c uorb:Adapt to new macro definition content. 2024-09-19 03:42:31 +08:00
cap.h
co2.c uorb:Adapt to new macro definition content. 2024-09-19 03:42:31 +08:00
co2.h
dust.c uorb:Adapt to new macro definition content. 2024-09-19 03:42:31 +08:00
dust.h
ecg.c uorb:Adapt to new macro definition content. 2024-09-19 03:42:31 +08:00
ecg.h
force.c uorb:Adapt to new macro definition content. 2024-09-19 03:42:31 +08:00
force.h sensor: add force sensor 2023-08-10 03:33:22 +08:00
gas.c gas.c:Adapt to uORB new macro definition content. 2024-09-21 10:55:24 +08:00
gas.h sensor:Add sensor gas log output. 2024-09-19 03:42:31 +08:00
gesture.c uorb:Added 6dof motion and gesture related types. 2024-09-27 13:59:30 +08:00
gesture.h uorb:Added 6dof motion and gesture related types. 2024-09-27 13:59:30 +08:00
gnss.c uORB/sensor: Add GNSS Geofence, Measurement & Clock. 2024-09-19 03:42:31 +08:00
gnss.h uORB/sensor: Add GNSS Geofence, Measurement & Clock. 2024-09-19 03:42:31 +08:00
gyro.c uorb:Adapt to new macro definition content. 2024-09-19 03:42:31 +08:00
gyro.h
hall.c uorb:Adapt to new macro definition content. 2024-09-19 03:42:31 +08:00
hall.h
hbeat.c uorb:Adapt to new macro definition content. 2024-09-19 03:42:31 +08:00
hbeat.h
hcho.c uorb:Adapt to new macro definition content. 2024-09-19 03:42:31 +08:00
hcho.h
hrate.c uorb:Adapt to new macro definition content. 2024-09-19 03:42:31 +08:00
hrate.h
humi.c uorb:Adapt to new macro definition content. 2024-09-19 03:42:31 +08:00
humi.h
impd.c uorb:Adapt to new macro definition content. 2024-09-19 03:42:31 +08:00
impd.h
ir.c uorb:Adapt to new macro definition content. 2024-09-19 03:42:31 +08:00
ir.h
light.c uorb:Adapt to new macro definition content. 2024-09-19 03:42:31 +08:00
light.h
mag.c uorb:Adapt to new macro definition content. 2024-09-19 03:42:31 +08:00
mag.h
motion.c uorb:Added 6dof motion and gesture related types. 2024-09-27 13:59:30 +08:00
motion.h uorb:Added 6dof motion and gesture related types. 2024-09-27 13:59:30 +08:00
noise.c uorb:Adapt to new macro definition content. 2024-09-19 03:42:31 +08:00
noise.h
ots.c uorb:Adapt to new macro definition content. 2024-09-19 03:42:31 +08:00
ots.h
ph.c uorb:Adapt to new macro definition content. 2024-09-19 03:42:31 +08:00
ph.h
pm1p0.c uorb:Adapt to new macro definition content. 2024-09-19 03:42:31 +08:00
pm1p0.h
pm10.c uorb:Adapt to new macro definition content. 2024-09-19 03:42:31 +08:00
pm10.h
pm25.c uorb:Adapt to new macro definition content. 2024-09-19 03:42:31 +08:00
pm25.h
pose_6dof.c uorb:Added 6dof motion and gesture related types. 2024-09-27 13:59:30 +08:00
pose_6dof.h uorb:Added 6dof motion and gesture related types. 2024-09-27 13:59:30 +08:00
ppgd.c uorb:Fixed the abnormal issue of printing uint16 with PRIu16. 2024-10-18 19:56:58 +08:00
ppgd.h
ppgq.c uorb:Fixed the abnormal issue of printing uint16 with PRIu16. 2024-10-18 19:56:58 +08:00
ppgq.h
prox.c uorb:Adapt to new macro definition content. 2024-09-19 03:42:31 +08:00
prox.h
rgb.c uorb:Adapt to new macro definition content. 2024-09-19 03:42:31 +08:00
rgb.h
rotation.c uorb:Added 6dof motion and gesture related types. 2024-09-27 13:59:30 +08:00
rotation.h uorb:Added 6dof motion and gesture related types. 2024-09-27 13:59:30 +08:00
step_counter.c uorb:Added 6dof motion and gesture related types. 2024-09-27 13:59:30 +08:00
step_counter.h uorb:Added 6dof motion and gesture related types. 2024-09-27 13:59:30 +08:00
temp.c uorb:Adapt to new macro definition content. 2024-09-19 03:42:31 +08:00
temp.h
topics.c system/uorb: support build in aosp 2024-10-02 01:48:47 +08:00
tvoc.c uorb:Adapt to new macro definition content. 2024-09-19 03:42:31 +08:00
tvoc.h
uv.c uorb:Adapt to new macro definition content. 2024-09-19 03:42:31 +08:00
uv.h