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 bd2081aeec8 video/videomode: Fix EDID parsing and formatting of video
mode dumps
new 300c7363d7d drivers/sensors: add LSM6DS3TR-C uORB driver for the XIAO
ESP32-S3
new 4b0a2062208 Documentation/sensors_uorb: add the LSM6DS3TR-C driver page
The 2 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:
.../components/drivers/special/sensors.rst | 1 +
.../drivers/special/sensors/lsm6ds3trc.rst | 189 +++
.../drivers/special/sensors/sensors_uorb.rst | 1 +
boards/xtensa/esp32s3/common/src/Make.defs | 4 +
.../esp32s3/common/src/esp32s3_board_lsm6ds3trc.c} | 98 +-
.../xtensa/esp32s3/esp32s3-xiao/src/esp32s3-xiao.h | 28 +
.../esp32s3/esp32s3-xiao/src/esp32s3_bringup.c | 26 +
drivers/sensors/CMakeLists.txt | 4 +
drivers/sensors/Kconfig | 43 +
drivers/sensors/Make.defs | 4 +
drivers/sensors/lsm6ds3trc_uorb.c | 1242 ++++++++++++++++++++
.../nuttx/sensors/{lsm6dso32.h => lsm6ds3trc.h} | 63 +-
12 files changed, 1637 insertions(+), 66 deletions(-)
create mode 100644
Documentation/components/drivers/special/sensors/lsm6ds3trc.rst
copy boards/{arm/common/stm32/src/stm32_nunchuck.c =>
xtensa/esp32s3/common/src/esp32s3_board_lsm6ds3trc.c} (51%)
create mode 100644 drivers/sensors/lsm6ds3trc_uorb.c
copy include/nuttx/sensors/{lsm6dso32.h => lsm6ds3trc.h} (54%)