[GitHub] [mynewt-mcumgr] de-nordic edited a comment on issue #65: fs_mgmt: Fix file download for Zephyr

2020-02-24 Thread GitBox
de-nordic edited a comment on issue #65: fs_mgmt: Fix file download for Zephyr URL: https://github.com/apache/mynewt-mcumgr/pull/65#issuecomment-589605352 Zephyrproject-rtos/mcumgr fork PR review: https://github.com/zephyrproject-rtos/mcumgr/pull/14 Zephyr "umbrella" PR that update

[GitHub] [mynewt-core] apache-mynewt-bot removed a comment on issue #2184: crypto/mbedtls: Enable AES and SECP256R1

2020-02-24 Thread GitBox
apache-mynewt-bot removed a comment on issue #2184: crypto/mbedtls: Enable AES and SECP256R1 URL: https://github.com/apache/mynewt-core/pull/2184#issuecomment-590597959 ## Style check summary ### Our coding style is [here!](https://github.com/apache/mynewt-core/blob/mast

[GitHub] [mynewt-core] apache-mynewt-bot commented on issue #2184: crypto/mbedtls: Enable AES and SECP256R1

2020-02-24 Thread GitBox
apache-mynewt-bot commented on issue #2184: crypto/mbedtls: Enable AES and SECP256R1 URL: https://github.com/apache/mynewt-core/pull/2184#issuecomment-590610221 ## Style check summary No suggestions at this time! -

[GitHub] [mynewt-core] apache-mynewt-bot commented on issue #2204: Dialog 1V8 Power Source

2020-02-24 Thread GitBox
apache-mynewt-bot commented on issue #2204: Dialog 1V8 Power Source URL: https://github.com/apache/mynewt-core/pull/2204#issuecomment-590603963 ## Style check summary No suggestions at this time! Th

[GitHub] [mynewt-core] brolan-juul opened a new pull request #2204: Dialog 1V8 Power Source

2020-02-24 Thread GitBox
brolan-juul opened a new pull request #2204: Dialog 1V8 Power Source URL: https://github.com/apache/mynewt-core/pull/2204 Moving from DCDC to LDO source for 1V8. This will reduce noise on the rail. This is an automated message

[GitHub] [mynewt-core] apache-mynewt-bot removed a comment on issue #2184: crypto/mbedtls: Enable AES and SECP256R1

2020-02-24 Thread GitBox
apache-mynewt-bot removed a comment on issue #2184: crypto/mbedtls: Enable AES and SECP256R1 URL: https://github.com/apache/mynewt-core/pull/2184#issuecomment-584286769 ## Style check summary ### Our coding style is [here!](https://github.com/apache/mynewt-core/blob/mast

[GitHub] [mynewt-core] apache-mynewt-bot commented on issue #2184: crypto/mbedtls: Enable AES and SECP256R1

2020-02-24 Thread GitBox
apache-mynewt-bot commented on issue #2184: crypto/mbedtls: Enable AES and SECP256R1 URL: https://github.com/apache/mynewt-core/pull/2184#issuecomment-590597959 ## Style check summary ### Our coding style is [here!](https://github.com/apache/mynewt-core/blob/master/CODIN

[GitHub] [mynewt-core] nkaje commented on a change in pull request #2184: WIP DONOT MERGE: crypto/mbedtls: Enable AES and SECP256R1

2020-02-24 Thread GitBox
nkaje commented on a change in pull request #2184: WIP DONOT MERGE: crypto/mbedtls: Enable AES and SECP256R1 URL: https://github.com/apache/mynewt-core/pull/2184#discussion_r383569644 ## File path: crypto/mbedtls/syscfg.yml ## @@ -125,6 +125,9 @@ syscfg.defs: MBEDTLS_EN

[GitHub] [mynewt-mcumgr] vrahane merged pull request #66: Fix build_num in image_version string conversion

2020-02-24 Thread GitBox
vrahane merged pull request #66: Fix build_num in image_version string conversion URL: https://github.com/apache/mynewt-mcumgr/pull/66 This is an automated message from the Apache Git Service. To respond to the message, plea

[mynewt-mcumgr] branch master updated: cmd/img_mgmt: Fix cut-paste error in img_mgmt_ver_str() (#66)

2020-02-24 Thread vipulrahane
This is an automated email from the ASF dual-hosted git repository. vipulrahane pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/mynewt-mcumgr.git The following commit(s) were added to refs/heads/master by this push: new ae4659b cmd/img_mgmt: Fix cut-paste

[GitHub] [mynewt-mcumgr] benmccrea opened a new pull request #66: Fix build_num in image_version string conversion

2020-02-24 Thread GitBox
benmccrea opened a new pull request #66: Fix build_num in image_version string conversion URL: https://github.com/apache/mynewt-mcumgr/pull/66 In `img_mgmt_ver_str()`the iv_revision field was getting converted twice instead of iv_build_num, resulting in the incorrect version string output.

[mynewt-core] branch master updated: Fix stm32 cputimer initialization

2020-02-24 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 df6db95 Fix stm32 cputimer initialization d

[GitHub] [mynewt-core] kasjer merged pull request #2202: Fix stm32 cputimer initialization

2020-02-24 Thread GitBox
kasjer merged pull request #2202: Fix stm32 cputimer initialization URL: https://github.com/apache/mynewt-core/pull/2202 This is an automated message from the Apache Git Service. To respond to the message, please log on to Gi

[GitHub] [mynewt-core] apache-mynewt-bot commented on issue #2203: Adding bsp/stm32f411discovery

2020-02-24 Thread GitBox
apache-mynewt-bot commented on issue #2203: Adding bsp/stm32f411discovery URL: https://github.com/apache/mynewt-core/pull/2203#issuecomment-590486413 ## RAT Report (2020-02-24 18:43:18) ## New files with unknown licenses * https://github.com/apache/mynewt-core/blo

[GitHub] [mynewt-core] apache-mynewt-bot commented on issue #2203: Adding bsp/stm32f411discovery

2020-02-24 Thread GitBox
apache-mynewt-bot commented on issue #2203: Adding bsp/stm32f411discovery URL: https://github.com/apache/mynewt-core/pull/2203#issuecomment-590486161 ## Style check summary ### Our coding style is [here!](https://github.com/apache/mynewt-core/blob/master/CODING_STANDARD

[GitHub] [mynewt-core] mlaz opened a new pull request #2203: Adding bsp/stm32f411discovery

2020-02-24 Thread GitBox
mlaz opened a new pull request #2203: Adding bsp/stm32f411discovery URL: https://github.com/apache/mynewt-core/pull/2203 This PR adds support for stm32f411discovery AKA STM32F411E-DISC0 This is an automated message from the

[GitHub] [mynewt-core] apache-mynewt-bot commented on issue #2202: Fix stm32 cputimer initialization

2020-02-24 Thread GitBox
apache-mynewt-bot commented on issue #2202: Fix stm32 cputimer initialization URL: https://github.com/apache/mynewt-core/pull/2202#issuecomment-590456495 ## Style check summary No suggestions at this time! -

[GitHub] [mynewt-core] kasjer opened a new pull request #2202: Fix stm32 cputimer initialization

2020-02-24 Thread GitBox
kasjer opened a new pull request #2202: Fix stm32 cputimer initialization URL: https://github.com/apache/mynewt-core/pull/2202 Peripheral initialization unification cut out cpu timer initialization. So all STM32 BSP are not working correctly. Code: rc = os_cputime_init(MYNEWT_VA

[GitHub] [mynewt-core] apache-mynewt-bot commented on issue #2201: Add base62 encoder/decoder

2020-02-24 Thread GitBox
apache-mynewt-bot commented on issue #2201: Add base62 encoder/decoder URL: https://github.com/apache/mynewt-core/pull/2201#issuecomment-590429337 ## Style check summary ### Our coding style is [here!](https://github.com/apache/mynewt-core/blob/master/CODING_STANDARDS.md)

[GitHub] [mynewt-core] apache-mynewt-bot removed a comment on issue #2201: Add base62 encoder/decoder

2020-02-24 Thread GitBox
apache-mynewt-bot removed a comment on issue #2201: Add base62 encoder/decoder URL: https://github.com/apache/mynewt-core/pull/2201#issuecomment-590396265 ## Style check summary ### Our coding style is [here!](https://github.com/apache/mynewt-core/blob/master/CODING_STAND

[GitHub] [mynewt-core] apache-mynewt-bot commented on issue #2201: Add base62 encoder/decoder

2020-02-24 Thread GitBox
apache-mynewt-bot commented on issue #2201: Add base62 encoder/decoder URL: https://github.com/apache/mynewt-core/pull/2201#issuecomment-590396265 ## Style check summary ### Our coding style is [here!](https://github.com/apache/mynewt-core/blob/master/CODING_STANDARDS.md)

[GitHub] [mynewt-core] apache-mynewt-bot removed a comment on issue #2201: Add base62 encoder/decoder

2020-02-24 Thread GitBox
apache-mynewt-bot removed a comment on issue #2201: Add base62 encoder/decoder URL: https://github.com/apache/mynewt-core/pull/2201#issuecomment-590347675 ## Style check summary ### Our coding style is [here!](https://github.com/apache/mynewt-core/blob/master/CODING_STAND

[GitHub] [mynewt-mcumgr] de-nordic edited a comment on issue #65: fs_mgmt: Fix file download for Zephyr

2020-02-24 Thread GitBox
de-nordic edited a comment on issue #65: fs_mgmt: Fix file download for Zephyr URL: https://github.com/apache/mynewt-mcumgr/pull/65#issuecomment-589605352 Zephyrproject-rtos/mcumgr fork PR review: https://github.com/zephyrproject-rtos/mcumgr/pull/13 Zephyr "umbrella" PR that update

[GitHub] [mynewt-core] de-nordic closed pull request #2200: cborencoder: Add functions calculating size of encoded data

2020-02-24 Thread GitBox
de-nordic closed pull request #2200: cborencoder: Add functions calculating size of encoded data URL: https://github.com/apache/mynewt-core/pull/2200 This is an automated message from the Apache Git Service. To respond to th

[GitHub] [mynewt-core] de-nordic commented on issue #2200: cborencoder: Add functions calculating size of encoded data

2020-02-24 Thread GitBox
de-nordic commented on issue #2200: cborencoder: Add functions calculating size of encoded data URL: https://github.com/apache/mynewt-core/pull/2200#issuecomment-590349010 @vrahane, thanks I have been able to solve problem with use of count encoder. This PR is no longer needed. --

[GitHub] [mynewt-core] apache-mynewt-bot removed a comment on issue #2201: Add base62 encoder/decoder

2020-02-24 Thread GitBox
apache-mynewt-bot removed a comment on issue #2201: Add base62 encoder/decoder URL: https://github.com/apache/mynewt-core/pull/2201#issuecomment-590337594 ## Style check summary ### Our coding style is [here!](https://github.com/apache/mynewt-core/blob/master/CODING_STAND

[GitHub] [mynewt-core] apache-mynewt-bot commented on issue #2201: Add base62 encoder/decoder

2020-02-24 Thread GitBox
apache-mynewt-bot commented on issue #2201: Add base62 encoder/decoder URL: https://github.com/apache/mynewt-core/pull/2201#issuecomment-590347675 ## Style check summary ### Our coding style is [here!](https://github.com/apache/mynewt-core/blob/master/CODING_STANDARDS.md)

[GitHub] [mynewt-core] apache-mynewt-bot removed a comment on issue #2201: Add base62 encoder/decoder

2020-02-24 Thread GitBox
apache-mynewt-bot removed a comment on issue #2201: Add base62 encoder/decoder URL: https://github.com/apache/mynewt-core/pull/2201#issuecomment-590308631 ## Style check summary ### Our coding style is [here!](https://github.com/apache/mynewt-core/blob/master/CODING_STAND

[GitHub] [mynewt-core] apache-mynewt-bot commented on issue #2201: Add base62 encoder/decoder

2020-02-24 Thread GitBox
apache-mynewt-bot commented on issue #2201: Add base62 encoder/decoder URL: https://github.com/apache/mynewt-core/pull/2201#issuecomment-590337594 ## Style check summary ### Our coding style is [here!](https://github.com/apache/mynewt-core/blob/master/CODING_STANDARDS.md)

[GitHub] [mynewt-core] apache-mynewt-bot commented on issue #2201: Add base62 encoder/decoder

2020-02-24 Thread GitBox
apache-mynewt-bot commented on issue #2201: Add base62 encoder/decoder URL: https://github.com/apache/mynewt-core/pull/2201#issuecomment-590308631 ## Style check summary ### Our coding style is [here!](https://github.com/apache/mynewt-core/blob/master/CODING_STANDARDS.md)

[GitHub] [mynewt-core] kasjer opened a new pull request #2201: Add base62 encoder/decoder

2020-02-24 Thread GitBox
kasjer opened a new pull request #2201: Add base62 encoder/decoder URL: https://github.com/apache/mynewt-core/pull/2201 Base62 encoding code and unit tests. This is an automated message from the Apache Git Service. To respond

[GitHub] [mynewt-nimble] andrzej-kaczmarek opened a new pull request #760: nimble/ll: Fix DTM TX scheduling

2020-02-24 Thread GitBox
andrzej-kaczmarek opened a new pull request #760: nimble/ll: Fix DTM TX scheduling URL: https://github.com/apache/mynewt-nimble/pull/760 1st DTM packet does not take scheduler offset into account so actual start time is before RFMGMT enable time and this apparantly makes things go out