You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by ma...@apache.org on 2018/05/22 06:58:55 UTC

[mynewt-core] branch master updated (d6da6d1 -> 4c4c9e8)

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

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


    from d6da6d1  Merge pull request #1113 from MariuszSkamra/btshell_scan_cb_args
     add f314bcf  Provide an implementation of a blinker/beeper, only need to provide an on/off method (gpio, pwm, ...). Make it easy to provide a simple user feedback
     new 4c4c9e8  Merge pull request #1055 from sdalu/blink

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/blinker/include/blinker/blink.h            | 305 ++++++++++++++++++
 {sys/sysinit => hw/util/blinker}/pkg.yml           |  10 +-
 hw/util/blinker/src/blink.c                        | 350 +++++++++++++++++++++
 .../util/blinker}/syscfg.yml                       |   9 +-
 4 files changed, 664 insertions(+), 10 deletions(-)
 create mode 100644 hw/util/blinker/include/blinker/blink.h
 copy {sys/sysinit => hw/util/blinker}/pkg.yml (91%)
 create mode 100644 hw/util/blinker/src/blink.c
 copy {compiler/arm-none-eabi-m7 => hw/util/blinker}/syscfg.yml (85%)

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

[mynewt-core] 01/01: Merge pull request #1055 from sdalu/blink

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

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

commit 4c4c9e8f428b3f89aaffa929f66ef804c5bc38a6
Merge: d6da6d1 f314bcf
Author: mkiiskila <ma...@runtime.io>
AuthorDate: Tue May 22 09:58:52 2018 +0300

    Merge pull request #1055 from sdalu/blink
    
    hw/util: blinker/beeper implementation

 hw/util/blinker/include/blinker/blink.h | 305 ++++++++++++++++++++++++++++
 hw/util/blinker/pkg.yml                 |  29 +++
 hw/util/blinker/src/blink.c             | 350 ++++++++++++++++++++++++++++++++
 hw/util/blinker/syscfg.yml              |  24 +++
 4 files changed, 708 insertions(+)

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