[GitHub] sjanc opened a new issue #80: Move BLE sample apps from core to nimble repo

2018-05-07 Thread GitBox
sjanc opened a new issue #80: Move BLE sample apps from core to nimble repo URL: https://github.com/apache/mynewt-nimble/issues/80 We could have sample apps in nimble instead of core repo. Since sample applications are OS specific we probably need to keep them per os eg apps/mynewt/

[GitHub] rymanluk closed pull request #50: strip trailing whitespace from all files

2018-05-07 Thread GitBox
rymanluk closed pull request #50: strip trailing whitespace from all files URL: https://github.com/apache/mynewt-nimble/pull/50 This is a PR merged from a forked repository. As GitHub hides the original diff on merge, it is displayed below for the sake of provenance: As this is a foreign

[mynewt-nimble] 01/01: Merge pull request #50 from samveen/small_fixes

2018-05-07 Thread rymek
This is an automated email from the ASF dual-hosted git repository. rymek pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/mynewt-nimble.git commit 03d349488407c389ad3348d0730d9a8b82a6ceb7 Merge: a22f6e8 e4065a0 Author: Ɓukasz Rymanowski

[GitHub] rymanluk commented on issue #50: strip trailing whitespace from all files

2018-05-07 Thread GitBox
rymanluk commented on issue #50: strip trailing whitespace from all files URL: https://github.com/apache/mynewt-nimble/pull/50#issuecomment-386977662 @samveen , Thanks, it is merged now. This is an automated message from the

[mynewt-nimble] branch master updated (a22f6e8 -> 03d3494)

2018-05-07 Thread rymek
This is an automated email from the ASF dual-hosted git repository. rymek pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/mynewt-nimble.git. from a22f6e8 Merge pull request #79 from andrzej-kaczmarek/ll-trng add e4065a0 strip all trailing whitespace

[GitHub] sjanc commented on issue #1070: btshell: Fix scan command in legacy mode

2018-05-07 Thread GitBox
sjanc commented on issue #1070: btshell: Fix scan command in legacy mode URL: https://github.com/apache/mynewt-core/pull/1070#issuecomment-386979209 Hi Sterling, This is something we were discussing with guys in the office, the thing is that our BLE sample apps are Mynewt

[mynewt-core] branch master updated (3981383 -> 3532ba2)

2018-05-07 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 3981383 Merge pull request #1071 from kasjer/charge-control-fix add 6943d7f btshell: Fix scan command in

[mynewt-core] 01/01: Merge pull request #1070 from sjanc/btshell

2018-05-07 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 3532ba24c521a37c7f5fa3b3f66108054578a125 Merge: 3981383 6943d7f Author: Szymon Janc

[GitHub] sjanc closed pull request #1070: btshell: Fix scan command in legacy mode

2018-05-07 Thread GitBox
sjanc closed pull request #1070: btshell: Fix scan command in legacy mode URL: https://github.com/apache/mynewt-core/pull/1070 This is a PR merged from a forked repository. As GitHub hides the original diff on merge, it is displayed below for the sake of provenance: As this is a foreign

[GitHub] SharanIoT commented on issue #1027: more than 31 bytes in advertsing and scanning

2018-05-07 Thread GitBox
SharanIoT commented on issue #1027: more than 31 bytes in advertsing and scanning URL: https://github.com/apache/mynewt-core/issues/1027#issuecomment-387073995 @swapkada Advertising or Scan Response data length is max 31 Octets as per the Bluetooth Core Spec 4.2

[mynewt-core] branch coverity_scan updated: Use gcc-4.8

2018-05-07 Thread utzig
This is an automated email from the ASF dual-hosted git repository. utzig pushed a commit to branch coverity_scan in repository https://gitbox.apache.org/repos/asf/mynewt-core.git The following commit(s) were added to refs/heads/coverity_scan by this push: new 4bcbcc9 Use gcc-4.8 4bcbcc9

[mynewt-core] branch coverity_scan updated: Install multilib

2018-05-07 Thread utzig
This is an automated email from the ASF dual-hosted git repository. utzig pushed a commit to branch coverity_scan in repository https://gitbox.apache.org/repos/asf/mynewt-core.git The following commit(s) were added to refs/heads/coverity_scan by this push: new b45a818 Install multilib

[GitHub] mkiiskila commented on issue #1074: Newt Manager (McuMgr) config group "save" command

2018-05-07 Thread GitBox
mkiiskila commented on issue #1074: Newt Manager (McuMgr) config group "save" command URL: https://github.com/apache/mynewt-core/issues/1074#issuecomment-387162670 Yup, that would be reasonable. I can add it. This is an

[mynewt-core] 01/01: Merge pull request #1073 from wes3/lora_stop_rx_bug

2018-05-07 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 3a68537bb0dffd4f74672ca38d4a9ac566bc215f Merge: 3532ba2 3935f83 Author: wes3 AuthorDate: Mon May 7

[GitHub] bgiori opened a new issue #1074: Newt Manager (McuMgr) config group "save" command

2018-05-07 Thread GitBox
bgiori opened a new issue #1074: Newt Manager (McuMgr) config group "save" command URL: https://github.com/apache/mynewt-core/issues/1074 The newt manager config group currently has a write command which sets the config value and commits the value but does not save it. It would be