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 00eb38b  Merge pull request #911 from michal-narajowski/mesh-fixes
     add e14bd81  wip, implemented PWM cycle interrupt handling
     add aadd3e8  changing asserts to ret vals
     add 5e5bd12  Have the user setting the cycle irq priority and setting 
user_data as handler function parameter.
     add d4275f7  Added some comments on pwm.h, pwm_ test now breathes on 
LED_BLINK_PIN using easing lib.
     add a977703  Added support for n cycles sequences and end of sequence 
interrupt.
     add 132dbdb  pwm_get_top_value implemented, refactored pwm_chan_cfg with 
optional interrupt support to more memoy efficient datastructures
     add e045996  Update pwm.h
     new f415e00  Merge pull request #836 from mlaz/pwm_interrupt

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/pkg.yml                    |   1 +
 apps/pwm_test/src/main.c                 | 152 ++++++++------
 hw/drivers/pwm/include/pwm/pwm.h         |  42 +++-
 hw/drivers/pwm/pwm_nrf52/src/pwm_nrf52.c | 343 +++++++++++++++++++++++++++----
 hw/drivers/pwm/src/pwm.c                 |  16 ++
 5 files changed, 448 insertions(+), 106 deletions(-)

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

Reply via email to