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

vipulrahane pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/mynewt-core.git.


    from 155c952  Merge pull request #586 from vrahane/ms5837-02ba01
     add 0bdf0ec  MYNEWT-840 bmp280 driver and sensor fmwk support
     add 9bc488a  MYNEWT-840 bmp280 driver cleanup and fix bugs
     add 56a6530  fix conditional dependency in pkg.yml
     add a955dbf  MYNEWT-840 bmp280 stats logs fix deps
     add b98c7df  MYNEWT-840 bmp280 remove log stats syscfgs
     new 1329448  Merge pull request #577 from vrahane/bmp280

The 1 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:
 apps/sensors_test/src/main.c                       |  15 +-
 .../bme280.h => bmp280/include/bmp280/bmp280.h}    | 137 ++--
 hw/drivers/sensors/{bme280 => bmp280}/pkg.yml      |   9 +-
 .../sensors/{bme280 => bmp280}/src/bme280_priv.h   |   2 -
 .../{bme280/src/bme280.c => bmp280/src/bmp280.c}   | 749 ++++++++++-----------
 hw/drivers/sensors/bmp280/src/bmp280_priv.h        |  99 +++
 hw/drivers/sensors/bmp280/src/bmp280_shell.c       | 396 +++++++++++
 hw/drivers/sensors/{bme280 => bmp280}/syscfg.yml   |  27 +-
 hw/sensor/creator/pkg.yml                          |   2 +
 hw/sensor/creator/src/sensor_creator.c             |  64 +-
 hw/sensor/creator/syscfg.yml                       |   3 +
 11 files changed, 1004 insertions(+), 499 deletions(-)
 copy hw/drivers/sensors/{bme280/include/bme280/bme280.h => 
bmp280/include/bmp280/bmp280.h} (58%)
 copy hw/drivers/sensors/{bme280 => bmp280}/pkg.yml (89%)
 copy hw/drivers/sensors/{bme280 => bmp280}/src/bme280_priv.h (98%)
 copy hw/drivers/sensors/{bme280/src/bme280.c => bmp280/src/bmp280.c} (55%)
 create mode 100644 hw/drivers/sensors/bmp280/src/bmp280_priv.h
 create mode 100644 hw/drivers/sensors/bmp280/src/bmp280_shell.c
 copy hw/drivers/sensors/{bme280 => bmp280}/syscfg.yml (69%)

-- 
To stop receiving notification emails like this one, please contact
['"commits@mynewt.apache.org" <commits@mynewt.apache.org>'].

Reply via email to