[GitHub] [mynewt-core] apache-mynewt-bot commented on pull request #2870: coremark: Compute number of iteration automatically by default

2022-09-06 Thread GitBox
apache-mynewt-bot commented on PR #2870: URL: https://github.com/apache/mynewt-core/pull/2870#issuecomment-1238694637 ## 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-core] kasjer opened a new pull request, #2870: coremark: Compute number of iteration automatically by default

2022-09-06 Thread GitBox
kasjer opened a new pull request, #2870: URL: https://github.com/apache/mynewt-core/pull/2870 Default value 200 for COREMARK_ITERATIONS is not good enough for most BSP/MCUs. Making default value 0 makes coremark pre-compute number of iterations needed for 10-20s of benchmark time.

[GitHub] [mynewt-core] apache-mynewt-bot commented on pull request #2869: hw/mcu: Add family and series defs to syscfg

2022-09-06 Thread GitBox
apache-mynewt-bot commented on PR #2869: URL: https://github.com/apache/mynewt-core/pull/2869#issuecomment-1238213555 ## 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-core] andrzej-kaczmarek commented on pull request #2869: hw/mcu: Add family and series defs to syscfg

2022-09-06 Thread GitBox
andrzej-kaczmarek commented on PR #2869: URL: https://github.com/apache/mynewt-core/pull/2869#issuecomment-1238210927 creating as a draft for now to think about it more :) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and us

[GitHub] [mynewt-core] andrzej-kaczmarek opened a new pull request, #2869: hw/mcu: Add family and series defs to syscfg

2022-09-06 Thread GitBox
andrzej-kaczmarek opened a new pull request, #2869: URL: https://github.com/apache/mynewt-core/pull/2869 Those allow for conditional configurations to be implemented. It may be possible to retrieve the same information via vendor provided defs in header files, but with syscfg defs we ca

[GitHub] [mynewt-nimble] apache-mynewt-bot commented on pull request #1352: nimble/phy: Add support for variable T_ifs

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

[mynewt-nimble] branch master updated: babblesim: Fix EDTT transport nad target

2022-09-06 Thread andk
This is an automated email from the ASF dual-hosted git repository. andk 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 886597f2 babblesim: Fix EDTT transport nad

[GitHub] [mynewt-nimble] andrzej-kaczmarek merged pull request #1348: babblesim: Fix EDTT transport nad target

2022-09-06 Thread GitBox
andrzej-kaczmarek merged PR #1348: URL: https://github.com/apache/mynewt-nimble/pull/1348 -- 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-unsubs

[mynewt-nimble] branch master updated: nimble/phy/nrf52: Add tx-tx transition

2022-09-06 Thread andk
This is an automated email from the ASF dual-hosted git repository. andk 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 77cf7380 nimble/phy/nrf52: Add tx-tx transi

[GitHub] [mynewt-nimble] andrzej-kaczmarek merged pull request #1350: nimble/phy/nrf52: Add tx-tx transition

2022-09-06 Thread GitBox
andrzej-kaczmarek merged PR #1350: URL: https://github.com/apache/mynewt-nimble/pull/1350 -- 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-unsubs

[mynewt-nimble] branch master updated: nimble/ll: Fix BLE_HCI_OCF_VS_SET_DATA_LEN OCF

2022-09-06 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 f85bbda0 nimble/ll: Fix BLE_HCI_OCF_VS_SET_

[GitHub] [mynewt-nimble] sjanc merged pull request #1351: nimble/ll: Fix BLE_HCI_OCF_VS_SET_DATA_LEN OCF

2022-09-06 Thread GitBox
sjanc merged PR #1351: URL: https://github.com/apache/mynewt-nimble/pull/1351 -- 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] andrzej-kaczmarek opened a new pull request, #1352: nimble/phy: Add support for variable T_ifs

2022-09-06 Thread GitBox
andrzej-kaczmarek opened a new pull request, #1352: URL: https://github.com/apache/mynewt-nimble/pull/1352 This enables APIs to support variable T_ifs in PHY. By default 150us is used but this value can be changed before each transition. After transition value is reset to default so LL

[GitHub] [mynewt-nimble] sjanc opened a new pull request, #1351: nimble/ll: Fix BLE_HCI_OCF_VS_SET_DATA_LEN OCF

2022-09-06 Thread GitBox
sjanc opened a new pull request, #1351: URL: https://github.com/apache/mynewt-nimble/pull/1351 This was duplicating BLE_HCI_OCF_VS_CSS_ENABLE and caused assert on register. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub an

[GitHub] [mynewt-nimble] apache-mynewt-bot commented on pull request #1350: nimble/phy/nrf52: Add tx-tx transition

2022-09-06 Thread GitBox
apache-mynewt-bot commented on PR #1350: URL: https://github.com/apache/mynewt-nimble/pull/1350#issuecomment-1238027425 ## 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-nimble] apache-mynewt-bot commented on pull request #1349: nimble/ll: Add support for custom scheduling items

2022-09-06 Thread GitBox
apache-mynewt-bot commented on PR #1349: URL: https://github.com/apache/mynewt-nimble/pull/1349#issuecomment-1238022494 ## Style check summary ### Our coding style is [here!](https://github.com/apache/mynewt-core/blob/master/CODING_STANDARDS.md) nimble/cont

[GitHub] [mynewt-nimble] apache-mynewt-bot commented on pull request #1348: babblesim: Fix EDTT transport nad target

2022-09-06 Thread GitBox
apache-mynewt-bot commented on PR #1348: URL: https://github.com/apache/mynewt-nimble/pull/1348#issuecomment-1238003697 ## 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-nimble] andrzej-kaczmarek opened a new pull request, #1350: nimble/phy/nrf52: Add tx-tx transition

2022-09-06 Thread GitBox
andrzej-kaczmarek opened a new pull request, #1350: URL: https://github.com/apache/mynewt-nimble/pull/1350 This adds TX-TX transition, initially supported only on nRF52 PHY. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

[GitHub] [mynewt-nimble] andrzej-kaczmarek opened a new pull request, #1349: nimble/ll: Add support for custom scheduling items

2022-09-06 Thread GitBox
andrzej-kaczmarek opened a new pull request, #1349: URL: https://github.com/apache/mynewt-nimble/pull/1349 This adds support for scheduling custom items in NimBLE scheduler. Custom items shall use BLE_LL_SCHED_EXTERNAL type and set LL state to BLE_LL_STATE_EXTERNAL when executing. W

[GitHub] [mynewt-nimble] andrzej-kaczmarek commented on pull request #1348: babblesim: Fix EDTT transport nad target

2022-09-06 Thread GitBox
andrzej-kaczmarek commented on PR #1348: URL: https://github.com/apache/mynewt-nimble/pull/1348#issuecomment-1237910216 @mkasenberg -- 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 c