[mynewt-core] 01/01: Merge pull request #558 from vrahane/bno055_fix

2017-09-18 Thread vipulrahane
This is an automated email from the ASF dual-hosted git repository.

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

commit 5140059afde61509bca9a1a216e121b55a928189
Merge: 50ce61b 712603c
Author: Vipul Rahane 
AuthorDate: Mon Sep 18 18:08:57 2017 -0700

Merge pull request #558 from vrahane/bno055_fix

bno055 driver: units for euler_div were inverted

 hw/drivers/sensors/bno055/src/bno055.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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


[mynewt-core] branch master updated (50ce61b -> 5140059)

2017-09-18 Thread vipulrahane
This is an automated email from the ASF dual-hosted git repository.

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


from 50ce61b  Merge pull request #557 from wes3/lora_improv
 add 712603c  bno055 driver: units for euler_div were inverted
 new 5140059  Merge pull request #558 from vrahane/bno055_fix

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/drivers/sensors/bno055/src/bno055.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

-- 
To stop receiving notification emails like this one, please contact
['"commits@mynewt.apache.org" '].


[GitHub] vrahane closed pull request #558: bno055 driver: units for euler_div were inverted

2017-09-18 Thread git
vrahane closed pull request #558: bno055 driver: units for euler_div were 
inverted
URL: https://github.com/apache/mynewt-core/pull/558
 
 
   
 

This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] ccollins476ad commented on a change in pull request #552: native-armv7; stack initialization

2017-09-18 Thread git
ccollins476ad commented on a change in pull request #552: native-armv7; stack 
initialization 
URL: https://github.com/apache/mynewt-core/pull/552#discussion_r139574829
 
 

 ##
 File path: kernel/os/src/arch/sim-armv7/os_arch_stack_frame.s
 ##
 @@ -40,6 +40,7 @@ os_arch_frame_init:
 beq end
 movr1, r0
 ldr r0, [sp, #4]
+and sp, sp, #0xfff0
 
 Review comment:
   I might have misunderstood, so feel free to ignore this comment.  Should 
this be `0xfff8` instead of `0xfff0`?  Currently, this ensures the 
stack pointer is a multiple of 16, but I thought the intent was to ensure it is 
a multiple of eight.
 

This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] vrahane opened a new pull request #558: bno055 driver: units for euler_div were inverted

2017-09-18 Thread git
vrahane opened a new pull request #558: bno055 driver: units for euler_div were 
inverted
URL: https://github.com/apache/mynewt-core/pull/558
 
 
   
 

This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[mynewt-core] branch master updated (f3a554a -> 50ce61b)

2017-09-18 Thread wes3
This is an automated email from the ASF dual-hosted git repository.

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


from f3a554a  Merge pull request #555 from sjanc/repo_fix
 add b63a317  net/lora: Get old apps building.
 new 50ce61b  Merge pull request #557 from wes3/lora_improv

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:
 net/lora/node/src/lora_node.c | 4 
 1 file changed, 4 insertions(+)

-- 
To stop receiving notification emails like this one, please contact
['"commits@mynewt.apache.org" '].


[GitHub] wes3 closed pull request #557: net/lora: Get old apps building.

2017-09-18 Thread git
wes3 closed pull request #557: net/lora: Get old apps building.
URL: https://github.com/apache/mynewt-core/pull/557
 
 
   
 

This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[mynewt-core] 01/01: Merge pull request #557 from wes3/lora_improv

2017-09-18 Thread wes3
This is an automated email from the ASF dual-hosted git repository.

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

commit 50ce61b95815a654089c3a280245cc09ed56f1dd
Merge: f3a554a b63a317
Author: wes3 
AuthorDate: Mon Sep 18 14:27:52 2017 -0700

Merge pull request #557 from wes3/lora_improv

net/lora: Get old apps building.

 net/lora/node/src/lora_node.c | 4 
 1 file changed, 4 insertions(+)

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


[GitHub] mkiiskila opened a new pull request #27: ble_xport; allow passing additional arguments to blehostd.

2017-09-18 Thread git
mkiiskila opened a new pull request #27: ble_xport; allow passing additional 
arguments to blehostd.
URL: https://github.com/apache/mynewt-newtmgr/pull/27
 
 
   
 

This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] wes3 opened a new pull request #557: net/lora: Get old apps building.

2017-09-18 Thread git
wes3 opened a new pull request #557: net/lora: Get old apps building.
URL: https://github.com/apache/mynewt-core/pull/557
 
 
   Needed to make sure some static functions were not included for
   old lorashell and loraping apps.
   
   NOTE: this commit is untested.
 

This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] ccollins476ad opened a new pull request #556: Add compat. rule to require newt 1.1.0+.

2017-09-18 Thread git
ccollins476ad opened a new pull request #556: Add compat. rule to require newt 
1.1.0+.
URL: https://github.com/apache/mynewt-core/pull/556
 
 
   Core 1.1.0+ requires newt 1.1.0+ (feature: self-overrides).  This change 
enforces that requirement through a compatibility rule.
 

This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[mynewt-core] branch master updated (0bb8e26 -> f3a554a)

2017-09-18 Thread janc
This is an automated email from the ASF dual-hosted git repository.

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


from 0bb8e26  Merge pull request #541 from gordonklaus/unquote-config-values
 add 394e896  Update repository to include 1.2 release
 new f3a554a  Merge pull request #555 from sjanc/repo_fix

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:
 repository.yml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

-- 
To stop receiving notification emails like this one, please contact
['"commits@mynewt.apache.org" '].


[mynewt-core] 01/01: Merge pull request #555 from sjanc/repo_fix

2017-09-18 Thread janc
This is an automated email from the ASF dual-hosted git repository.

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

commit f3a554a0473b0d7994de69ac0904273b2d492ad9
Merge: 0bb8e26 394e896
Author: Szymon Janc 
AuthorDate: Mon Sep 18 19:52:12 2017 +0200

Merge pull request #555 from sjanc/repo_fix

Update repository to include 1.2 release

 repository.yml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

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


[GitHub] sjanc closed pull request #555: Update repository to include 1.2 release

2017-09-18 Thread git
sjanc closed pull request #555: Update repository to include 1.2 release
URL: https://github.com/apache/mynewt-core/pull/555
 
 
   
 

This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[mynewt-newt] branch master updated (621dbb9 -> 755a8c8)

2017-09-18 Thread janc
This is an automated email from the ASF dual-hosted git repository.

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


from 621dbb9  Merge pull request #97 from apache/1_2_0_dev
 add ed05d90  Update newt version to 1.2.0-dev
 new 755a8c8  Merge pull request #98 from sjanc/version

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:
 newt/newtutil/newtutil.go | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
['"commits@mynewt.apache.org" '].


[mynewt-newt] 01/01: Merge pull request #98 from sjanc/version

2017-09-18 Thread janc
This is an automated email from the ASF dual-hosted git repository.

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

commit 755a8c890b9ab90b224ad0826d70b40b17303175
Merge: 621dbb9 ed05d90
Author: Szymon Janc 
AuthorDate: Mon Sep 18 19:51:14 2017 +0200

Merge pull request #98 from sjanc/version

Update newt version to 1.2.0-dev

 newt/newtutil/newtutil.go | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

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


[GitHub] sjanc closed pull request #98: Update newt version to 1.2.0-dev

2017-09-18 Thread git
sjanc closed pull request #98: Update newt version to 1.2.0-dev
URL: https://github.com/apache/mynewt-newt/pull/98
 
 
   
 

This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[mynewt-core] 01/01: Merge pull request #541 from gordonklaus/unquote-config-values

2017-09-18 Thread marko
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 0bb8e26d74e8f76e40d0c1640faf83d756deae93
Merge: e0aa046 d5944f8
Author: mkiiskila 
AuthorDate: Mon Sep 18 09:44:25 2017 -0700

Merge pull request #541 from gordonklaus/unquote-config-values

Unquote quoted zeros and ones in bsp syscfg files.

 hw/bsp/ada_feather_nrf52/syscfg.yml | 2 +-
 hw/bsp/ble400/syscfg.yml| 2 +-
 hw/bsp/bmd200/syscfg.yml| 2 +-
 hw/bsp/nina-b1/syscfg.yml   | 2 +-
 hw/bsp/nrf51dk-16kbram/syscfg.yml   | 2 +-
 hw/bsp/nrf51dk/syscfg.yml   | 2 +-
 hw/bsp/nrf52-thingy/syscfg.yml  | 2 +-
 hw/bsp/nrf52840pdk/syscfg.yml   | 2 +-
 hw/bsp/nrf52dk/syscfg.yml   | 2 +-
 hw/bsp/rb-blend2/syscfg.yml | 2 +-
 hw/bsp/ruuvi_tag_revb2/syscfg.yml   | 2 +-
 hw/bsp/telee02/syscfg.yml   | 2 +-
 hw/bsp/vbluno51/syscfg.yml  | 4 ++--
 hw/bsp/vbluno52/syscfg.yml  | 4 ++--
 14 files changed, 16 insertions(+), 16 deletions(-)

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


[mynewt-core] branch master updated (e0aa046 -> 0bb8e26)

2017-09-18 Thread marko
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 e0aa046  Merge pull request #554 from 
michal-narajowski/bletiny-btshell-porting
 add d5944f8  Unquote quoted zeros and ones in bsp syscfg files.
 new 0bb8e26  Merge pull request #541 from gordonklaus/unquote-config-values

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/bsp/ada_feather_nrf52/syscfg.yml | 2 +-
 hw/bsp/ble400/syscfg.yml| 2 +-
 hw/bsp/bmd200/syscfg.yml| 2 +-
 hw/bsp/nina-b1/syscfg.yml   | 2 +-
 hw/bsp/nrf51dk-16kbram/syscfg.yml   | 2 +-
 hw/bsp/nrf51dk/syscfg.yml   | 2 +-
 hw/bsp/nrf52-thingy/syscfg.yml  | 2 +-
 hw/bsp/nrf52840pdk/syscfg.yml   | 2 +-
 hw/bsp/nrf52dk/syscfg.yml   | 2 +-
 hw/bsp/rb-blend2/syscfg.yml | 2 +-
 hw/bsp/ruuvi_tag_revb2/syscfg.yml   | 2 +-
 hw/bsp/telee02/syscfg.yml   | 2 +-
 hw/bsp/vbluno51/syscfg.yml  | 4 ++--
 hw/bsp/vbluno52/syscfg.yml  | 4 ++--
 14 files changed, 16 insertions(+), 16 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
['"commits@mynewt.apache.org" '].


[GitHub] mkiiskila closed pull request #541: Unquote quoted zeros and ones in bsp syscfg files.

2017-09-18 Thread git
mkiiskila closed pull request #541: Unquote quoted zeros and ones in bsp syscfg 
files.
URL: https://github.com/apache/mynewt-core/pull/541
 
 
   
 

This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] bgiori closed pull request #553: Conform the sample light resource to binary switch

2017-09-18 Thread git
bgiori closed pull request #553: Conform the sample light resource to binary 
switch
URL: https://github.com/apache/mynewt-core/pull/553
 
 
   
 

This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[mynewt-core] branch master updated (3fc6e4c -> e0aa046)

2017-09-18 Thread naraj
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 3fc6e4c  Merge pull request #551 from apache/1_2_0_dev
 add 27a85c8  btshell - Make ANS optional
 add 16ea8bd  btshell: Remove non needed NULL check
 add fb56592  btshell: Add support to modify privacy mode
 add e93f875  apps/btshell: Add command to change service visibility
 add 74388a5  apps/btshell: remove redundant if
 add 0667c94  apps/btshell: disable newtmgr over shell by default
 new e0aa046  Merge pull request #554 from 
michal-narajowski/bletiny-btshell-porting

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/btshell/pkg.yml|  4 ++-
 apps/btshell/src/cmd.c  | 85 ++---
 apps/btshell/src/cmd_gatt.c | 36 +--
 apps/btshell/src/cmd_gatt.h |  1 +
 apps/btshell/syscfg.yml |  8 +
 5 files changed, 126 insertions(+), 8 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
['"commits@mynewt.apache.org" '].


[GitHub] michal-narajowski closed pull request #554: apps/btshell: a few commits from bletiny ported to btshell

2017-09-18 Thread git
michal-narajowski closed pull request #554: apps/btshell: a few commits from 
bletiny ported to btshell
URL: https://github.com/apache/mynewt-core/pull/554
 
 
   
 

This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[mynewt-core] 01/01: Merge pull request #554 from michal-narajowski/bletiny-btshell-porting

2017-09-18 Thread naraj
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 e0aa046e77114d6bb54f585e5189e3157987ed34
Merge: 3fc6e4c 0667c94
Author: MichaƂ Narajowski 
AuthorDate: Mon Sep 18 15:53:42 2017 +0200

Merge pull request #554 from michal-narajowski/bletiny-btshell-porting

apps/btshell: a few commits from bletiny ported to btshell

 apps/btshell/pkg.yml|  4 ++-
 apps/btshell/src/cmd.c  | 85 ++---
 apps/btshell/src/cmd_gatt.c | 36 +--
 apps/btshell/src/cmd_gatt.h |  1 +
 apps/btshell/syscfg.yml |  8 +
 5 files changed, 126 insertions(+), 8 deletions(-)

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


[mynewt-nffs] branch master updated (176763a -> 01003d1)

2017-09-18 Thread andk
This is an automated email from the ASF dual-hosted git repository.

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


from 176763a  Merge pull request #2 from andrzej-kaczmarek/dev
 add 1e38d38  Add missing license to config.h
 new 01003d1  Merge pull request #3 from andrzej-kaczmarek/missing-license

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:
 include/nffs/config.h | 19 +++
 1 file changed, 19 insertions(+)

-- 
To stop receiving notification emails like this one, please contact
['"commits@mynewt.apache.org" '].


[mynewt-nffs] 01/01: Merge pull request #3 from andrzej-kaczmarek/missing-license

2017-09-18 Thread andk
This is an automated email from the ASF dual-hosted git repository.

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

commit 01003d1bbe12ad99ac564d8f92934199146375c4
Merge: 176763a 1e38d38
Author: Andrzej Kaczmarek 
AuthorDate: Mon Sep 18 13:28:49 2017 +0200

Merge pull request #3 from andrzej-kaczmarek/missing-license

Add missing license to config.h

 include/nffs/config.h | 19 +++
 1 file changed, 19 insertions(+)

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


[GitHub] sjanc opened a new pull request #98: Update newt version to 1.2.0-dev

2017-09-18 Thread git
sjanc opened a new pull request #98: Update newt version to 1.2.0-dev
URL: https://github.com/apache/mynewt-newt/pull/98
 
 
   Also newt now points to master, not develop branch.
 

This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] sjanc opened a new pull request #555: Update repository to include 1.2 release

2017-09-18 Thread git
sjanc opened a new pull request #555: Update repository to include 1.2 release
URL: https://github.com/apache/mynewt-core/pull/555
 
 
   0-latest points to latest release (any major version).
   1-latest points to latest 1.X release.
 

This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] michal-narajowski opened a new pull request #554: A Few commits from bletiny ported to btshell

2017-09-18 Thread git
michal-narajowski opened a new pull request #554: A Few commits from bletiny 
ported to btshell
URL: https://github.com/apache/mynewt-core/pull/554
 
 
   
 

This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[mynewt-newt] 01/01: Merge pull request #97 from apache/1_2_0_dev

2017-09-18 Thread janc
This is an automated email from the ASF dual-hosted git repository.

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

commit 621dbb9d717fb178b024c04bdf12bda82fdec093
Merge: 59b3a5d 3a3e87d
Author: Szymon Janc 
AuthorDate: Mon Sep 18 10:19:20 2017 +0200

Merge pull request #97 from apache/1_2_0_dev

merge 1_2_0_dev into master

 RELEASE_NOTES.md  | 2 +-
 newt/newtutil/newtutil.go | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

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


[GitHub] sjanc closed pull request #97: merge 1_2_0_dev into master

2017-09-18 Thread git
sjanc closed pull request #97: merge 1_2_0_dev into master
URL: https://github.com/apache/mynewt-newt/pull/97
 
 
   
 

This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[mynewt-core] branch master updated (24caedf -> 3fc6e4c)

2017-09-18 Thread janc
This is an automated email from the ASF dual-hosted git repository.

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


from 24caedf  Merge pull request #542 from michal-narajowski/printf-fixes
 add e511aa7  Mynewt 1.2.0 release
 new 3fc6e4c  Merge pull request #551 from apache/1_2_0_dev

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:
 RELEASE_NOTES.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

-- 
To stop receiving notification emails like this one, please contact
['"commits@mynewt.apache.org" '].


[mynewt-newtmgr] 01/01: Merge pull request #26 from apache/1_2_0_dev

2017-09-18 Thread janc
This is an automated email from the ASF dual-hosted git repository.

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

commit 8bea1b4c567c3a3c8e2ad70f465cfd6eaf5ce0ff
Merge: 89cef14 8bc5563
Author: Szymon Janc 
AuthorDate: Mon Sep 18 10:19:00 2017 +0200

Merge pull request #26 from apache/1_2_0_dev

merge 1_2_0_dev branch into master

 README.md| 9 ++---
 RELEASE_NOTES.md | 7 +--
 2 files changed, 11 insertions(+), 5 deletions(-)

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


[mynewt-newt] branch master updated (59b3a5d -> 621dbb9)

2017-09-18 Thread janc
This is an automated email from the ASF dual-hosted git repository.

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


from 59b3a5d  Merge pull request #95 from ccollins476ad/unixchild-race
 add 3a3e87d  Release 1.2.0
 new 621dbb9  Merge pull request #97 from apache/1_2_0_dev

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:
 RELEASE_NOTES.md  | 2 +-
 newt/newtutil/newtutil.go | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
['"commits@mynewt.apache.org" '].


[mynewt-newtmgr] branch master updated (89cef14 -> 8bea1b4)

2017-09-18 Thread janc
This is an automated email from the ASF dual-hosted git repository.

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


from 89cef14  Merge pull request #23 from mkiiskila/wrong_err
 add 8bc5563  Release 1.2.0
 new 8bea1b4  Merge pull request #26 from apache/1_2_0_dev

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:
 README.md| 9 ++---
 RELEASE_NOTES.md | 7 +--
 2 files changed, 11 insertions(+), 5 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
['"commits@mynewt.apache.org" '].


[mynewt-core] 01/01: Merge pull request #551 from apache/1_2_0_dev

2017-09-18 Thread janc
This is an automated email from the ASF dual-hosted git repository.

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

commit 3fc6e4c996c9d24e8d02647db551253587519e20
Merge: 24caedf e511aa7
Author: Szymon Janc 
AuthorDate: Mon Sep 18 10:18:26 2017 +0200

Merge pull request #551 from apache/1_2_0_dev

merge 1_2_0_dev branch into master

 RELEASE_NOTES.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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


[GitHub] sjanc closed pull request #26: merge 1_2_0_dev branch into master

2017-09-18 Thread git
sjanc closed pull request #26: merge 1_2_0_dev branch into master
URL: https://github.com/apache/mynewt-newtmgr/pull/26
 
 
   
 

This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] sjanc closed pull request #551: merge 1_2_0_dev branch into master

2017-09-18 Thread git
sjanc closed pull request #551: merge 1_2_0_dev branch into master
URL: https://github.com/apache/mynewt-core/pull/551
 
 
   
 

This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services