[mynewt-mcumgr] branch master updated (9951119 -> 434462a)

2020-07-24 Thread utzig
This is an automated email from the ASF dual-hosted git repository. utzig pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/mynewt-mcumgr.git. from 9951119 cmd/img_mgmt/port/zephyr: off_t print format fix add 434462a cmd/img_mgmt/port/zephyr: fix

[mynewt-mcumgr] branch master updated: zephyr: Add file open flags to fs_open calls

2020-07-24 Thread utzig
This is an automated email from the ASF dual-hosted git repository. utzig pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/mynewt-mcumgr.git The following commit(s) were added to refs/heads/master by this push: new 32827ad zephyr: Add file open flags to

[GitHub] [mynewt-mcumgr] utzig merged pull request #90: zephyr: Add file open flags to fs_open calls

2020-07-24 Thread GitBox
utzig merged pull request #90: URL: https://github.com/apache/mynewt-mcumgr/pull/90 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to

[GitHub] [mynewt-mcumgr] de-nordic commented on pull request #90: zephyr: Add file open flags to fs_open calls

2020-07-24 Thread GitBox
de-nordic commented on pull request #90: URL: https://github.com/apache/mynewt-mcumgr/pull/90#issuecomment-663486354 @utzig please merge. Thanks! This is an automated message from the Apache Git Service. To respond to the

[GitHub] [mynewt-mcumgr] utzig merged pull request #82: cmd/img_mgmt/port/zephyr: suppress warnings with logging enabled

2020-07-24 Thread GitBox
utzig merged pull request #82: URL: https://github.com/apache/mynewt-mcumgr/pull/82 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to

[GitHub] [mynewt-mcumgr] de-nordic commented on pull request #82: cmd/img_mgmt/port/zephyr: suppress warnings with logging enabled

2020-07-24 Thread GitBox
de-nordic commented on pull request #82: URL: https://github.com/apache/mynewt-mcumgr/pull/82#issuecomment-663486051 @utzig Please merge. Thanks! This is an automated message from the Apache Git Service. To respond to the

[GitHub] [mynewt-core] shanyechungu removed a comment on issue #2339: Add Example Code for Multiple Channel Scan Mode SAADC of nrf52

2020-07-24 Thread GitBox
shanyechungu removed a comment on issue #2339: URL: https://github.com/apache/mynewt-core/issues/2339#issuecomment-663142933 Any one of the available channels can be enabled for the ADC to operate in one-shot mode. If more than one CH[n] is configured, the ADC enters scan mode.

[GitHub] [mynewt-nimble] KKopyscinski opened a new pull request #846: apps/blestress - compilation error

2020-07-24 Thread GitBox
KKopyscinski opened a new pull request #846: URL: https://github.com/apache/mynewt-nimble/pull/846 Building the app returned error: multiple definition of `stress_timer_callout'. Moving the it's declaration to stress.c fixes the issue - this structure is only used there.

[GitHub] [mynewt-nimble] apache-mynewt-bot commented on pull request #846: apps/blestress - compilation error

2020-07-24 Thread GitBox
apache-mynewt-bot commented on pull request #846: URL: https://github.com/apache/mynewt-nimble/pull/846#issuecomment-66339 ## Style check summary No suggestions at this time! This is an

[GitHub] [mynewt-nimble] rymanluk commented on a change in pull request #846: apps/blestress - compilation error

2020-07-24 Thread GitBox
rymanluk commented on a change in pull request #846: URL: https://github.com/apache/mynewt-nimble/pull/846#discussion_r459910142 ## File path: apps/blestress/src/stress.c ## @@ -19,6 +19,8 @@ #include "stress.h" +struct os_callout stress_timer_callout; Review comment:

[GitHub] [mynewt-nimble] KKopyscinski commented on a change in pull request #846: apps/blestress - compilation error

2020-07-24 Thread GitBox
KKopyscinski commented on a change in pull request #846: URL: https://github.com/apache/mynewt-nimble/pull/846#discussion_r459913246 ## File path: apps/blestress/src/stress.c ## @@ -19,6 +19,8 @@ #include "stress.h" +struct os_callout stress_timer_callout; Review

[GitHub] [mynewt-nimble] apache-mynewt-bot commented on pull request #846: apps/blestress - compilation error

2020-07-24 Thread GitBox
apache-mynewt-bot commented on pull request #846: URL: https://github.com/apache/mynewt-nimble/pull/846#issuecomment-663402747 ## Style check summary No suggestions at this time! This is an

[GitHub] [mynewt-nimble] apache-mynewt-bot removed a comment on pull request #846: apps/blestress - compilation error

2020-07-24 Thread GitBox
apache-mynewt-bot removed a comment on pull request #846: URL: https://github.com/apache/mynewt-nimble/pull/846#issuecomment-66339 ## Style check summary No suggestions at this time! This is

[GitHub] [mynewt-nimble] rymanluk closed issue #817: Central/Peripheral + BLE Mesh at the same time?

2020-07-24 Thread GitBox
rymanluk closed issue #817: URL: https://github.com/apache/mynewt-nimble/issues/817 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to

[GitHub] [mynewt-nimble] rymanluk commented on issue #817: Central/Peripheral + BLE Mesh at the same time?

2020-07-24 Thread GitBox
rymanluk commented on issue #817: URL: https://github.com/apache/mynewt-nimble/issues/817#issuecomment-663362823 @zacwbond Imho toggling advertising between mesh and standard BLE using `bt_mesh_suspend()/resume()` might be risky. But I can't see other option.

[GitHub] [mynewt-nimble] yyipk opened a new issue #767: When using NRF52840, the advertising signal is very poor

2020-07-24 Thread GitBox
yyipk opened a new issue #767: URL: https://github.com/apache/mynewt-nimble/issues/767 When using NRF52840 hardware, the advertising signal is very poor. Even if the TX power is set to the maximum (8dbm), when using NRF52810, the signal is normal. Why is this?

[GitHub] [mynewt-nimble] rymanluk closed issue #749: HCI BCSP protocol support

2020-07-24 Thread GitBox
rymanluk closed issue #749: URL: https://github.com/apache/mynewt-nimble/issues/749 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to

[GitHub] [mynewt-nimble] rymanluk closed issue #767: When using NRF52840, the advertising signal is very poor

2020-07-24 Thread GitBox
rymanluk closed issue #767: URL: https://github.com/apache/mynewt-nimble/issues/767 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to

[GitHub] [mynewt-nimble] rymanluk closed issue #785: [npl] linux porting layer unit tests fail

2020-07-24 Thread GitBox
rymanluk closed issue #785: URL: https://github.com/apache/mynewt-nimble/issues/785 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to

[GitHub] [mynewt-nimble] rymanluk edited a comment on issue #749: HCI BCSP protocol support

2020-07-24 Thread GitBox
rymanluk edited a comment on issue #749: URL: https://github.com/apache/mynewt-nimble/issues/749#issuecomment-618974873 As far as I know BCSP stands for BlueCore Serial Protocol and since it is not Bluetooth SIG, we don't have motivation for that. However, if somebody will implement it we

[GitHub] [mynewt-nimble] rymanluk closed issue #812: BR/EDR support

2020-07-24 Thread GitBox
rymanluk closed issue #812: URL: https://github.com/apache/mynewt-nimble/issues/812 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to

[GitHub] [mynewt-nimble] rymanluk commented on issue #767: When using NRF52840, the advertising signal is very poor

2020-07-24 Thread GitBox
rymanluk commented on issue #767: URL: https://github.com/apache/mynewt-nimble/issues/767#issuecomment-663364450 @yyipk do you still have this issue? What are the difference you are seeing? This is an automated message

[GitHub] [mynewt-nimble] rymanluk closed issue #633: nimBLE 和手机pair不能正常进行?

2020-07-24 Thread GitBox
rymanluk closed issue #633: URL: https://github.com/apache/mynewt-nimble/issues/633 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to