You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by we...@apache.org on 2018/10/01 17:54:41 UTC

[mynewt-core] branch master updated (8d9a0d4 -> 47fa007)

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

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


    from 8d9a0d4  Merge pull request #1436 from vrahane/lp5523_fix
     add 5b605a8  hw/mcu/nordic: Add enable/disable ADC channel functions
     add 578734a  hw/mcu/nordic: Add enable/disable SAADC channel functions
     new 47fa007  Merge pull request #1432 from wes3/nrfx_saadc_mod

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:
 .../src/nrfx_saadc_mod.c}                          | 31 ++++++++++++++++++----
 .../nrfx_saadc.c => nrf52xxx/src/nrfx_saadc_mod.c} | 31 ++++++++++++++++++----
 hw/mcu/nordic/pkg.yml                              |  1 +
 .../nordic/src/ext/nrfx/drivers/src/nrfx_saadc.c   | 26 ++++++++++++++----
 4 files changed, 74 insertions(+), 15 deletions(-)
 copy hw/mcu/nordic/{src/ext/nrfx/drivers/src/nrfx_saadc.c => nrf52xxx-compat/src/nrfx_saadc_mod.c} (97%)
 copy hw/mcu/nordic/{src/ext/nrfx/drivers/src/nrfx_saadc.c => nrf52xxx/src/nrfx_saadc_mod.c} (97%)


[mynewt-core] 01/01: Merge pull request #1432 from wes3/nrfx_saadc_mod

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

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

commit 47fa0078a51e5f7124425a7b47462ba9de6fc20a
Merge: 8d9a0d4 578734a
Author: wes3 <wi...@runtime.io>
AuthorDate: Mon Oct 1 10:54:25 2018 -0700

    Merge pull request #1432 from wes3/nrfx_saadc_mod
    
    Add enable/disable SAADC channel to nordic SDK

 .../src/nrfx_saadc_mod.c}                          | 31 ++++++++++++++++++----
 .../nrfx_saadc.c => nrf52xxx/src/nrfx_saadc_mod.c} | 31 ++++++++++++++++++----
 hw/mcu/nordic/pkg.yml                              |  1 +
 .../nordic/src/ext/nrfx/drivers/src/nrfx_saadc.c   | 26 ++++++++++++++----
 4 files changed, 74 insertions(+), 15 deletions(-)