This is an automated email from the ASF dual-hosted git repository.
acassis pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git
from 090860a348d esp32s3: Remove redundant I2S include directive
add 1528db236a9 sensor_monitor: add /proc/sensor_monitor
No new revisions were added by this update.
Summary of changes:
.../components/drivers/special/sensors.rst | 4 +
.../drivers/special/sensors/sensor_monitor.rst | 661 +++++++++++++++++++++
drivers/drivers_initialize.c | 4 +
drivers/sensors/CMakeLists.txt | 4 +
drivers/sensors/Kconfig | 28 +-
drivers/sensors/Make.defs | 4 +
drivers/sensors/sensor_monitor.c | 439 ++++++++++++++
include/nuttx/sensors/sensor.h | 30 +
8 files changed, 1172 insertions(+), 2 deletions(-)
create mode 100644
Documentation/components/drivers/special/sensors/sensor_monitor.rst
create mode 100644 drivers/sensors/sensor_monitor.c