You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by an...@apache.org on 2018/08/09 15:18:51 UTC

[mynewt-core] 01/01: Merge pull request #1320 from andrzej-kaczmarek/pwm-instance-fix

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

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

commit 04ff3894e9f53e66f94d7078fd6b6cde2bb8afe1
Merge: 7b1884e c2b1fda
Author: Andrzej Kaczmarek <an...@codecoup.pl>
AuthorDate: Thu Aug 9 17:18:48 2018 +0200

    Merge pull request #1320 from andrzej-kaczmarek/pwm-instance-fix
    
    Fix handling of PWM instances in nRF52 MCU/BSP

 hw/bsp/nrf52840pdk/src/hal_bsp.c          |  2 +-
 hw/bsp/nrf52dk/src/hal_bsp.c              |  2 +-
 hw/drivers/pwm/pwm_nrf52/src/pwm_nrf52.c  | 19 +++++++++++++++++--
 hw/drivers/pwm/soft_pwm/src/soft_pwm.c    | 17 ++++++++++++++---
 hw/mcu/nordic/nrf52xxx/src/nrf52_periph.c | 14 ++++----------
 kernel/os/include/os/os.h                 |  1 +
 kernel/os/include/os/util.h               | 29 +++++++++++++++++++++++++++++
 7 files changed, 67 insertions(+), 17 deletions(-)