[GitHub] [mynewt-nimble] utzig commented on pull request #1261: hci_common.h: added missing offset for VS_CSS cmd

2022-05-16 Thread GitBox
utzig commented on PR #1261: URL: https://github.com/apache/mynewt-nimble/pull/1261#issuecomment-1127994342 ## 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] haukepetersen commented on pull request #1249: porting: fix npl to allow NimBLE version bump in RIOT

2022-05-16 Thread GitBox
haukepetersen commented on PR #1249: URL: https://github.com/apache/mynewt-nimble/pull/1249#issuecomment-1127855966 I guess so, should be building again as soon as the version in RIOT is updated with https://github.com/RIOT-OS/RIOT/pull/18029 -- This is an automated message from the

[GitHub] [mynewt-nimble] jrotkiewicz opened a new pull request, #1261: hci_common.h: added missing offset for VS_CSS cmd

2022-05-16 Thread GitBox
jrotkiewicz opened a new pull request, #1261: URL: https://github.com/apache/mynewt-nimble/pull/1261 @sjanc -- 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

[mynewt-site] branch asf-site updated: asf-site update Mon May 16 15:37:53 UTC 2022

2022-05-16 Thread git-site-role
This is an automated email from the ASF dual-hosted git repository. git-site-role pushed a commit to branch asf-site in repository https://gitbox.apache.org/repos/asf/mynewt-site.git The following commit(s) were added to refs/heads/asf-site by this push: new 4de1c304d9 asf-site update Mon

[mynewt-nimble] branch master updated: ble_ll_hci_vs: find conn function name fix

2022-05-16 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 d11ceccf ble_ll_hci_vs: find conn function

[GitHub] [mynewt-nimble] sjanc merged pull request #1260: ble_ll_hci_vs: find conn function name fix

2022-05-16 Thread GitBox
sjanc merged PR #1260: URL: https://github.com/apache/mynewt-nimble/pull/1260 -- 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-nimble] utzig commented on pull request #1091: apps/bttester: add lost bond event

2022-05-16 Thread GitBox
utzig commented on PR #1091: URL: https://github.com/apache/mynewt-nimble/pull/1091#issuecomment-1127754675 ## 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 #1025: Add pairing complete ev

2022-05-16 Thread GitBox
utzig commented on PR #1025: URL: https://github.com/apache/mynewt-nimble/pull/1025#issuecomment-1127726657 ## 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 #1260: ble_ll_hci_vs: find conn function name fix

2022-05-16 Thread GitBox
utzig commented on PR #1260: URL: https://github.com/apache/mynewt-nimble/pull/1260#issuecomment-1127721360 ## 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] KKopyscinski commented on issue #1239: Nimble supports AutoPTS based on PTS 8.2.2

2022-05-16 Thread GitBox
KKopyscinski commented on issue #1239: URL: https://github.com/apache/mynewt-nimble/issues/1239#issuecomment-1127601838 @sjanc GAP/SEC/AUT/BV-21-C theoretically passes, but let's not rely on PTS bugs and send event to inform Upper Tester about bond loss

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

2022-05-16 Thread GitBox
KKopyscinski commented on PR #1025: URL: https://github.com/apache/mynewt-nimble/pull/1025#issuecomment-1127552738 @rymanluk @sjanc Rebased onto master, it's still required to pass these 4 tests. Retested and these are passing (SM/CEN/KDU/BI-02-C, SM/CEN/KDU/BI-03-C, SM/PER/KDU/BI-02-C,

[GitHub] [mynewt-nimble] KKopyscinski closed pull request #1024: apps/bttester: add command to force pairing

2022-05-16 Thread GitBox
KKopyscinski closed pull request #1024: apps/bttester: add command to force pairing URL: https://github.com/apache/mynewt-nimble/pull/1024 -- 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

[GitHub] [mynewt-nimble] KKopyscinski commented on pull request #1024: apps/bttester: add command to force pairing

2022-05-16 Thread GitBox
KKopyscinski commented on PR #1024: URL: https://github.com/apache/mynewt-nimble/pull/1024#issuecomment-1127529738 No longer needed as of PTS 8.2.2 -- 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

[GitHub] [mynewt-nimble] Kampi commented on issue #1258: Bug: ".../nimble/host/include/host/ble_uuid.h:97:9: error: expected primary-expression before '.' token"

2022-05-16 Thread GitBox
Kampi commented on issue #1258: URL: https://github.com/apache/mynewt-nimble/issues/1258#issuecomment-1127492368 It´s GCC and it should be version 8.4 if I´m correct. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use

[GitHub] [mynewt-nimble] jrotkiewicz opened a new pull request, #1260: ble_ll_hci_vs: find conn function name fix

2022-05-16 Thread GitBox
jrotkiewicz opened a new pull request, #1260: URL: https://github.com/apache/mynewt-nimble/pull/1260 Wrong function call. Function doesn't exist and the build fails. @sjanc @andrzej-kaczmarek -- This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [mynewt-nimble] sjanc merged pull request #1257: nimble/ll: only let ble_ll.c add/remove to ll_evq

2022-05-16 Thread GitBox
sjanc merged PR #1257: URL: https://github.com/apache/mynewt-nimble/pull/1257 -- 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/ll: only let ble_ll.c add/remove to ll_evq

2022-05-16 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 1e63bdb3 nimble/ll: only let ble_ll.c

[GitHub] [mynewt-nimble] sjanc commented on pull request #1249: porting: fix npl to allow NimBLE version bump in RIOT

2022-05-16 Thread GitBox
sjanc commented on PR #1249: URL: https://github.com/apache/mynewt-nimble/pull/1249#issuecomment-1127466224 I assume CI will be fixed once RIOT PR goes in too? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[GitHub] [mynewt-nimble] sjanc commented on pull request #1257: nimble/ll: only let ble_ll.c add/remove to ll_evq

2022-05-16 Thread GitBox
sjanc commented on PR #1257: URL: https://github.com/apache/mynewt-nimble/pull/1257#issuecomment-1127427137 we need to tune it a bit better, this is informative (ie it doesn't block merge) so you may ignore those for now -- This is an automated message from the Apache Git Service. To

[GitHub] [mynewt-nimble] sjanc commented on issue #1258: Bug: ".../nimble/host/include/host/ble_uuid.h:97:9: error: expected primary-expression before '.' token"

2022-05-16 Thread GitBox
sjanc commented on issue #1258: URL: https://github.com/apache/mynewt-nimble/issues/1258#issuecomment-1127414263 but what compiler is used, GCC? clang? and what version -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use

[mynewt-core] 03/03: tinyusb: Add MSC FAT view

2022-05-16 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 commit 3242f580e2ca5788ccb6a76896b302a0dfe85890 Author: Jerzy Kasenberg AuthorDate: Mon Feb 28 09:19:33 2022 +0100

[mynewt-core] 02/03: tinyusb: Fix MSC ep defs

2022-05-16 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 commit 49284ed521990944556a2eef620824f20a0b019b Author: Jerzy Kasenberg AuthorDate: Tue Mar 22 09:15:15 2022 +0100

[mynewt-core] branch master updated (e17c0aa74 -> 3242f580e)

2022-05-16 Thread jerzy
This is an automated email from the ASF dual-hosted git repository. jerzy pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/mynewt-core.git from e17c0aa74 bsp/p-nucleo-wb55-dongle: Update BUTTON_1 in bootloader new fea5b35fa tinyusb: Update MSC

[mynewt-core] 01/03: tinyusb: Update MSC configuration

2022-05-16 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 commit fea5b35fa34cd3418650e63e0c2badbbf085846f Author: Jerzy Kasenberg AuthorDate: Mon Feb 28 09:24:27 2022 +0100

[GitHub] [mynewt-core] kasjer merged pull request #2828: usb msc fat view

2022-05-16 Thread GitBox
kasjer merged PR #2828: URL: https://github.com/apache/mynewt-core/pull/2828 -- 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] kasjer merged pull request #2831: bsp/p-nucleo-wb55-dongle: Update BUTTON_1 in bootloader

2022-05-16 Thread GitBox
kasjer merged PR #2831: URL: https://github.com/apache/mynewt-core/pull/2831 -- 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/p-nucleo-wb55-dongle: Update BUTTON_1 in bootloader

2022-05-16 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 e17c0aa74 bsp/p-nucleo-wb55-dongle: Update

[mynewt-core] branch master updated: mempool: Fix check for duplicate free

2022-05-16 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 6e74628c7 mempool: Fix check for duplicate

[GitHub] [mynewt-core] kasjer merged pull request #2837: mempool: Fix check for duplicate free

2022-05-16 Thread GitBox
kasjer merged PR #2837: URL: https://github.com/apache/mynewt-core/pull/2837 -- 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 (014013fed -> de88dc641)

2022-05-16 Thread jerzy
This is an automated email from the ASF dual-hosted git repository. jerzy pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/mynewt-core.git from 014013fed tinyusb/stm32wb55: Fix MCU type new 127bf6db7 stm32wb: Upgrade ST hal driver to ver 1.10.1

[mynewt-core] 03/03: bsp/p-nucleo-wb55: Updates after ST HAL upgrade to 1.10

2022-05-16 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 commit de88dc641f077fe65393f9a56bd60fe0209c3ff1 Author: Jerzy Kasenberg AuthorDate: Sat Apr 30 11:55:07 2022 +0200

[GitHub] [mynewt-core] kasjer merged pull request #2826: stm32 wb hal upgrade

2022-05-16 Thread GitBox
kasjer merged PR #2826: URL: https://github.com/apache/mynewt-core/pull/2826 -- 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-nimble] Kampi commented on issue #1258: Bug: ".../nimble/host/include/host/ble_uuid.h:97:9: error: expected primary-expression before '.' token"

2022-05-16 Thread GitBox
Kampi commented on issue #1258: URL: https://github.com/apache/mynewt-nimble/issues/1258#issuecomment-1127365922 The bug occurs when compiling NimBLE with the newest version of the esp-idf (`4.4.1`). -- This is an automated message from the Apache Git Service. To respond to the message,

[mynewt-core] branch master updated: tinyusb/stm32wb55: Fix MCU type

2022-05-16 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 014013fed tinyusb/stm32wb55: Fix MCU type

[GitHub] [mynewt-core] kasjer merged pull request #2830: tinyusb/stm32wb55: Fix MCU type

2022-05-16 Thread GitBox
kasjer merged PR #2830: URL: https://github.com/apache/mynewt-core/pull/2830 -- 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-nimble] sjanc commented on issue #1258: Bug: ".../nimble/host/include/host/ble_uuid.h:97:9: error: expected primary-expression before '.' token"

2022-05-16 Thread GitBox
sjanc commented on issue #1258: URL: https://github.com/apache/mynewt-nimble/issues/1258#issuecomment-1127290809 what toolchain is it? -- 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

[GitHub] [mynewt-nimble] bvdberg commented on pull request #1257: nimble/ll: only let ble_ll.c add/remove to ll_evq

2022-05-16 Thread GitBox
bvdberg commented on PR #1257: URL: https://github.com/apache/mynewt-nimble/pull/1257#issuecomment-1127268572 The patch didn't change most of those lines, so why does the Style check fail now? Is there a tool I can use the automatically set the style? (like astyle / clang-format?) --