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 e26dfec157 cmake: add support for sensors/bmi270
new a015aa4fca boards: cxd56xx: Add board-specific driver for bmi270
new 60364d7c72 drivers/sensors/bmi270: Enable to select config memory
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:
boards/arm/cxd56xx/common/CMakeLists.txt | 4 ++++
boards/arm/cxd56xx/common/src/Make.defs | 4 ++++
.../src/{cxd56_scd41_i2c.c => cxd56_bmi270_i2c.c} | 21 +++++++++------------
boards/arm/cxd56xx/common/src/cxd56_sensors.c | 15 ++++++++++++++-
boards/arm/cxd56xx/spresense/include/board.h | 1 +
.../include/{cxd56_spidev.h => cxd56_bmi270.h} | 14 +++++++-------
drivers/sensors/Kconfig | 8 ++++++++
drivers/sensors/bmi270.c | 18 ++++++++++++++++--
8 files changed, 63 insertions(+), 22 deletions(-)
copy boards/arm/cxd56xx/common/src/{cxd56_scd41_i2c.c => cxd56_bmi270_i2c.c}
(84%)
copy boards/arm/cxd56xx/spresense/include/{cxd56_spidev.h => cxd56_bmi270.h}
(84%)