[GitHub] yang325 opened a new issue #295: Invalid handle should be used when disconnected

2019-01-14 Thread GitBox
yang325 opened a new issue #295: Invalid handle should be used when disconnected URL: https://github.com/apache/mynewt-nimble/issues/295 #289 When the device disconnect with peer node, should set the handle as invalid rather than 0. -

[mynewt-newt] Diff for: [GitHub] ccollins476ad merged pull request #257: newt/mfg: Update documentation

2019-01-14 Thread GitBox
diff --git a/newt/mfg/README.md b/newt/mfg/README.md index 52dc5f05..80fba028 100644 --- a/newt/mfg/README.md +++ b/newt/mfg/README.md @@ -26,9 +26,85 @@ | Term | Long Name | Meaning | | | - | --- | | Flashdev | Flash device | A single piece of flash hardware. E.g., "internal

[mynewt-newt] branch master updated: newt/mfg: Update documentation

2019-01-14 Thread ccollins
This is an automated email from the ASF dual-hosted git repository. ccollins pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/mynewt-newt.git The following commit(s) were added to refs/heads/master by this push: new e484676 newt/mfg: Update documentation e

[GitHub] ccollins476ad merged pull request #257: newt/mfg: Update documentation

2019-01-14 Thread GitBox
ccollins476ad merged pull request #257: newt/mfg: Update documentation URL: https://github.com/apache/mynewt-newt/pull/257 As this is a foreign pull request (from a fork), the diff has been sent to your commit mailing list, commits@mynewt.apache.org ---

[GitHub] rymanluk opened a new pull request #294: nimble/ll: Set BLE_LL_FEAT_DATA_LEN_EXT as initial feature

2019-01-14 Thread GitBox
rymanluk opened a new pull request #294: nimble/ll: Set BLE_LL_FEAT_DATA_LEN_EXT as initial feature URL: https://github.com/apache/mynewt-nimble/pull/294 We use it in case when Master does not initiate feature exchange. Note: When remote does not support it, then this bit will be cleared

[mynewt-nimble] 02/02: nimble/ll: Fix handling LL_PAUSE_ENC_REQ

2019-01-14 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 479eceb55d8be6d31c1a1a9a27d1511f0d6ab014 Author: Łukasz Rymanowski AuthorDate: Tue Jan 15 01:00:48 2019 +0100

[mynewt-nimble] Diff for: [GitHub] rymanluk merged pull request #293: nimble//ll: Certification fixes

2019-01-14 Thread GitBox
diff --git a/nimble/controller/include/controller/ble_ll_resolv.h b/nimble/controller/include/controller/ble_ll_resolv.h index 5401a70f..e28e6e56 100644 --- a/nimble/controller/include/controller/ble_ll_resolv.h +++ b/nimble/controller/include/controller/ble_ll_resolv.h @@ -81,6 +81,7 @@ void ble_

[mynewt-nimble] branch master updated (d4f9bad -> 479eceb)

2019-01-14 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 d4f9bad Merge pull request #292 from sjanc/blehci new 280f85d nimble/ll: Set local RPA per peer device

[GitHub] rymanluk merged pull request #293: nimble//ll: Certification fixes

2019-01-14 Thread GitBox
rymanluk merged pull request #293: nimble//ll: Certification fixes URL: https://github.com/apache/mynewt-nimble/pull/293 As this is a foreign pull request (from a fork), the diff has been sent to your commit mailing list, commits@mynewt.apache.org -

[mynewt-nimble] 01/02: nimble/ll: Set local RPA per peer device

2019-01-14 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 280f85d8635a69887ae1763fcde1a008248914f2 Author: Łukasz Rymanowski AuthorDate: Tue Jan 15 00:38:24 2019 +0100

[GitHub] rymanluk opened a new pull request #293: nimble//ll: Certification fixes

2019-01-14 Thread GitBox
rymanluk opened a new pull request #293: nimble//ll: Certification fixes URL: https://github.com/apache/mynewt-nimble/pull/293 This is an automated message from the Apache Git Service. To respond to the message, please log on

[mynewt-core] Diff for: [GitHub] andrzej-kaczmarek merged pull request #1599: Add missing include to fix build error with I2C_NRF52_TWIM_STAT: 1

2019-01-14 Thread GitBox
diff --git a/hw/bus/drivers/i2c_nrf52_twim/src/i2c_nrf52_twim.c b/hw/bus/drivers/i2c_nrf52_twim/src/i2c_nrf52_twim.c index 08d5618bd5..1587f6c77b 100644 --- a/hw/bus/drivers/i2c_nrf52_twim/src/i2c_nrf52_twim.c +++ b/hw/bus/drivers/i2c_nrf52_twim/src/i2c_nrf52_twim.c @@ -26,6 +26,7 @@ #include "bu

[mynewt-core] branch master updated: Add missing include to fix build error when I2C_NRF52_TWIM_STAT is enabled

2019-01-14 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-core.git The following commit(s) were added to refs/heads/master by this push: new 4df1290 Add missing include to fix build err

[GitHub] andrzej-kaczmarek merged pull request #1599: Add missing include to fix build error with I2C_NRF52_TWIM_STAT: 1

2019-01-14 Thread GitBox
andrzej-kaczmarek merged pull request #1599: Add missing include to fix build error with I2C_NRF52_TWIM_STAT: 1 URL: https://github.com/apache/mynewt-core/pull/1599 As this is a foreign pull request (from a fork), the diff has been sent to your commit mailing list, commits@mynewt.apache.o

[mynewt-nimble] branch master updated (44f1a18 -> d4f9bad)

2019-01-14 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-nimble.git. from 44f1a18 host: Fix conn find by RPA address add b50139c apps/blehci: Fix build new d4f9bad Merge pul

[mynewt-nimble] 01/01: Merge pull request #292 from sjanc/blehci

2019-01-14 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-nimble.git commit d4f9bad8f1da62956d7679905bac54f69c2bb4ce Merge: 44f1a18 b50139c Author: Szymon Janc AuthorDate: Tue Jan 15 00:15:03

[GitHub] utzig commented on a change in pull request #258: larva: Replace `swapkey` with `swapisk`, `swapkek`

2019-01-14 Thread GitBox
utzig commented on a change in pull request #258: larva: Replace `swapkey` with `swapisk`, `swapkek` URL: https://github.com/apache/mynewt-newt/pull/258#discussion_r247703014 ## File path: larva/lvmfg/lvmfg.go ## @@ -160,32 +161,77 @@ func Join(mm NameBlobMap, eraseVal byt

[GitHub] sjanc merged pull request #292: apps/blehci: Fix build

2019-01-14 Thread GitBox
sjanc merged pull request #292: apps/blehci: Fix build URL: https://github.com/apache/mynewt-nimble/pull/292 As this is a foreign pull request (from a fork), the diff has been sent to your commit mailing list, commits@mynewt.apache.org -

[mynewt-nimble] Diff for: [GitHub] sjanc merged pull request #292: apps/blehci: Fix build

2019-01-14 Thread GitBox
diff --git a/apps/blehci/pkg.yml b/apps/blehci/pkg.yml index 712a5feb..654b0f44 100644 --- a/apps/blehci/pkg.yml +++ b/apps/blehci/pkg.yml @@ -24,6 +24,7 @@ pkg.keywords: pkg.deps: - "@apache-mynewt-core/sys/console/stub" +- "@apache-mynewt-core/sys/log/stub" - "@apache-mynewt-core

[GitHub] andrzej-kaczmarek commented on issue #290: nrf52: Add support for retrieving u-blox NINA-B1 public address

2019-01-14 Thread GitBox
andrzej-kaczmarek commented on issue #290: nrf52: Add support for retrieving u-blox NINA-B1 public address URL: https://github.com/apache/mynewt-nimble/pull/290#issuecomment-454199095 afaik already existing code to read device public address was just added as an option for Mynewt-based dev

[GitHub] sjanc opened a new pull request #292: apps/blehci: Fix build

2019-01-14 Thread GitBox
sjanc opened a new pull request #292: apps/blehci: Fix build URL: https://github.com/apache/mynewt-nimble/pull/292 This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and

[GitHub] kasjer commented on a change in pull request #1593: console newtmgr coexistance

2019-01-14 Thread GitBox
kasjer commented on a change in pull request #1593: console newtmgr coexistance URL: https://github.com/apache/mynewt-core/pull/1593#discussion_r247700940 ## File path: sys/console/full/syscfg.yml ## @@ -93,6 +93,10 @@ syscfg.defs: affect device performance due

[GitHub] kasjer commented on a change in pull request #1593: console newtmgr coexistance

2019-01-14 Thread GitBox
kasjer commented on a change in pull request #1593: console newtmgr coexistance URL: https://github.com/apache/mynewt-core/pull/1593#discussion_r247699713 ## File path: sys/console/minimal/src/console.c ## @@ -70,16 +71,73 @@ console_echo(int on) echo = on; } +int +

[GitHub] kasjer commented on a change in pull request #1593: console newtmgr coexistance

2019-01-14 Thread GitBox
kasjer commented on a change in pull request #1593: console newtmgr coexistance URL: https://github.com/apache/mynewt-core/pull/1593#discussion_r247699641 ## File path: sys/console/minimal/src/console.c ## @@ -70,16 +71,73 @@ console_echo(int on) echo = on; } +int +

[GitHub] andrzej-kaczmarek opened a new pull request #291: nimble/ll: Add API to set controller public address

2019-01-14 Thread GitBox
andrzej-kaczmarek opened a new pull request #291: nimble/ll: Add API to set controller public address URL: https://github.com/apache/mynewt-nimble/pull/291 ble_ll_set_public_addr() can be used to set controller public address. This API can be called in e.g. hal_bsp_init() to set public a

[GitHub] utzig commented on a change in pull request #258: larva: Replace `swapkey` with `swapisk`, `swapkek`

2019-01-14 Thread GitBox
utzig commented on a change in pull request #258: larva: Replace `swapkey` with `swapisk`, `swapkek` URL: https://github.com/apache/mynewt-newt/pull/258#discussion_r247658052 ## File path: artifact/image/keys_test.go ## @@ -65,58 +67,29 @@ func signatureTest(t *testing.T,

[GitHub] benmccrea opened a new pull request #1599: Add missing include to fix build error with I2C_NRF52_TWIM_STAT: 1

2019-01-14 Thread GitBox
benmccrea opened a new pull request #1599: Add missing include to fix build error with I2C_NRF52_TWIM_STAT: 1 URL: https://github.com/apache/mynewt-core/pull/1599 Adding #include "stats/stats.h" to i2c_nrf52_twim.c. I encountered a build error with I2C_NRF52_TWIM_STAT: 1. I'm using arm-non