[GitHub] [mynewt-nimble] sjanc commented on pull request #1543: Btp refactor

2023-07-19 Thread via GitHub
sjanc commented on PR #1543: URL: https://github.com/apache/mynewt-nimble/pull/1543#issuecomment-1641713080 #AutoPTS run mynewt SM/CEN -- 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] codecoup-tester commented on pull request #1543: Btp refactor

2023-07-19 Thread via GitHub
codecoup-tester commented on PR #1543: URL: https://github.com/apache/mynewt-nimble/pull/1543#issuecomment-1641715151 Scheduled PR #https://github.com/apache/mynewt-nimble/pull/1543#issuecomment-1641713080 after 11:08:52. -- This is an automated message from the Apache Git Service. To

[GitHub] [mynewt-newtmgr] sjanc commented on pull request #193: Allow setting the UART MTU from arguments to utilize larger serial pa…

2023-07-19 Thread via GitHub
sjanc commented on PR #193: URL: https://github.com/apache/mynewt-newtmgr/pull/193#issuecomment-1641711681 Hi, Yes, I plan to do Mynewt 1.11 release soon, hopefully rc1 will be out this month (it is way overdue anyway...) -- This is an automated message from the Apache Git

[GitHub] [mynewt-nimble] codecoup-tester commented on pull request #1543: Btp refactor

2023-07-19 Thread via GitHub
codecoup-tester commented on PR #1543: URL: https://github.com/apache/mynewt-nimble/pull/1543#issuecomment-1641746039 AutoPTS Bot results: No failed test found. Successful testsSM SM/CEN/PROT/BV-01-C PASSSM SM/CEN/JW/BV-05-C PASSSM

[GitHub] [mynewt-nimble] RoshanESP opened a new pull request, #1557: nimble/host : Added leading_space as parameter to os_msys_get_pkthdr

2023-07-19 Thread via GitHub
RoshanESP opened a new pull request, #1557: URL: https://github.com/apache/mynewt-nimble/pull/1557 1. os_msys_get_pkthdr is called without considering the leading space required in the packet. 2. This can lead to BLE_HS_ENOMEM if the packet size is not large enough to accommodate

[GitHub] [mynewt-nimble] KKopyscinski commented on a diff in pull request #1549: nimble: [WIP] Eatt initial implementation

2023-07-19 Thread via GitHub
KKopyscinski commented on code in PR #1549: URL: https://github.com/apache/mynewt-nimble/pull/1549#discussion_r1267669032 ## nimble/host/src/ble_hs.c: ## @@ -734,6 +734,9 @@ ble_hs_init(void) rc = ble_l2cap_init(); SYSINIT_PANIC_ASSERT(rc == 0); +rc =

[GitHub] [mynewt-newtmgr] jakkra commented on pull request #193: Allow setting the UART MTU from arguments to utilize larger serial pa…

2023-07-19 Thread via GitHub
jakkra commented on PR #193: URL: https://github.com/apache/mynewt-newtmgr/pull/193#issuecomment-1641594542 @sjanc is it possible to release a new newtmgr with the few patches that was merged the tast few days? Many very useful things was added. And released to the

[GitHub] [mynewt-nimble] KKopyscinski commented on a diff in pull request #1549: nimble: [WIP] Eatt initial implementation

2023-07-19 Thread via GitHub
KKopyscinski commented on code in PR #1549: URL: https://github.com/apache/mynewt-nimble/pull/1549#discussion_r1267702716 ## nimble/host/src/ble_hs.c: ## @@ -734,6 +734,9 @@ ble_hs_init(void) rc = ble_l2cap_init(); SYSINIT_PANIC_ASSERT(rc == 0); +rc =

[GitHub] [mynewt-nimble] sjanc commented on pull request #1543: Btp refactor

2023-07-19 Thread via GitHub
sjanc commented on PR #1543: URL: https://github.com/apache/mynewt-nimble/pull/1543#issuecomment-1641935835 #AutoPTS run mynewt GAP -- 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

[GitHub] [mynewt-nimble] codecoup-tester commented on pull request #1543: Btp refactor

2023-07-19 Thread via GitHub
codecoup-tester commented on PR #1543: URL: https://github.com/apache/mynewt-nimble/pull/1543#issuecomment-1641936621 Scheduled PR #https://github.com/apache/mynewt-nimble/pull/1543#issuecomment-1641935835 after 13:48:12. -- This is an automated message from the Apache Git Service. To

[GitHub] [mynewt-nimble] sjanc merged pull request #1556: porting/examples: Fix implicit function declaration

2023-07-19 Thread via GitHub
sjanc merged PR #1556: URL: https://github.com/apache/mynewt-nimble/pull/1556 -- 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 merged pull request #1555: porting: Add missing return statement

2023-07-19 Thread via GitHub
sjanc merged PR #1555: URL: https://github.com/apache/mynewt-nimble/pull/1555 -- 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: porting: Add missing return statement

2023-07-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 cc556e97f porting: Add missing return

[mynewt-nimble] branch master updated: porting/examples: Fix implicit function declaration

2023-07-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 28649933a porting/examples: Fix implicit

[GitHub] [mynewt-nimble] sjanc merged pull request #1542: host/hs_log: add doxygen comments for the header file

2023-07-19 Thread via GitHub
sjanc merged PR #1542: URL: https://github.com/apache/mynewt-nimble/pull/1542 -- 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/hs_log: add doxygen comments for the header file

2023-07-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 ea64b6435 host/hs_log: add doxygen

[GitHub] [mynewt-nimble] sjanc merged pull request #1541: host/hs_stop: add doxygen comments for the header file

2023-07-19 Thread via GitHub
sjanc merged PR #1541: URL: https://github.com/apache/mynewt-nimble/pull/1541 -- 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 (b521e2226 -> dd2083a54)

2023-07-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 b521e2226 nimble/host: fix gcc 13 warnings add dd2083a54 host/hs_stop: add doxygen comments for the header

[GitHub] [mynewt-nimble] wpiet opened a new pull request, #1558: host/hs: add doxygen comments for the header file

2023-07-19 Thread via GitHub
wpiet opened a new pull request, #1558: URL: https://github.com/apache/mynewt-nimble/pull/1558 Adds missing macros and structures documentation. -- 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

[mynewt-nimble] branch master updated: nimble/host: fix gcc 13 warnings

2023-07-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 b521e2226 nimble/host: fix gcc 13 warnings

[GitHub] [mynewt-nimble] sjanc merged pull request #1554: Fix gcc 13 warnings

2023-07-19 Thread via GitHub
sjanc merged PR #1554: URL: https://github.com/apache/mynewt-nimble/pull/1554 -- 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] codecoup-tester commented on pull request #1543: Btp refactor

2023-07-19 Thread via GitHub
codecoup-tester commented on PR #1543: URL: https://github.com/apache/mynewt-nimble/pull/1543#issuecomment-1641996755 AutoPTS Bot results: Failed testsGAP GAP/BROB/BCST/BV-01-C BTP ERRORGAP GAP/BROB/BCST/BV-02-C BTP ERRORGAP GAP/BROB/OBSV/BV-01-C

[GitHub] [mynewt-nimble] codecoup-tester commented on pull request #1543: Btp refactor

2023-07-19 Thread via GitHub
codecoup-tester commented on PR #1543: URL: https://github.com/apache/mynewt-nimble/pull/1543#issuecomment-1641781889 Scheduled PR #https://github.com/apache/mynewt-nimble/pull/1543#issuecomment-1641781197 after 11:54:23. -- This is an automated message from the Apache Git Service. To

[GitHub] [mynewt-nimble] codecoup-tester commented on pull request #1543: Btp refactor

2023-07-19 Thread via GitHub
codecoup-tester commented on PR #1543: URL: https://github.com/apache/mynewt-nimble/pull/1543#issuecomment-1641841607 AutoPTS Bot results: Failed testsGAP GAP/BROB/BCST/BV-01-C BTP ERRORGAP GAP/BROB/BCST/BV-02-C BTP ERRORGAP GAP/BROB/OBSV/BV-01-C

[GitHub] [mynewt-nimble] sjanc commented on pull request #1543: Btp refactor

2023-07-19 Thread via GitHub
sjanc commented on PR #1543: URL: https://github.com/apache/mynewt-nimble/pull/1543#issuecomment-1641781197 #AutoPTS run mynewt GAP SM -- 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