You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by ml...@apache.org on 2018/03/13 19:04:35 UTC

[mynewt-core] branch master updated (f415e00 -> 545acc5)

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 f415e00  Merge pull request #836 from mlaz/pwm_interrupt
     add 2fe14d2  added int easing lib
     add f75e18a  added float version
     add e3e823c  changing cflags to lflags
     add cc059d7  Fixed int funcion names.
     new 545acc5  Merge pull request #822 from mlaz/easing

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:
 util/easing/include/easing/easing.h  | 120 ++++++
 {sys/sysinit => util/easing}/pkg.yml |  11 +-
 util/easing/src/easing.c             | 693 +++++++++++++++++++++++++++++++++++
 3 files changed, 818 insertions(+), 6 deletions(-)
 create mode 100644 util/easing/include/easing/easing.h
 copy {sys/sysinit => util/easing}/pkg.yml (88%)
 create mode 100644 util/easing/src/easing.c

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

[mynewt-core] 01/01: Merge pull request #822 from mlaz/easing

Posted by ml...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 545acc5bd1dff3be451944e810f6855ece0af5d1
Merge: f415e00 cc059d7
Author: Miguel Azevedo <mi...@gmail.com>
AuthorDate: Tue Mar 13 16:04:32 2018 -0300

    Merge pull request #822 from mlaz/easing
    
    Adding int/float easing library

 util/easing/include/easing/easing.h | 120 +++++++
 util/easing/pkg.yml                 |  28 ++
 util/easing/src/easing.c            | 693 ++++++++++++++++++++++++++++++++++++
 3 files changed, 841 insertions(+)

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