[GitHub] [mynewt-nimble] bvdberg opened a new pull request, #1268: nrf5340: avoid have 2 interrupts for each IPC message

2022-05-26 Thread GitBox
bvdberg opened a new pull request, #1268: URL: https://github.com/apache/mynewt-nimble/pull/1268 The IPC messages are written in 2 parts: the cmd byte and the rest. It is unneccesary to already interrupt the other core for the first byte, since it will be interrupted by the 2nd write al

[mynewt-site] branch asf-site updated: asf-site update Thu May 26 18:51:52 UTC 2022

2022-05-26 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 c9b495a8b3 asf-site update Thu M

[mynewt-nimble] branch master updated: Init version of python tool for measuring throughput

2022-05-26 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 57e29af5 Init version of python tool for me

[GitHub] [mynewt-nimble] sjanc merged pull request #1267: tools/hci_throughput: Initial version of the HCI throughput tester

2022-05-26 Thread GitBox
sjanc merged PR #1267: URL: https://github.com/apache/mynewt-nimble/pull/1267 -- 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: commits-unsubscr...@mynewt

[mynewt-core] branch master updated: mcu/nrf5340: Increase interrupt stack size

2022-05-26 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 48258b627 mcu/nrf5340: Increase interrupt st

[GitHub] [mynewt-core] kasjer merged pull request #2843: mcu/nrf5340: Increase interrupt stack size

2022-05-26 Thread GitBox
kasjer merged PR #2843: URL: https://github.com/apache/mynewt-core/pull/2843 -- 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: commits-unsubscr...@mynewt.

[GitHub] [mynewt-nimble] apache-mynewt-bot commented on pull request #1267: tools/hci_throughput: Initial version of the HCI throughput tester

2022-05-26 Thread GitBox
apache-mynewt-bot commented on PR #1267: URL: https://github.com/apache/mynewt-nimble/pull/1267#issuecomment-1138629601 ## Style check summary No suggestions at this time! -- This is an automated message from the Apache Git Service. To respond to the message, pl

[GitHub] [mynewt-core] apache-mynewt-bot commented on pull request #2843: mcu/nrf5340: Increase interrupt stack size

2022-05-26 Thread GitBox
apache-mynewt-bot commented on PR #2843: URL: https://github.com/apache/mynewt-core/pull/2843#issuecomment-1138621513 ## Style check summary No suggestions at this time! -- This is an automated message from the Apache Git Service. To respond to the message, plea

[GitHub] [mynewt-nimble] jrotkiewicz commented on pull request #1267: tools/hci_throughput: Initial version of the HCI throughput tester

2022-05-26 Thread GitBox
jrotkiewicz commented on PR #1267: URL: https://github.com/apache/mynewt-nimble/pull/1267#issuecomment-1138606618 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 u

[GitHub] [mynewt-core] kasjer opened a new pull request, #2843: mcu/nrf5340: Increase interrupt stack size

2022-05-26 Thread GitBox
kasjer opened a new pull request, #2843: URL: https://github.com/apache/mynewt-core/pull/2843 512 bytes seems to be insufficient for interrupt stack. Stack increased to 768 bytes. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to Gi

[mynewt-core] branch master updated: nrf5340: avoid have 2 interrupts for each IPC message

2022-05-26 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-core.git The following commit(s) were added to refs/heads/master by this push: new 8310448d1 nrf5340: avoid have 2 interrupts fo

[GitHub] [mynewt-core] sjanc merged pull request #2839: nrf5340: avoid have 2 interrupts for each IPC message

2022-05-26 Thread GitBox
sjanc merged PR #2839: URL: https://github.com/apache/mynewt-core/pull/2839 -- 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: commits-unsubscr...@mynewt.a

[mynewt-nimble] branch master updated: nimble/host/ble_sm: add restriciton for SC Only

2022-05-26 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 edb6a287 nimble/host/ble_sm: add restricito

[GitHub] [mynewt-nimble] sjanc merged pull request #1266: nimble/host/ble_sm: add restriciton for SC Only

2022-05-26 Thread GitBox
sjanc merged PR #1266: URL: https://github.com/apache/mynewt-nimble/pull/1266 -- 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: commits-unsubscr...@mynewt

[GitHub] [mynewt-nimble] KKopyscinski commented on a diff in pull request #1266: nimble/host/ble_sm: add restriciton for SC Only

2022-05-26 Thread GitBox
KKopyscinski commented on code in PR #1266: URL: https://github.com/apache/mynewt-nimble/pull/1266#discussion_r882483765 ## nimble/host/syscfg.yml: ## @@ -104,6 +104,7 @@ syscfg.defs: value: 0 restrictions: - 'BLE_SM_SC_LVL == 4 if 1' +

[mynewt-nimble] branch master updated: apps/bttester: add lost bond event

2022-05-26 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 86c0a665 apps/bttester: add lost bond event

[GitHub] [mynewt-nimble] sjanc merged pull request #1091: apps/bttester: add lost bond event

2022-05-26 Thread GitBox
sjanc merged PR #1091: URL: https://github.com/apache/mynewt-nimble/pull/1091 -- 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: commits-unsubscr...@mynewt

[GitHub] [mynewt-nimble] sjanc merged pull request #1265: host/ble_att_srv: fix ble_att_svr_check_perms for SC Only mode

2022-05-26 Thread GitBox
sjanc merged PR #1265: URL: https://github.com/apache/mynewt-nimble/pull/1265 -- 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: commits-unsubscr...@mynewt

[mynewt-nimble] branch master updated: host/ble_att_srv: fix ble_att_svr_check_perms for SC Only mode

2022-05-26 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 fa0354dd host/ble_att_srv: fix ble_att_svr_

[GitHub] [mynewt-nimble] sjanc commented on a diff in pull request #1266: nimble/host/ble_sm: add restriciton for SC Only

2022-05-26 Thread GitBox
sjanc commented on code in PR #1266: URL: https://github.com/apache/mynewt-nimble/pull/1266#discussion_r882480436 ## nimble/host/syscfg.yml: ## @@ -104,6 +104,7 @@ syscfg.defs: value: 0 restrictions: - 'BLE_SM_SC_LVL == 4 if 1' +- BLE_S