This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git
from 5f68aa56fd poll: defalut set POLLERR POLLHUP to events new dad5ab75ff driver/sensor: support userspace wirte data into sensor device new 8f39c5f11b driver/sensor: simplify buffer operation new 8d971101cd driver/sensor: change protype of set_interval, batch to follow ioctl new b3ea6522f4 driver/usensor: support register user sensor new 24040250f5 driver/sensor: support multi users to access device new e3e59a03b1 driver/sensor: update sensor data structure and state structure new 01aa0c2d46 driver/sensor: change nbuffer and sensor event structure type The 7 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: drivers/sensors/Kconfig | 9 +- drivers/sensors/Make.defs | 4 + drivers/sensors/bmp280.c | 6 +- drivers/sensors/ds18b20.c | 20 +- drivers/sensors/fakesensor.c | 36 +-- drivers/sensors/hyt271.c | 30 +- drivers/sensors/l3gd20.c | 18 +- drivers/sensors/ms5611.c | 14 +- drivers/sensors/sensor.c | 657 +++++++++++++++++++++++++++-------------- drivers/sensors/usensor.c | 249 ++++++++++++++++ drivers/sensors/wtgahrs2.c | 30 +- include/nuttx/sensors/ioctl.h | 47 +-- include/nuttx/sensors/sensor.h | 134 ++++++--- 13 files changed, 886 insertions(+), 368 deletions(-) create mode 100644 drivers/sensors/usensor.c