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

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


    from e6aa4b3  Merge pull request #1079 from sjanc/mbedtls
     add d5e8598  added pwm_is_enabled on API, nrf52_pwm and soft_pwm drivers.
     add e5ddb3a  nrf52 on new api interface
     add cf6b717  soft pwm on new api interface, some changes on nrf52_pwm for 
consistency
     add b9fc2d1  all BSP's containing soft pwm enabeled updated, pwm_test freq 
changed to lower value
     add bb5b930  changing pin type to uint32_t and fixing pwm_is_enabled on 
the API interface
     new aa73985  Merge pull request #1016 from mlaz/pwm_enabled

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/src/main.c                 |  47 +++--
 hw/bsp/ada_feather_nrf52/src/hal_bsp.c   |  27 ++-
 hw/bsp/arduino_primo_nrf52/src/hal_bsp.c |  27 ++-
 hw/bsp/bmd300eval/src/hal_bsp.c          |  27 ++-
 hw/bsp/dwm1001-dev/src/hal_bsp.c         |  27 ++-
 hw/bsp/nina-b1/src/hal_bsp.c             |  27 ++-
 hw/bsp/nrf52840pdk/src/hal_bsp.c         |  27 ++-
 hw/bsp/nrf52dk/src/hal_bsp.c             |  27 ++-
 hw/bsp/puckjs/src/hal_bsp.c              |  27 ++-
 hw/bsp/rb-blend2/src/hal_bsp.c           |  27 ++-
 hw/bsp/rb-nano2/src/hal_bsp.c            |  27 ++-
 hw/bsp/ruuvi_tag_revb2/src/hal_bsp.c     |  27 ++-
 hw/bsp/telee02/src/hal_bsp.c             |  28 ++-
 hw/bsp/vbluno52/src/hal_bsp.c            |  27 ++-
 hw/drivers/pwm/include/pwm/pwm.h         |  97 +++++++---
 hw/drivers/pwm/pwm_nrf52/src/pwm_nrf52.c | 171 ++++++++++-------
 hw/drivers/pwm/soft_pwm/src/soft_pwm.c   | 306 +++++++++++++++++++++++--------
 hw/drivers/pwm/soft_pwm/syscfg.yml       |  10 +-
 hw/drivers/pwm/src/pwm.c                 |  89 ++++++---
 19 files changed, 749 insertions(+), 323 deletions(-)

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

Reply via email to