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/10/11 21:14:25 UTC

[mynewt-core] branch master updated (1329448 -> f7454cd)

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 1329448  Merge pull request #577 from vrahane/bmp280
     add f0df7a7  added soft pwm driver, not tested
     add 1f93f0b  the latest failing version os spwm_test
     add fcb7bb5  Merge branch 'master' into soft_pwm
     add e8d76ec  saving progress
     add 0a6f43f  Testing
     add 48f26f4  Still testing, problems w cputime
     add b09512a  Working, needs cleanup work and propper comments.
     add 3721283  Merge branch 'master' into soft_pwm
     add c1c5129  Saving progress
     add f37e69c  Some comments, pwm_get_resolution_bits fixed.
     add 10a630b  fixed pwm_enabe_duty_cycle
     add 6440625  fixed pwm_enabe_duty_cycle
     add 3ad7a70  Merge branch 'master' into soft_pwm
     add 62fe6d5  Merge branch 'master' into soft_pwm
     new f7454cd  Merge pull request #588 from mlaz/soft_pwm

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/{pwm_test => soft_pwm_test}/pkg.yml           |   6 +-
 apps/{pwm_test => soft_pwm_test}/src/main.c        |  35 +--
 hw/bsp/nrf52dk/src/hal_bsp.c                       |  15 +
 hw/bsp/nrf52dk/syscfg.yml                          |   4 +
 .../pwm/soft_pwm/include/soft_pwm/soft_pwm.h}      |  10 +-
 hw/drivers/pwm/{ => soft_pwm}/pkg.yml              |   9 +-
 hw/drivers/pwm/soft_pwm/src/soft_pwm.c             | 347 +++++++++++++++++++++
 .../config => hw/drivers/pwm/soft_pwm}/syscfg.yml  |   9 +-
 8 files changed, 403 insertions(+), 32 deletions(-)
 copy apps/{pwm_test => soft_pwm_test}/pkg.yml (90%)
 copy apps/{pwm_test => soft_pwm_test}/src/main.c (69%)
 copy hw/{mcu/sifive/fe310/include/mcu/fe310.h => drivers/pwm/soft_pwm/include/soft_pwm/soft_pwm.h} (85%)
 copy hw/drivers/pwm/{ => soft_pwm}/pkg.yml (86%)
 create mode 100644 hw/drivers/pwm/soft_pwm/src/soft_pwm.c
 copy {net/nimble/host/store/config => hw/drivers/pwm/soft_pwm}/syscfg.yml (81%)

-- 
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 #588 from mlaz/soft_pwm

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 f7454cdf6e20934d209a613eb917b5ebcb304457
Merge: 1329448 62fe6d5
Author: Vipul Rahane <vr...@gmail.com>
AuthorDate: Wed Oct 11 14:14:23 2017 -0700

    Merge pull request #588 from mlaz/soft_pwm
    
    Soft-PWM Driver

 apps/soft_pwm_test/pkg.yml                         |  34 ++
 apps/soft_pwm_test/src/main.c                      |  68 ++++
 hw/bsp/nrf52dk/src/hal_bsp.c                       |  15 +
 hw/bsp/nrf52dk/syscfg.yml                          |   4 +
 .../pwm/soft_pwm/include/soft_pwm/soft_pwm.h       |  35 +++
 hw/drivers/pwm/soft_pwm/pkg.yml                    |  29 ++
 hw/drivers/pwm/soft_pwm/src/soft_pwm.c             | 347 +++++++++++++++++++++
 hw/drivers/pwm/soft_pwm/syscfg.yml                 |  26 ++
 8 files changed, 558 insertions(+)

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