[GitHub] [mynewt-nimble] KKopyscinski commented on issue #1239: Nimble supports AutoPTS based on PTS 8.2.1

2022-04-19 Thread GitBox
KKopyscinski commented on issue #1239: URL: https://github.com/apache/mynewt-nimble/issues/1239#issuecomment-1102511571 ICS were updated here: https://github.com/intel/auto-pts/pull/719 and still are valid Workspace update: https://github.com/intel/auto-pts/pull/738 -- This is an

[GitHub] [mynewt-core] utzig commented on pull request #2813: MbedTLS: Suppress gcc 10 warning

2022-04-19 Thread GitBox
utzig commented on PR #2813: URL: https://github.com/apache/mynewt-core/pull/2813#issuecomment-1102592726 ## Style check summary No suggestions at this time! -- This is an automated message from the Apache Git Service. To respond to the message, please log on

[GitHub] [mynewt-core] kasjer opened a new pull request, #2813: MbedTLS: Suppress gcc 10 warning

2022-04-19 Thread GitBox
kasjer opened a new pull request, #2813: URL: https://github.com/apache/mynewt-core/pull/2813 Debug build compiled with gcc 10.x (arm and riscv) produces warning: repos/apache-mynewt-core/crypto/mbedtls/src/hmac_drbg.c:134:11: error: 'ret' may be used uninitialized in this function

[GitHub] [mynewt-nimble] utzig commented on pull request #1120: host/mesh: fix clients array indexing in proxy_srv

2022-04-19 Thread GitBox
utzig commented on PR #1120: URL: https://github.com/apache/mynewt-nimble/pull/1120#issuecomment-1102570582 ## Style check summary ### Our coding style is [here!](https://github.com/apache/mynewt-core/blob/master/CODING_STANDARDS.md)

[GitHub] [mynewt-core] utzig commented on pull request #2814: bsp/olimex-pic32-hmz144: Add missing oscillator frequency

2022-04-19 Thread GitBox
utzig commented on PR #2814: URL: https://github.com/apache/mynewt-core/pull/2814#issuecomment-1102614395 ## Style check summary No suggestions at this time! -- This is an automated message from the Apache Git Service. To respond to the message, please log on

[GitHub] [mynewt-core] kasjer opened a new pull request, #2814: bsp/olimex-pic32-hmz144: Add missing oscillator frequency

2022-04-19 Thread GitBox
kasjer opened a new pull request, #2814: URL: https://github.com/apache/mynewt-core/pull/2814 SYSTEM_CLOCK_OSC_FREQ was missing from bsp definition resulting in build error. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

[GitHub] [mynewt-nimble] utzig commented on pull request #1025: Add pairing complete ev

2022-04-19 Thread GitBox
utzig commented on PR #1025: URL: https://github.com/apache/mynewt-nimble/pull/1025#issuecomment-1102132158 ## Style check summary ### Our coding style is [here!](https://github.com/apache/mynewt-core/blob/master/CODING_STANDARDS.md)

[GitHub] [mynewt-nimble] utzig commented on pull request #1096: apps/bttester: handle options of created L2CAP server

2022-04-19 Thread GitBox
utzig commented on PR #1096: URL: https://github.com/apache/mynewt-nimble/pull/1096#issuecomment-1102137785 ## Style check summary ### Our coding style is [here!](https://github.com/apache/mynewt-core/blob/master/CODING_STANDARDS.md)

[GitHub] [mynewt-nimble] sjanc merged pull request #1096: apps/bttester: handle options of created L2CAP server

2022-04-19 Thread GitBox
sjanc merged PR #1096: URL: https://github.com/apache/mynewt-nimble/pull/1096 -- 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 the specific comment. To unsubscribe, e-mail:

[mynewt-nimble] 01/02: apps/bttester: add option to connect single ECFC channel

2022-04-19 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 f8f10ab96abb31da4055f57c9b28349183f28deb Author: Krzysztof Kopyściński AuthorDate: Wed Nov 17 12:32:51 2021 +0100

[mynewt-nimble] 02/02: apps/bttester: odd option to hold L2CAP credist and give back on command

2022-04-19 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 02bb32fd1f659e31075e6dbcf83ec165f715256c Author: Krzysztof Kopyściński AuthorDate: Wed Nov 17 13:24:56 2021 +0100

[mynewt-nimble] branch master updated (1fb4475b -> 02bb32fd)

2022-04-19 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 1fb4475b nimble/ll: Fix AUX_CONNECT_RSP verification new f8f10ab9 apps/bttester: add option to connect

[GitHub] [mynewt-nimble] utzig commented on pull request #1120: host/mesh: fix clients array indexing in proxy_srv

2022-04-19 Thread GitBox
utzig commented on PR #1120: URL: https://github.com/apache/mynewt-nimble/pull/1120#issuecomment-1102410220 ## Style check summary ### Our coding style is [here!](https://github.com/apache/mynewt-core/blob/master/CODING_STANDARDS.md)

[GitHub] [mynewt-nimble] sjanc commented on pull request #1120: host/mesh: fix clients array indexing in proxy_srv

2022-04-19 Thread GitBox
sjanc commented on PR #1120: URL: https://github.com/apache/mynewt-nimble/pull/1120#issuecomment-1102274465 I think the right way would be keep handle in struct bt_mesh_proxy_client and don't make any assumptions on its value -- This is an automated message from the Apache Git Service.

[GitHub] [mynewt-nimble] sjanc opened a new issue, #1239: Nimble supports AutoPPT based on PTS 8.2.1

2022-04-19 Thread GitBox
sjanc opened a new issue, #1239: URL: https://github.com/apache/mynewt-nimble/issues/1239 - test plan update - workspace update - GAP - GATT - SM - L2CAP - Mesh -- This is an automated message from the Apache Git Service. To respond to the message, please log on to

[GitHub] [mynewt-nimble] KKopyscinski commented on pull request #1120: host/mesh: fix clients array indexing in proxy_srv

2022-04-19 Thread GitBox
KKopyscinski commented on PR #1120: URL: https://github.com/apache/mynewt-nimble/pull/1120#issuecomment-1102411039 > I think the right way would be keep handle in struct bt_mesh_proxy_client and don't make any assumptions on its value I don't think it's possible: in

[GitHub] [mynewt-nimble] sjanc merged pull request #1224: nimble/host: Add HCI commands / events for LE Power control

2022-04-19 Thread GitBox
sjanc merged PR #1224: URL: https://github.com/apache/mynewt-nimble/pull/1224 -- 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 the specific comment. To unsubscribe, e-mail:

[mynewt-nimble] branch master updated: nimble/host: Add HCI commands / events for LE Power control

2022-04-19 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 The following commit(s) were added to refs/heads/master by this push: new 7ee72efb nimble/host: Add HCI commands /

[GitHub] [mynewt-newt] sjanc opened a new pull request, #475: Update go.mod for Mac build

2022-04-19 Thread GitBox
sjanc opened a new pull request, #475: URL: https://github.com/apache/mynewt-newt/pull/475 This seems to be required by build on mac, otherwise newt build with build.sh results in 'dirty' binary. -- This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [mynewt-nimble] sjanc merged pull request #1120: host/mesh: fix clients array indexing in proxy_srv

2022-04-19 Thread GitBox
sjanc merged PR #1120: URL: https://github.com/apache/mynewt-nimble/pull/1120 -- 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 the specific comment. To unsubscribe, e-mail:

[mynewt-nimble] branch master updated: host/mesh: fix clients array indexing in proxy_srv

2022-04-19 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 The following commit(s) were added to refs/heads/master by this push: new 534afc8c host/mesh: fix clients array

[GitHub] [mynewt-nimble] sjanc merged pull request #1084: nimble/host: no random address fix

2022-04-19 Thread GitBox
sjanc merged PR #1084: URL: https://github.com/apache/mynewt-nimble/pull/1084 -- 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 the specific comment. To unsubscribe, e-mail:

[mynewt-nimble] branch master updated: nimble/host: no random address fix

2022-04-19 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 The following commit(s) were added to refs/heads/master by this push: new 854fc2fa nimble/host: no random address

[GitHub] [mynewt-core] kasjer merged pull request #2813: MbedTLS: Suppress gcc 10 warning

2022-04-19 Thread GitBox
kasjer merged PR #2813: URL: https://github.com/apache/mynewt-core/pull/2813 -- 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 the specific comment. To unsubscribe, e-mail:

[mynewt-core] branch master updated: bsp/olimex-pic32-hmz144: Add missing oscillator frequency

2022-04-19 Thread jerzy
This is an automated email from the ASF dual-hosted git repository. jerzy 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 7c40087f6 bsp/olimex-pic32-hmz144: Add

[mynewt-core] branch master updated: MbedTLS: Suppress gcc 10 warning

2022-04-19 Thread jerzy
This is an automated email from the ASF dual-hosted git repository. jerzy 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 fe7c49d7b MbedTLS: Suppress gcc 10 warning

[GitHub] [mynewt-core] utzig commented on pull request #2815: Update license and rat excludes

2022-04-19 Thread GitBox
utzig commented on PR #2815: URL: https://github.com/apache/mynewt-core/pull/2815#issuecomment-1102961209 ## Style check summary No suggestions at this time! -- This is an automated message from the Apache Git Service. To respond to the message, please log on

[GitHub] [mynewt-nimble] utzig commented on pull request #1240: Update missing licenses and rat excludes

2022-04-19 Thread GitBox
utzig commented on PR #1240: URL: https://github.com/apache/mynewt-nimble/pull/1240#issuecomment-1102899014 ## Style check summary No suggestions at this time! -- This is an automated message from the Apache Git Service. To respond to the message, please log on

[GitHub] [mynewt-core] kasjer merged pull request #2814: bsp/olimex-pic32-hmz144: Add missing oscillator frequency

2022-04-19 Thread GitBox
kasjer merged PR #2814: URL: https://github.com/apache/mynewt-core/pull/2814 -- 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 the specific comment. To unsubscribe, e-mail:

[GitHub] [mynewt-core] caspermeijn commented on pull request #2810: hw/drivers/semihosting: Fix typo in semihost_rename

2022-04-19 Thread GitBox
caspermeijn commented on PR #2810: URL: https://github.com/apache/mynewt-core/pull/2810#issuecomment-1103045404 @sjanc This file comes from mbed-os. I opened a PR there as well: https://github.com/ARMmbed/mbed-os/pull/15271 Could you please describe what tests you did for this change

[GitHub] [mynewt-core] utzig commented on pull request #2816: bsp/olimex-pic32: Add missing licenses

2022-04-19 Thread GitBox
utzig commented on PR #2816: URL: https://github.com/apache/mynewt-core/pull/2816#issuecomment-1103316051 ## Style check summary No suggestions at this time! -- This is an automated message from the Apache Git Service. To respond to the message, please log on