You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by xi...@apache.org on 2020/11/12 02:33:21 UTC

[incubator-nuttx] branch master updated (84b90e0 -> 089b1c1)

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 84b90e0  libc/stdio: Preallocate the stdin, stdout and stderr
     add 0d92e50  sim/sensor: add sensor defconfig
     add 2482052  driver/sensor: user specifies device register number
     add 2cda16b  driver/sensor: add new feature about sensor driver
     add 089b1c1  driver/sensor: add fetch api to read sensor data directly

No new revisions were added by this update.

Summary of changes:
 .../sim/sim/sim/configs/{rc => sensor}/defconfig   |  11 +-
 boards/sim/sim/sim/src/sim_appinit.c               |   8 +-
 drivers/sensors/Kconfig                            |   7 +
 drivers/sensors/sensor.c                           | 316 ++++++++++++++-------
 drivers/sensors/wtgahrs2.c                         |  36 +--
 include/nuttx/sensors/ioctl.h                      |  20 +-
 include/nuttx/sensors/sensor.h                     | 141 ++++++---
 include/nuttx/sensors/wtgahrs2.h                   |   3 +-
 8 files changed, 379 insertions(+), 163 deletions(-)
 copy boards/sim/sim/sim/configs/{rc => sensor}/defconfig (84%)