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

[mynewt-core] branch master updated (38b0ba6 -> 8caea63)

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

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


    from 38b0ba6  Merge pull request #950 from mkiiskila/lora_reass_improve
     add 502a525  implementation of common button event (click, double click, long click, ...) and corresponding state change (pressed, double pressed, ..., released)
     new 8caea63  Merge pull request #889 from sdalu/master

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:
 hw/util/button/include/button/button.h | 374 ++++++++++++++++++++++++
 {util/mem => hw/util/button}/pkg.yml   |   6 +-
 hw/util/button/src/button.c            | 501 +++++++++++++++++++++++++++++++++
 hw/util/button/syscfg.yml              |  72 +++++
 4 files changed, 950 insertions(+), 3 deletions(-)
 create mode 100644 hw/util/button/include/button/button.h
 copy {util/mem => hw/util/button}/pkg.yml (90%)
 create mode 100644 hw/util/button/src/button.c
 create mode 100644 hw/util/button/syscfg.yml

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

[mynewt-core] 01/01: Merge pull request #889 from sdalu/master

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

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

commit 8caea637a03156005b0a0624e4e717d297d2c0cc
Merge: 38b0ba6 502a525
Author: Sterling Hughes <st...@users.noreply.github.com>
AuthorDate: Sat Mar 24 12:01:34 2018 -0700

    Merge pull request #889 from sdalu/master
    
    implementation of common button events

 hw/util/button/include/button/button.h | 374 ++++++++++++++++++++++++
 hw/util/button/pkg.yml                 |  28 ++
 hw/util/button/src/button.c            | 501 +++++++++++++++++++++++++++++++++
 hw/util/button/syscfg.yml              |  72 +++++
 4 files changed, 975 insertions(+)

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