You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by na...@apache.org on 2018/05/08 12:43:10 UTC

[mynewt-core] branch master updated (3a68537 -> 4787e3b)

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

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


    from 3a68537  Merge pull request #1073 from wes3/lora_stop_rx_bug
     add 1cd349f  apps/blemesh_light: Add demo app that uses Light Lightness model
     new 4787e3b  Merge pull request #1063 from michal-narajowski/blemesh_light

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/{blemesh_shell => blemesh_light}/pkg.yml      |   6 +-
 apps/blemesh_light/src/light_model.c               | 246 +++++++++++++++++++++
 apps/blemesh_light/src/light_model.h               |  20 ++
 apps/{blemesh_shell => blemesh_light}/src/main.c   |  74 ++++---
 apps/blemesh_light/src/ws2812.c                    | 133 +++++++++++
 .../bsp/bsp.h => apps/blemesh_light/src/ws2812.h   |  23 +-
 apps/{blemesh => blemesh_light}/syscfg.yml         |  42 ++--
 7 files changed, 483 insertions(+), 61 deletions(-)
 copy apps/{blemesh_shell => blemesh_light}/pkg.yml (90%)
 create mode 100644 apps/blemesh_light/src/light_model.c
 create mode 100644 apps/blemesh_light/src/light_model.h
 copy apps/{blemesh_shell => blemesh_light}/src/main.c (61%)
 mode change 100644 => 100755
 create mode 100755 apps/blemesh_light/src/ws2812.c
 copy hw/bsp/frdm-k64f/include/bsp/bsp.h => apps/blemesh_light/src/ws2812.h (78%)
 mode change 100644 => 100755
 copy apps/{blemesh => blemesh_light}/syscfg.yml (67%)

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

[mynewt-core] 01/01: Merge pull request #1063 from michal-narajowski/blemesh_light

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

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

commit 4787e3b2f13526ad291d238a7a1a31b064d6bd92
Merge: 3a68537 1cd349f
Author: MichaƂ Narajowski <mi...@codecoup.pl>
AuthorDate: Tue May 8 14:43:06 2018 +0200

    Merge pull request #1063 from michal-narajowski/blemesh_light
    
    apps/blemesh_light: Add demo app that uses Light Lightness model

 apps/blemesh_light/pkg.yml           |  36 +++++
 apps/blemesh_light/src/light_model.c | 246 +++++++++++++++++++++++++++++++++++
 apps/blemesh_light/src/light_model.h |  20 +++
 apps/blemesh_light/src/main.c        | 124 ++++++++++++++++++
 apps/blemesh_light/src/ws2812.c      | 133 +++++++++++++++++++
 apps/blemesh_light/src/ws2812.h      |  42 ++++++
 apps/blemesh_light/syscfg.yml        |  60 +++++++++
 7 files changed, 661 insertions(+)

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