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 2023/08/25 09:06:08 UTC

[nuttx] branch master updated (606b6d9310 -> 4393f47e5d)

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/nuttx.git


    from 606b6d9310 samv7: add support for PWM polarity settings
     add 795dcee521 sensors: Move SCU-specific ak09912 sensor into spresense board
     add ffcea1da4f sensors: Move SCU-specific bmi160 sensor into spresense board
     add 7d0d6234eb sensors: Move SCU-specific bmp280 sensor into spresense board
     add 4393f47e5d sensors: Remove undefined SCU functions for fxos8700cq

No new revisions were added by this update.

Summary of changes:
 boards/arm/cxd56xx/common/src/cxd56_ak09912_scu.c  |  3 +-
 boards/arm/cxd56xx/common/src/cxd56_bmi160_scu.c   |  1 +
 boards/arm/cxd56xx/common/src/cxd56_bmp280_scu.c   |  1 +
 boards/arm/cxd56xx/drivers/sensors/ak09912_scu.c   |  8 ++-
 .../arm/cxd56xx/spresense/include/cxd56_ak09912.h  | 52 ++++++++++++---
 .../arm/cxd56xx/spresense/include/cxd56_bmi160.h   | 77 ++++++++++++++++++++++
 .../arm/cxd56xx/spresense/include/cxd56_bmp280.h   | 64 ++++++++++++++++++
 include/nuttx/sensors/ak09912.h                    | 25 +------
 include/nuttx/sensors/bmi160.h                     | 24 +------
 include/nuttx/sensors/bmp280.h                     | 26 --------
 include/nuttx/sensors/fxos8700cq.h                 | 12 ----
 11 files changed, 196 insertions(+), 97 deletions(-)