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

[mynewt-core] 01/01: Merge pull request #448 from mlaz/pwm_dev

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

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

commit 0d5bbba1f1a941304e5e2a6afbe71340210001b8
Merge: 41ef712 8cd0022
Author: mkiiskila <ma...@runtime.io>
AuthorDate: Thu Aug 17 11:42:09 2017 -0700

    Merge pull request #448 from mlaz/pwm_dev
    
    PWM high level API

 apps/pwm_test/pkg.yml            |  30 +++++++++
 apps/pwm_test/src/main.c         |  68 ++++++++++++++++++++
 hw/bsp/nrf52dk/pkg.yml           |   3 +
 hw/bsp/nrf52dk/src/hal_bsp.c     |  41 ++++++++++++
 hw/bsp/nrf52dk/syscfg.yml        |  16 +++++
 hw/drivers/pwm/include/pwm/pwm.h | 127 ++++++++++++++++++++++++++++++++++++
 hw/drivers/pwm/pkg.yml           |  26 ++++++++
 hw/drivers/pwm/src/pwm.c         | 136 +++++++++++++++++++++++++++++++++++++++
 8 files changed, 447 insertions(+)

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