[GitHub] [mynewt-core] kasjer commented on a change in pull request #2482: Updates to k64f aka kinetis trng driver

2021-02-16 Thread GitBox
kasjer commented on a change in pull request #2482: URL: https://github.com/apache/mynewt-core/pull/2482#discussion_r577373281 ## File path: hw/drivers/trng/trng_kinetis/src/trng_kinetis.c ## @@ -18,7 +18,23 @@ */ #include +#include "os/mynewt.h" + +#if

[GitHub] [mynewt-core] apache-mynewt-bot removed a comment on pull request #2481: da1469x disable dcdc when vbus is present

2021-02-16 Thread GitBox
apache-mynewt-bot removed a comment on pull request #2481: URL: https://github.com/apache/mynewt-core/pull/2481#issuecomment-779904663 ## Style check summary No suggestions at this time! This is

[GitHub] [mynewt-core] apache-mynewt-bot commented on pull request #2481: da1469x disable dcdc when vbus is present

2021-02-16 Thread GitBox
apache-mynewt-bot commented on pull request #2481: URL: https://github.com/apache/mynewt-core/pull/2481#issuecomment-780353083 ## Style check summary No suggestions at this time! This is an

[GitHub] [mynewt-core] kasjer commented on a change in pull request #2481: da1469x disable dcdc when vbus is present

2021-02-16 Thread GitBox
kasjer commented on a change in pull request #2481: URL: https://github.com/apache/mynewt-core/pull/2481#discussion_r577369201 ## File path: hw/drivers/chg_ctrl/da1469x_charger/src/da1469x_charger.c ## @@ -27,6 +27,8 @@ #include #if

[GitHub] [mynewt-core] kasjer commented on a change in pull request #2481: da1469x disable dcdc when vbus is present

2021-02-16 Thread GitBox
kasjer commented on a change in pull request #2481: URL: https://github.com/apache/mynewt-core/pull/2481#discussion_r577369085 ## File path: hw/mcu/dialog/da1469x/src/da1469x_prail.c ## @@ -24,6 +24,9 @@ #include "mcu/da1469x_hal.h" #include "mcu/da1469x_prail.h" #include

[GitHub] [mynewt-core] apache-mynewt-bot removed a comment on pull request #2482: Updates to k64f aka kinetis trng driver

2021-02-16 Thread GitBox
apache-mynewt-bot removed a comment on pull request #2482: URL: https://github.com/apache/mynewt-core/pull/2482#issuecomment-780168681 ## Style check summary No suggestions at this time! This is

[GitHub] [mynewt-core] apache-mynewt-bot commented on pull request #2482: Updates to k64f aka kinetis trng driver

2021-02-16 Thread GitBox
apache-mynewt-bot commented on pull request #2482: URL: https://github.com/apache/mynewt-core/pull/2482#issuecomment-780199210 ## Style check summary No suggestions at this time! This is an

[GitHub] [mynewt-core] utzig merged pull request #2480: Kinetis hash driver updates

2021-02-16 Thread GitBox
utzig merged pull request #2480: URL: https://github.com/apache/mynewt-core/pull/2480 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

[mynewt-core] branch master updated (ab5d874 -> cbf4886)

2021-02-16 Thread utzig
This is an automated email from the ASF dual-hosted git repository. utzig pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/mynewt-core.git. from ab5d874 Merge pull request #2479 from andrzej-kaczmarek/cmac-retain-cm_error_dis_reg new 41c8c40 Rename

[mynewt-core] 01/02: Rename hash_k64f to hash_kinetis

2021-02-16 Thread utzig
This is an automated email from the ASF dual-hosted git repository. utzig pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/mynewt-core.git commit 41c8c40dd9c1c1b5316abc3b5524afb8d533872a Author: Fabio Utzig AuthorDate: Mon Feb 8 12:41:55 2021 -0300 Rename

[mynewt-core] 02/02: Enable HW HASH usage on frdm-k82f board

2021-02-16 Thread utzig
This is an automated email from the ASF dual-hosted git repository. utzig pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/mynewt-core.git commit cbf4886a57ed4fe546302cdf0675ebc37d0cab47 Author: Fabio Utzig AuthorDate: Mon Feb 8 12:42:56 2021 -0300 Enable

[GitHub] [mynewt-core] apache-mynewt-bot commented on pull request #2482: Updates to k64f aka kinetis trng driver

2021-02-16 Thread GitBox
apache-mynewt-bot commented on pull request #2482: URL: https://github.com/apache/mynewt-core/pull/2482#issuecomment-780168681 ## Style check summary No suggestions at this time! This is an

[GitHub] [mynewt-core] utzig opened a new pull request #2482: Updates to k64f aka kinetis trng driver

2021-02-16 Thread GitBox
utzig opened a new pull request #2482: URL: https://github.com/apache/mynewt-core/pull/2482 * trng: k64f: rename to trng_kinetis - This makes it less specific, since the driver should also work on other Kinetis families. * trng: kinetis: update driver for newer families - Older

[mynewt-nimble] branch master updated (ab53154 -> 26ab03d)

2021-02-16 Thread benmccrea
This is an automated email from the ASF dual-hosted git repository. benmccrea pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/mynewt-nimble.git. from ab53154 nimble/porting: sync with core Synchronization of state with core repository. new 69c8991

[GitHub] [mynewt-nimble] benmccrea merged pull request #910: nimble/phy: Fix tx_late handling

2021-02-16 Thread GitBox
benmccrea merged pull request #910: URL: https://github.com/apache/mynewt-nimble/pull/910 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

[mynewt-core] branch master updated: hw/mcu/dialog: Retain CM_ERROR_DIS_REG

2021-02-16 Thread benmccrea
This is an automated email from the ASF dual-hosted git repository. benmccrea 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 f93b8a8 hw/mcu/dialog: Retain

[GitHub] [mynewt-core] benmccrea merged pull request #2479: hw/mcu/dialog: Retain CM_ERROR_DIS_REG

2021-02-16 Thread GitBox
benmccrea merged pull request #2479: URL: https://github.com/apache/mynewt-core/pull/2479 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

[GitHub] [mynewt-core] benmccrea commented on pull request #2479: hw/mcu/dialog: Retain CM_ERROR_DIS_REG

2021-02-16 Thread GitBox
benmccrea commented on pull request #2479: URL: https://github.com/apache/mynewt-core/pull/2479#issuecomment-779942566 LGTM This is an automated message from the Apache Git Service. To respond to the message, please log on

[GitHub] [mynewt-core] andrzej-kaczmarek commented on a change in pull request #2481: da1469x disable dcdc when vbus is present

2021-02-16 Thread GitBox
andrzej-kaczmarek commented on a change in pull request #2481: URL: https://github.com/apache/mynewt-core/pull/2481#discussion_r576908281 ## File path: hw/mcu/dialog/da1469x/src/da1469x_prail.c ## @@ -176,13 +179,21 @@ da1469x_prail_dcdc_restore(void) if

[GitHub] [mynewt-core] apache-mynewt-bot commented on pull request #2481: da1469x disable dcdc when vbus is present

2021-02-16 Thread GitBox
apache-mynewt-bot commented on pull request #2481: URL: https://github.com/apache/mynewt-core/pull/2481#issuecomment-779904663 ## Style check summary No suggestions at this time! This is an

[GitHub] [mynewt-core] kasjer opened a new pull request #2481: da1469x disable dcdc when vbus is present

2021-02-16 Thread GitBox
kasjer opened a new pull request #2481: URL: https://github.com/apache/mynewt-core/pull/2481 DCDC is more efficient then LDO to provide power rails but in case when VBUS (charger) is present, it is actually more efficient from battery point of view to disable DCDC (which is powered by

[GitHub] [mynewt-core] apache-mynewt-bot commented on pull request #2472: MTB in core dump

2021-02-16 Thread GitBox
apache-mynewt-bot commented on pull request #2472: URL: https://github.com/apache/mynewt-core/pull/2472#issuecomment-779865883 ## Style check summary No suggestions at this time! This is an

[GitHub] [mynewt-core] apache-mynewt-bot removed a comment on pull request #2472: MTB in core dump

2021-02-16 Thread GitBox
apache-mynewt-bot removed a comment on pull request #2472: URL: https://github.com/apache/mynewt-core/pull/2472#issuecomment-775023230 ## Style check summary No suggestions at this time! This is

[GitHub] [mynewt-nimble] apache-mynewt-bot commented on pull request #913: Optimize host size

2021-02-16 Thread GitBox
apache-mynewt-bot commented on pull request #913: URL: https://github.com/apache/mynewt-nimble/pull/913#issuecomment-779809233 ## Style check summary ### Our coding style is [here!](https://github.com/apache/mynewt-core/blob/master/CODING_STANDARDS.md)

[GitHub] [mynewt-nimble] apache-mynewt-bot removed a comment on pull request #913: Optimize host size

2021-02-16 Thread GitBox
apache-mynewt-bot removed a comment on pull request #913: URL: https://github.com/apache/mynewt-nimble/pull/913#issuecomment-779785424 ## Style check summary ### Our coding style is [here!](https://github.com/apache/mynewt-core/blob/master/CODING_STANDARDS.md)

[GitHub] [mynewt-nimble] apache-mynewt-bot removed a comment on pull request #913: Optimize host size

2021-02-16 Thread GitBox
apache-mynewt-bot removed a comment on pull request #913: URL: https://github.com/apache/mynewt-nimble/pull/913#issuecomment-779809233 ## Style check summary ### Our coding style is [here!](https://github.com/apache/mynewt-core/blob/master/CODING_STANDARDS.md)

[GitHub] [mynewt-nimble] apache-mynewt-bot commented on pull request #913: Optimize host size

2021-02-16 Thread GitBox
apache-mynewt-bot commented on pull request #913: URL: https://github.com/apache/mynewt-nimble/pull/913#issuecomment-779812240 ## Style check summary ### Our coding style is [here!](https://github.com/apache/mynewt-core/blob/master/CODING_STANDARDS.md)

[GitHub] [mynewt-nimble] KKopyscinski commented on pull request #913: Optimize host size

2021-02-16 Thread GitBox
KKopyscinski commented on pull request #913: URL: https://github.com/apache/mynewt-nimble/pull/913#issuecomment-779792566 this soves https://github.com/apache/mynewt-nimble/issues/224 This is an automated message from the

[GitHub] [mynewt-nimble] apache-mynewt-bot removed a comment on pull request #913: Optimize host size

2021-02-16 Thread GitBox
apache-mynewt-bot removed a comment on pull request #913: URL: https://github.com/apache/mynewt-nimble/pull/913#issuecomment-779682021 ## Style check summary ### Our coding style is [here!](https://github.com/apache/mynewt-core/blob/master/CODING_STANDARDS.md)

[GitHub] [mynewt-nimble] apache-mynewt-bot commented on pull request #913: Optimize host size

2021-02-16 Thread GitBox
apache-mynewt-bot commented on pull request #913: URL: https://github.com/apache/mynewt-nimble/pull/913#issuecomment-779785424 ## Style check summary ### Our coding style is [here!](https://github.com/apache/mynewt-core/blob/master/CODING_STANDARDS.md)

[GitHub] [mynewt-nimble] andrzej-kaczmarek commented on issue #912: Controller: Assertion fail in ble_ll_scan.c with extended advertisings

2021-02-16 Thread GitBox
andrzej-kaczmarek commented on issue #912: URL: https://github.com/apache/mynewt-nimble/issues/912#issuecomment-779752561 @janosbrodbeck instead of coredump you can just dump RAM address area to binary file and attach it with application .elf. We will also try to reproduce this locally

[GitHub] [mynewt-nimble] apache-mynewt-bot commented on pull request #913: Optimize host size

2021-02-16 Thread GitBox
apache-mynewt-bot commented on pull request #913: URL: https://github.com/apache/mynewt-nimble/pull/913#issuecomment-779682021 ## Style check summary ### Our coding style is [here!](https://github.com/apache/mynewt-core/blob/master/CODING_STANDARDS.md)

[GitHub] [mynewt-nimble] apache-mynewt-bot removed a comment on pull request #913: Optimize host size

2021-02-16 Thread GitBox
apache-mynewt-bot removed a comment on pull request #913: URL: https://github.com/apache/mynewt-nimble/pull/913#issuecomment-779641285 ## Style check summary ### Our coding style is [here!](https://github.com/apache/mynewt-core/blob/master/CODING_STANDARDS.md)

[GitHub] [mynewt-mcumgr] greg-leach commented on a change in pull request #112: Bug #18312 Add support for half-floats to MCUMGR

2021-02-16 Thread GitBox
greg-leach commented on a change in pull request #112: URL: https://github.com/apache/mynewt-mcumgr/pull/112#discussion_r576629784 ## File path: cborattr/src/cborattr.c ## @@ -67,6 +67,11 @@ valid_attr_type(CborType ct, CborAttrType at) } break; #if

[GitHub] [mynewt-mcumgr] greg-leach commented on a change in pull request #112: Bug #18312 Add support for half-floats to MCUMGR

2021-02-16 Thread GitBox
greg-leach commented on a change in pull request #112: URL: https://github.com/apache/mynewt-mcumgr/pull/112#discussion_r576629119 ## File path: cborattr/include/cborattr/cborattr.h ## @@ -85,6 +86,9 @@ struct cbor_array_t { struct { double *store;

[GitHub] [mynewt-nimble] KKopyscinski commented on pull request #872: nimble/porting: sync with core

2021-02-16 Thread GitBox
KKopyscinski commented on pull request #872: URL: https://github.com/apache/mynewt-nimble/pull/872#issuecomment-779664413 @btashton https://github.com/apache/mynewt-nimble/pull/915 should fix this. Also, to make sure code won't broke like that in the future, you can add target to