This is an automated email from the ASF dual-hosted git repository.

simbit18 pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git


    from 5f0c1c8d101 libc/time: Fix POSIX timezone string parsing.
     new 80f88fc3447 drivers/sensors: add LIS3DSH accelerometer uORB driver
     new 4a64703a601 boards/stm32f4discovery: add sensorscope config

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:
 .../drivers/special/sensors/sensors_uorb.rst       |   1 +
 .../arm/stm32f4/boards/stm32f4discovery/index.rst  |  23 +
 boards/arm/common/stm32/src/CMakeLists.txt         |   2 +-
 boards/arm/common/stm32/src/Make.defs              |   2 +-
 boards/arm/common/stm32/src/stm32_lis3dsh.c        |  40 +-
 .../{nxscope_cdcacm => sensorscope}/defconfig      |  15 +-
 .../stm32f4/stm32f4discovery/src/stm32_bringup.c   |  12 +-
 .../arm/stm32f4/stm32f4discovery/src/stm32_spi.c   |   6 +-
 drivers/sensors/CMakeLists.txt                     |   4 +
 drivers/sensors/Kconfig                            |  33 ++
 drivers/sensors/Make.defs                          |   4 +
 drivers/sensors/lis3dsh_uorb.c                     | 483 +++++++++++++++++++++
 include/nuttx/sensors/lis3dsh.h                    |  24 +-
 13 files changed, 619 insertions(+), 30 deletions(-)
 copy boards/arm/stm32f4/stm32f4discovery/configs/{nxscope_cdcacm => 
sensorscope}/defconfig (81%)
 create mode 100644 drivers/sensors/lis3dsh_uorb.c

Reply via email to