[GitHub] [mynewt-nimble] wnnwoo commented on a change in pull request #731: update ble_ll_sched_adv_reschedule

2020-02-03 Thread GitBox
wnnwoo commented on a change in pull request #731: update ble_ll_sched_adv_reschedule URL: https://github.com/apache/mynewt-nimble/pull/731#discussion_r374047122 ## File path: nimble/controller/src/ble_ll_sched.c ## @@ -961,20 +966,25 @@ ble_ll_sched_adv_reschedule(struct

[GitHub] [mynewt-nimble] slompf18 opened a new issue #745: Problem connecting - how to read logs?

2020-02-03 Thread GitBox
slompf18 opened a new issue #745: Problem connecting - how to read logs? URL: https://github.com/apache/mynewt-nimble/issues/745 Hi, I'm trying to connect with a Apple Homekit device to a ESP32 using Nimble. I've managed to make the device visible and I see it connects successfully.

[GitHub] [mynewt-core] utzig commented on issue #2175: da1469x: add initial crypto driver

2020-02-03 Thread GitBox
utzig commented on issue #2175: da1469x: add initial crypto driver URL: https://github.com/apache/mynewt-core/pull/2175#issuecomment-581547425 > @agross-korg @nkaje This would be incompatible with using the enc_flash driver for da1469x at the same time; to test this you would need to use

[GitHub] [mynewt-core] ccollins476ad commented on a change in pull request #2175: da1469x: add initial crypto driver

2020-02-03 Thread GitBox
ccollins476ad commented on a change in pull request #2175: da1469x: add initial crypto driver URL: https://github.com/apache/mynewt-core/pull/2175#discussion_r374236065 ## File path: hw/drivers/crypto/crypto_da1469x/src/crypto_da1469x.c ## @@ -0,0 +1,236 @@ +/* + *

[GitHub] [mynewt-core] nkaje commented on a change in pull request #2175: da1469x: add initial crypto driver

2020-02-03 Thread GitBox
nkaje commented on a change in pull request #2175: da1469x: add initial crypto driver URL: https://github.com/apache/mynewt-core/pull/2175#discussion_r374246817 ## File path: hw/drivers/crypto/crypto_da1469x/src/crypto_da1469x.c ## @@ -0,0 +1,232 @@ +/* + * Licensed to

[GitHub] [mynewt-core] agross-korg commented on issue #2175: da1469x: add initial crypto driver

2020-02-03 Thread GitBox
agross-korg commented on issue #2175: da1469x: add initial crypto driver URL: https://github.com/apache/mynewt-core/pull/2175#issuecomment-581557541 one mutex to rule them... This is an automated message from the Apache Git

[mynewt-newt] 01/02: `newt version`: Print all details on one line

2020-02-03 Thread ccollins
This is an automated email from the ASF dual-hosted git repository. ccollins pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/mynewt-newt.git commit b558e21a7f49b893aca1edfc7f0c2a84f686936f Author: Christopher Collins AuthorDate: Mon Jan 27 10:33:36 2020 -0800

[GitHub] [mynewt-newt] ccollins476ad merged pull request #372: `newt info`: Include newt version at top of output

2020-02-03 Thread GitBox
ccollins476ad merged pull request #372: `newt info`: Include newt version at top of output URL: https://github.com/apache/mynewt-newt/pull/372 This is an automated message from the Apache Git Service. To respond to the

[mynewt-newt] 02/02: `newt info`: Include newt version at top of output

2020-02-03 Thread ccollins
This is an automated email from the ASF dual-hosted git repository. ccollins pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/mynewt-newt.git commit d259c398fae3fd8f49fe24102d2ac6b18fa15ad7 Author: Christopher Collins AuthorDate: Mon Jan 27 10:34:49 2020 -0800

[mynewt-newt] branch master updated (9db4d91 -> d259c39)

2020-02-03 Thread ccollins
This is an automated email from the ASF dual-hosted git repository. ccollins pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/mynewt-newt.git. from 9db4d91 Fix downloading repo dependencies new b558e21 `newt version`: Print all details on one line

[GitHub] [mynewt-core] nkaje commented on a change in pull request #2175: da1469x: add initial crypto driver

2020-02-03 Thread GitBox
nkaje commented on a change in pull request #2175: da1469x: add initial crypto driver URL: https://github.com/apache/mynewt-core/pull/2175#discussion_r374259182 ## File path: hw/drivers/crypto/crypto_da1469x/src/crypto_da1469x.c ## @@ -0,0 +1,232 @@ +/* + * Licensed to

[GitHub] [mynewt-core] nkaje commented on a change in pull request #2175: da1469x: add initial crypto driver

2020-02-03 Thread GitBox
nkaje commented on a change in pull request #2175: da1469x: add initial crypto driver URL: https://github.com/apache/mynewt-core/pull/2175#discussion_r374259182 ## File path: hw/drivers/crypto/crypto_da1469x/src/crypto_da1469x.c ## @@ -0,0 +1,232 @@ +/* + * Licensed to

[GitHub] [mynewt-nimble] andrzej-kaczmarek opened a new pull request #746: nimble/phy: Fix timings for LE Coded

2020-02-03 Thread GitBox
andrzej-kaczmarek opened a new pull request #746: nimble/phy: Fix timings for LE Coded URL: https://github.com/apache/mynewt-nimble/pull/746 e8f9ecca changed values for S2 and S8 phy modes. This did not affect LL code since it was using symbols everywhere, however in nRF52 PHY timings

[GitHub] [mynewt-core] ccollins476ad commented on a change in pull request #2175: da1469x: add initial crypto driver

2020-02-03 Thread GitBox
ccollins476ad commented on a change in pull request #2175: da1469x: add initial crypto driver URL: https://github.com/apache/mynewt-core/pull/2175#discussion_r374236065 ## File path: hw/drivers/crypto/crypto_da1469x/src/crypto_da1469x.c ## @@ -0,0 +1,236 @@ +/* + *

[GitHub] [mynewt-core] utzig commented on issue #2175: da1469x: add initial crypto driver

2020-02-03 Thread GitBox
utzig commented on issue #2175: da1469x: add initial crypto driver URL: https://github.com/apache/mynewt-core/pull/2175#issuecomment-581547071 @agross-korg @nkaje This would be incompatible with using the enc_flash driver for da1469x at the same time; to test this you would need to use

[GitHub] [mynewt-core] utzig commented on issue #2175: da1469x: add initial crypto driver

2020-02-03 Thread GitBox
utzig commented on issue #2175: da1469x: add initial crypto driver URL: https://github.com/apache/mynewt-core/pull/2175#issuecomment-581494641 > We need to make sure there aren't any other possible conflicts where people are using the crypto driver somewhere else. I know we use the secure

[GitHub] [mynewt-core] apache-mynewt-bot commented on issue #2174: Updates to crypto_test app; STM32 crypto HW driver; CBC/CTR speed

2020-02-03 Thread GitBox
apache-mynewt-bot commented on issue #2174: Updates to crypto_test app; STM32 crypto HW driver; CBC/CTR speed URL: https://github.com/apache/mynewt-core/pull/2174#issuecomment-581441346 ## Style check summary No suggestions at this time!

[GitHub] [mynewt-core] apache-mynewt-bot removed a comment on issue #2174: Updates to crypto_test app; STM32 crypto HW driver; CBC/CTR speed

2020-02-03 Thread GitBox
apache-mynewt-bot removed a comment on issue #2174: Updates to crypto_test app; STM32 crypto HW driver; CBC/CTR speed URL: https://github.com/apache/mynewt-core/pull/2174#issuecomment-580798808 ## Style check summary ### Our coding style is

[GitHub] [mynewt-nimble] sjanc opened a new pull request #747: nimble/ll: Fix SyncInfo units when no offset is provided

2020-02-03 Thread GitBox
sjanc opened a new pull request #747: nimble/ll: Fix SyncInfo units when no offset is provided URL: https://github.com/apache/mynewt-nimble/pull/747 If periodic advertising event is too far in future to be represented in SyncInfo, offset is set to 0 and units should also not be set.

[mynewt-nimble] branch master updated (b7cbcd5 -> 1c561c3)

2020-02-03 Thread andk
This is an automated email from the ASF dual-hosted git repository. andk pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/mynewt-nimble.git. from b7cbcd5 nimble/ll: Fix HCI checks for periodic advertising add 1c561c3 nimble/phy: Fix timings for LE

[GitHub] [mynewt-nimble] andrzej-kaczmarek merged pull request #746: nimble/phy: Fix timings for LE Coded

2020-02-03 Thread GitBox
andrzej-kaczmarek merged pull request #746: nimble/phy: Fix timings for LE Coded URL: https://github.com/apache/mynewt-nimble/pull/746 This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [mynewt-core] nkaje opened a new pull request #2176: da1469x: support blocks that are not ENC_FLASH_BLK multiples.

2020-02-03 Thread GitBox
nkaje opened a new pull request #2176: da1469x: support blocks that are not ENC_FLASH_BLK multiples. URL: https://github.com/apache/mynewt-core/pull/2176 Support encryption, decryption operation for block lengths != ENC_FLASH_BLK (16) Signed-off-by: Naveen Kaje

[GitHub] [mynewt-core] apache-mynewt-bot commented on issue #2176: da1469x: support blocks that are not ENC_FLASH_BLK multiples.

2020-02-03 Thread GitBox
apache-mynewt-bot commented on issue #2176: da1469x: support blocks that are not ENC_FLASH_BLK multiples. URL: https://github.com/apache/mynewt-core/pull/2176#issuecomment-581718253 ## Style check summary No suggestions at this time!

[GitHub] [mynewt-core] apache-mynewt-bot removed a comment on issue #2176: da1469x: support blocks that are not ENC_FLASH_BLK multiples.

2020-02-03 Thread GitBox
apache-mynewt-bot removed a comment on issue #2176: da1469x: support blocks that are not ENC_FLASH_BLK multiples. URL: https://github.com/apache/mynewt-core/pull/2176#issuecomment-581718253 ## Style check summary No suggestions at this time!

[GitHub] [mynewt-core] apache-mynewt-bot commented on issue #2176: da1469x: support blocks that are not ENC_FLASH_BLK multiples.

2020-02-03 Thread GitBox
apache-mynewt-bot commented on issue #2176: da1469x: support blocks that are not ENC_FLASH_BLK multiples. URL: https://github.com/apache/mynewt-core/pull/2176#issuecomment-581721136 ## Style check summary No suggestions at this time!

[GitHub] [mynewt-nimble] slompf18 commented on issue #745: Problem connecting - how to read logs?

2020-02-03 Thread GitBox
slompf18 commented on issue #745: Problem connecting - how to read logs? URL: https://github.com/apache/mynewt-nimble/issues/745#issuecomment-581777809 For some reason, without change, the next day it worked. ??? This is an

[GitHub] [mynewt-nimble] slompf18 closed issue #745: Problem connecting - how to read logs?

2020-02-03 Thread GitBox
slompf18 closed issue #745: Problem connecting - how to read logs? URL: https://github.com/apache/mynewt-nimble/issues/745 This is an automated message from the Apache Git Service. To respond to the message, please log on to