You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by st...@apache.org on 2018/03/23 15:55:48 UTC

[mynewt-core] 01/01: Merge pull request #951 from rymanluk/adc_fix

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

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

commit ce57073f4efbdf3c2aee364b78eb1b1a03fdeaff
Merge: 316a2ec 32af2e4
Author: Sterling Hughes <st...@users.noreply.github.com>
AuthorDate: Fri Mar 23 08:55:45 2018 -0700

    Merge pull request #951 from rymanluk/adc_fix
    
    hw/nrfxx/adc: Fix handling ADC configuration

 hw/bsp/ada_feather_nrf52/src/hal_bsp.c                 |  9 ++++-----
 hw/bsp/arduino_primo_nrf52/src/hal_bsp.c               |  9 ++++-----
 hw/bsp/bmd200/src/hal_bsp.c                            |  1 -
 hw/bsp/bmd300eval/src/hal_bsp.c                        |  9 ++++-----
 hw/bsp/calliope_mini/src/hal_bsp.c                     |  1 -
 hw/bsp/dwm1001-dev/src/hal_bsp.c                       |  9 ++++-----
 hw/bsp/nina-b1/src/hal_bsp.c                           |  9 ++++-----
 hw/bsp/nrf51-arduino_101/src/hal_bsp.c                 |  1 -
 hw/bsp/nrf51-blenano/src/hal_bsp.c                     |  1 -
 hw/bsp/nrf51dk-16kbram/src/hal_bsp.c                   |  1 -
 hw/bsp/nrf51dk/src/hal_bsp.c                           |  1 -
 hw/bsp/nrf52-thingy/src/hal_bsp.c                      |  9 +++++++++
 hw/bsp/nrf52840pdk/src/hal_bsp.c                       |  9 ++++-----
 hw/bsp/nrf52dk/src/hal_bsp.c                           |  8 ++++----
 hw/bsp/puckjs/src/hal_bsp.c                            |  9 ++++-----
 hw/bsp/rb-blend2/src/hal_bsp.c                         |  9 ++++-----
 hw/bsp/rb-nano2/src/hal_bsp.c                          |  9 ++++-----
 hw/bsp/ruuvi_tag_revb2/src/hal_bsp.c                   |  9 ++++-----
 hw/bsp/telee02/src/hal_bsp.c                           |  9 ++++-----
 hw/bsp/vbluno51/src/hal_bsp.c                          |  1 -
 hw/bsp/vbluno52/src/hal_bsp.c                          |  9 ++++-----
 hw/drivers/adc/adc_nrf51/include/adc_nrf51/adc_nrf51.h |  2 ++
 hw/drivers/adc/adc_nrf51/src/adc_nrf51.c               | 12 ++++++++----
 hw/drivers/adc/adc_nrf52/include/adc_nrf52/adc_nrf52.h |  2 ++
 hw/drivers/adc/adc_nrf52/src/adc_nrf52.c               | 13 +++++++++----
 25 files changed, 82 insertions(+), 79 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
sterling@apache.org.