You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by ry...@apache.org on 2019/03/08 11:31:19 UTC

[mynewt-core] branch master updated (64d9c8b -> 4638aa0)

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

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


    from 64d9c8b  sys/config: commit for each all fcbs only once (#1679)
     new 54671b2  util/easing: Avoid double precision if possible
     new 1bfb5c1  hw/drivers/pwm: Fix build error when PWM_0 is not enabled
     new 2f56bb9  hw/drivers/pwm: Fix pwm_nrf52
     new fd93e9b  hw/drivers/pwm: Fix error code return on open/close pwm_nrf52
     new 7c56d35  hw/drivers/pwm: Fix potential crash on pwm_nrf52
     new bfa5127  apps/pwm_test: Add pwm_shell
     new 4638aa0  Merge pull request #1680 from rymanluk/pwm_nrf52

The 8591 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                           |  33 +-
 apps/pwm_test/src/pwm_shell.c                      | 455 +++++++++++++++++++++
 .../pwm_test/src/pwm_shell.h                       |  16 +-
 hw/drivers/pwm/pwm_nrf52/src/pwm_nrf52.c           |  38 +-
 util/easing/src/easing.c                           | 114 +++---
 6 files changed, 563 insertions(+), 94 deletions(-)
 create mode 100644 apps/pwm_test/src/pwm_shell.c
 copy crypto/mbedtls/include/mbedtls/mbedtls_test.h => apps/pwm_test/src/pwm_shell.h (85%)