You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by vi...@apache.org on 2017/07/17 18:17:07 UTC

[mynewt-core] branch master updated (b5c61f5 -> bc1049e)

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 b5c61f5  Merge pull request #412 from jacobrosenthal/nordic-boards-h
     add 14ed75c  MYNEWT-808 Adding support for I2C LIS2DH12 driver
     add 3926b89  MYNEWT-808 Adding support for I2C LIS2DH12 driver
     new bc1049e  Merge pull request #418 from vrahane/lis2dh12_i2c_nrf52thingy

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/syscfg.yml                       |   6 +-
 hw/bsp/nrf52-thingy/pkg.yml                        |   6 +
 hw/bsp/nrf52-thingy/src/hal_bsp.c                  |  67 +++-
 hw/bsp/nrf52-thingy/syscfg.yml                     |   4 +
 .../sensors/lis2dh12/include/lis2dh12/lis2dh12.h   |  47 ++-
 hw/drivers/sensors/lis2dh12/src/lis2dh12.c         | 363 +++++++++++++++++----
 hw/drivers/sensors/lis2dh12/src/lis2dh12_priv.h    |   4 +
 7 files changed, 410 insertions(+), 87 deletions(-)

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

[mynewt-core] 01/01: Merge pull request #418 from vrahane/lis2dh12_i2c_nrf52thingy

Posted by vi...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit bc1049e6b23bf333450d86956b4b87eadf8a96d2
Merge: b5c61f5 3926b89
Author: Vipul Rahane <vr...@gmail.com>
AuthorDate: Mon Jul 17 11:17:05 2017 -0700

    Merge pull request #418 from vrahane/lis2dh12_i2c_nrf52thingy
    
    MYNEWT-808 Adding support for I2C LIS2DH12 driver

 apps/sensors_test/syscfg.yml                       |   6 +-
 hw/bsp/nrf52-thingy/pkg.yml                        |   6 +
 hw/bsp/nrf52-thingy/src/hal_bsp.c                  |  67 +++-
 hw/bsp/nrf52-thingy/syscfg.yml                     |   4 +
 .../sensors/lis2dh12/include/lis2dh12/lis2dh12.h   |  47 ++-
 hw/drivers/sensors/lis2dh12/src/lis2dh12.c         | 363 +++++++++++++++++----
 hw/drivers/sensors/lis2dh12/src/lis2dh12_priv.h    |   4 +
 7 files changed, 410 insertions(+), 87 deletions(-)

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