[GitHub] [mynewt-imgmod] ccollins476ad opened a new pull request #10: mfg split: Don't discard trailing 0xff bytes

2020-02-28 Thread GitBox
ccollins476ad opened a new pull request #10: mfg split: Don't discard trailing 0xff bytes URL: https://github.com/apache/mynewt-imgmod/pull/10 The `mfg split` command separates an mfgimg binary into several files, one for each flash area. Prior to this commit, imgmod would strip

[mynewt-imgmod] 05/08: New command: image decrypthw

2020-02-28 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-imgmod.git commit ec8fdbbd990773f05b5f619eeb046310c7c2da20 Author: Christopher Collins AuthorDate: Fri Feb 28 16:26:10 2020

[mynewt-imgmod] 01/08: Pull in latest mynewt-artifact

2020-02-28 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-imgmod.git commit fbb10f8f0c2b76060bbfacff64f415d825ee073b Author: Christopher Collins AuthorDate: Fri Feb 28 16:49:12 2020

[mynewt-imgmod] 04/08: image addsig: Allow sig type to be in hexadecimal

2020-02-28 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-imgmod.git commit 296fca75b9a0504469dd79b2749b1465dc88dd2d Author: Christopher Collins AuthorDate: Fri Feb 28 16:24:28 2020

[GitHub] [mynewt-imgmod] ccollins476ad merged pull request #9: Add some new image commands

2020-02-28 Thread GitBox
ccollins476ad merged pull request #9: Add some new image commands URL: https://github.com/apache/mynewt-imgmod/pull/9 This is an automated message from the Apache Git Service. To respond to the message, please log on to

[mynewt-imgmod] 08/08: New command: image rehash

2020-02-28 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-imgmod.git commit fa5c27974afdf16ae53453446de0449439a11b2f Author: Christopher Collins AuthorDate: Fri Feb 28 16:27:56 2020

[mynewt-imgmod] 03/08: image hashable: Include padding and protected TLVs

2020-02-28 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-imgmod.git commit 9e6ead5589ee76080c961ab86c0f24a0bafd1056 Author: Christopher Collins AuthorDate: Fri Feb 28 16:23:30 2020

[mynewt-imgmod] 06/08: New command: image setbody

2020-02-28 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-imgmod.git commit 14683ca04c0778be383806534ef46d6f8f65e977 Author: Christopher Collins AuthorDate: Fri Feb 28 16:26:41 2020

[mynewt-imgmod] branch master updated (408e217 -> fa5c279)

2020-02-28 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-imgmod.git. from 408e217 .gitignore: Ignore `imgmod` binary new fbb10f8 Pull in latest mynewt-artifact new

[mynewt-imgmod] 07/08: New command: image extractbody

2020-02-28 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-imgmod.git commit 0f5f9eaead163a6fa61fb4ed75613260b60a964b Author: Christopher Collins AuthorDate: Fri Feb 28 16:27:31 2020

[mynewt-imgmod] 02/08: Fix bad copy+paste in help text

2020-02-28 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-imgmod.git commit c8887e4ee5ef34ca7e4554429783d12348e10705 Author: Christopher Collins AuthorDate: Fri Feb 28 16:28:10 2020

[GitHub] [mynewt-imgmod] ccollins476ad opened a new pull request #9: Add some new image commands

2020-02-28 Thread GitBox
ccollins476ad opened a new pull request #9: Add some new image commands URL: https://github.com/apache/mynewt-imgmod/pull/9 ``` decrypthw Decrypts an hardware-encrypted Mynewt image file extractbody Extracts a Mynewt image's body rehash Calculates an image's hash and

[mynewt-artifact] annotated tag v0.0.17 updated (46c91b0 -> ee34a2c)

2020-02-28 Thread ccollins
This is an automated email from the ASF dual-hosted git repository. ccollins pushed a change to annotated tag v0.0.17 in repository https://gitbox.apache.org/repos/asf/mynewt-artifact.git. *** WARNING: tag v0.0.17 was modified! *** from 46c91b0 (commit) to ee34a2c (tag) tagging

[mynewt-artifact] 03/03: manifest: Add flash helper function

2020-02-28 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-artifact.git commit 46c91b0331838f159570616e8c2320b0e9fb5cc9 Author: Christopher Collins AuthorDate: Fri Feb 28 16:06:15 2020

[mynewt-artifact] 01/03: image: Allow CalcHash to accept an initial hash

2020-02-28 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-artifact.git commit dbcedfc3469cf41e6ab5f3fa1e27fd10d911e2d2 Author: Christopher Collins AuthorDate: Fri Feb 28 16:01:54 2020

[mynewt-artifact] branch master updated (85abf95 -> 46c91b0)

2020-02-28 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-artifact.git. from 85abf95 manifest: Add `MfgManifestTarget.Size` field new dbcedfc image: Allow CalcHash to accept

[GitHub] [mynewt-artifact] ccollins476ad merged pull request #22: Functions to decrypt hw-encrypted images

2020-02-28 Thread GitBox
ccollins476ad merged pull request #22: Functions to decrypt hw-encrypted images URL: https://github.com/apache/mynewt-artifact/pull/22 This is an automated message from the Apache Git Service. To respond to the message,

[mynewt-artifact] 02/03: image: Functions to decrypt hw-encrypted images

2020-02-28 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-artifact.git commit c1233d06be5faa00caff00a65ed97d6c9ac2331d Author: Christopher Collins AuthorDate: Fri Feb 21 16:49:05 2020

[GitHub] [mynewt-artifact] ccollins476ad opened a new pull request #22: Functions to decrypt hw-encrypted images

2020-02-28 Thread GitBox
ccollins476ad opened a new pull request #22: Functions to decrypt hw-encrypted images URL: https://github.com/apache/mynewt-artifact/pull/22 "Hardware-encrypted images" are images that run on devices capable of on-the-fly decryption. These images differ from regular encrypted images in

[GitHub] [mynewt-mcumgr] ccollins476ad commented on issue #65: fs_mgmt: Fix file download for Zephyr

2020-02-28 Thread GitBox
ccollins476ad commented on issue #65: fs_mgmt: Fix file download for Zephyr URL: https://github.com/apache/mynewt-mcumgr/pull/65#issuecomment-592579304 Others have already approved this and I don't want to be a nuisance, but I still don't understand why this fix is Zephyr-specific.

[GitHub] [mynewt-mcumgr] mlaz commented on a change in pull request #65: fs_mgmt: Fix file download for Zephyr

2020-02-28 Thread GitBox
mlaz commented on a change in pull request #65: fs_mgmt: Fix file download for Zephyr URL: https://github.com/apache/mynewt-mcumgr/pull/65#discussion_r385768962 ## File path: cmd/fs_mgmt/src/fs_mgmt.c ## @@ -100,9 +101,60 @@ fs_mgmt_file_download(struct mgmt_ctxt *ctxt)

[GitHub] [mynewt-mcumgr] mlaz commented on a change in pull request #65: fs_mgmt: Fix file download for Zephyr

2020-02-28 Thread GitBox
mlaz commented on a change in pull request #65: fs_mgmt: Fix file download for Zephyr URL: https://github.com/apache/mynewt-mcumgr/pull/65#discussion_r385768834 ## File path: cmd/fs_mgmt/src/fs_mgmt.c ## @@ -20,6 +20,7 @@ #include #include #include

[GitHub] [mynewt-nimble] rymanluk commented on a change in pull request #744: Add support for Enhanced LE CoC as per BT 5.2

2020-02-28 Thread GitBox
rymanluk commented on a change in pull request #744: Add support for Enhanced LE CoC as per BT 5.2 URL: https://github.com/apache/mynewt-nimble/pull/744#discussion_r385732728 ## File path: nimble/host/src/ble_l2cap_sig.c ## @@ -609,31 +643,456 @@

[GitHub] [mynewt-nimble] rymanluk commented on a change in pull request #744: Add support for Enhanced LE CoC as per BT 5.2

2020-02-28 Thread GitBox
rymanluk commented on a change in pull request #744: Add support for Enhanced LE CoC as per BT 5.2 URL: https://github.com/apache/mynewt-nimble/pull/744#discussion_r385732827 ## File path: nimble/host/src/ble_l2cap_sig.c ## @@ -609,31 +643,456 @@

[GitHub] [mynewt-nimble] rymanluk commented on a change in pull request #744: Add support for Enhanced LE CoC as per BT 5.2

2020-02-28 Thread GitBox
rymanluk commented on a change in pull request #744: Add support for Enhanced LE CoC as per BT 5.2 URL: https://github.com/apache/mynewt-nimble/pull/744#discussion_r385730896 ## File path: nimble/host/src/ble_l2cap.c ## @@ -155,7 +155,61 @@ ble_l2cap_connect(uint16_t

[GitHub] [mynewt-nimble] rymanluk commented on a change in pull request #744: Add support for Enhanced LE CoC as per BT 5.2

2020-02-28 Thread GitBox
rymanluk commented on a change in pull request #744: Add support for Enhanced LE CoC as per BT 5.2 URL: https://github.com/apache/mynewt-nimble/pull/744#discussion_r385730385 ## File path: nimble/host/src/ble_l2cap.c ## @@ -155,7 +155,61 @@ ble_l2cap_connect(uint16_t

[GitHub] [mynewt-nimble] rymanluk commented on a change in pull request #744: Add support for Enhanced LE CoC as per BT 5.2

2020-02-28 Thread GitBox
rymanluk commented on a change in pull request #744: Add support for Enhanced LE CoC as per BT 5.2 URL: https://github.com/apache/mynewt-nimble/pull/744#discussion_r385729565 ## File path: nimble/host/syscfg.yml ## @@ -118,6 +118,13 @@ syscfg.defs: MSYS

[GitHub] [mynewt-core] apache-mynewt-bot commented on issue #2220: [STM32] Update F4 Cube to 1.24.2

2020-02-28 Thread GitBox
apache-mynewt-bot commented on issue #2220: [STM32] Update F4 Cube to 1.24.2 URL: https://github.com/apache/mynewt-core/pull/2220#issuecomment-592525725 ## Style check summary No suggestions at this time!

[GitHub] [mynewt-core] kasjer opened a new pull request #2220: [STM32] Update F4 Cube to 1.24.2

2020-02-28 Thread GitBox
kasjer opened a new pull request #2220: [STM32] Update F4 Cube to 1.24.2 URL: https://github.com/apache/mynewt-core/pull/2220 Pure 1.24.2 from ST. This is an automated message from the Apache Git Service. To respond to

[GitHub] [mynewt-core] sjanc commented on issue #2125: NRF_CLOCK tinyusb function signature change

2020-02-28 Thread GitBox
sjanc commented on issue #2125: NRF_CLOCK tinyusb function signature change URL: https://github.com/apache/mynewt-core/issues/2125#issuecomment-592477120 Hi,nrfx was updated to 2.1.0 in https://github.com/apache/mynewt-core/pull/2206 Please test if this works for you

[GitHub] [mynewt-core] sjanc commented on issue #2156: Update NRFX to 2.0

2020-02-28 Thread GitBox
sjanc commented on issue #2156: Update NRFX to 2.0 URL: https://github.com/apache/mynewt-core/issues/2156#issuecomment-592476373 https://github.com/apache/mynewt-core/pull/2206 This is an automated message from the Apache Git

[GitHub] [mynewt-core] sjanc closed issue #2156: Update NRFX to 2.0

2020-02-28 Thread GitBox
sjanc closed issue #2156: Update NRFX to 2.0 URL: https://github.com/apache/mynewt-core/issues/2156 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[mynewt-core] branch master updated (e43f996 -> 26a9a52)

2020-02-28 Thread janc
This is an automated email from the ASF dual-hosted git repository. janc pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/mynewt-core.git. from e43f996 [STM32] Add UART2 initialization new e9b5e83 Update NRFX to release 2.0.0 new bcd372f

[mynewt-core] 02/06: hw/drivers/pwm: Update nrf52_pwm for nrfx 2.0.0

2020-02-28 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 commit bcd372f03d97cb9b995dbc20a6d69edd8c03c027 Author: Miguel Azevedo AuthorDate: Fri Nov 22 17:12:06 2019 +

[mynewt-core] 04/06: hw/drivers/adc: Update nrf51_adc driver for nrfx 2.0.0

2020-02-28 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 commit 87ad09ddea808396e7b5743778e954bfa8b41d64 Author: Szymon Janc AuthorDate: Wed Feb 26 15:19:00 2020 +0100

[mynewt-core] 03/06: hw/drivers/adc: Update nrf52_adc driver for nrfx 2.0.0

2020-02-28 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 commit 55dc8b7cc85658da7950d987fa80a6c2ea09d71b Author: Miguel Azevedo AuthorDate: Thu Feb 13 03:35:56 2020 +

[mynewt-core] 06/06: adc_nrf52: Fix buffer size when initializing buffers.

2020-02-28 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 commit 26a9a5263b526f9869b8057a99be0759d601c8b7 Author: Miguel Azevedo AuthorDate: Thu Feb 27 19:28:47 2020 +

[GitHub] [mynewt-core] sjanc merged pull request #2206: Update nrfx to 2.1.0

2020-02-28 Thread GitBox
sjanc merged pull request #2206: Update nrfx to 2.1.0 URL: https://github.com/apache/mynewt-core/pull/2206 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use

[GitHub] [mynewt-nimble] andrzej-kaczmarek opened a new pull request #764: LL GPIO debug

2020-02-28 Thread GitBox
andrzej-kaczmarek opened a new pull request #764: LL GPIO debug URL: https://github.com/apache/mynewt-nimble/pull/764 This is an automated message from the Apache Git Service. To respond to the message, please log on to

[GitHub] [mynewt-nimble] michal-narajowski opened a new pull request #763: travis: Add utility to check missing porting config changes

2020-02-28 Thread GitBox
michal-narajowski opened a new pull request #763: travis: Add utility to check missing porting config changes URL: https://github.com/apache/mynewt-nimble/pull/763 Use porting/update_generated_files.sh script to check if we need to update config files in porting before merging a PR.

[GitHub] [mynewt-core] apache-mynewt-bot commented on issue #2206: Update nrfx to 2.1.0

2020-02-28 Thread GitBox
apache-mynewt-bot commented on issue #2206: Update nrfx to 2.1.0 URL: https://github.com/apache/mynewt-core/pull/2206#issuecomment-592444821 ## Style check summary No suggestions at this time! This

[GitHub] [mynewt-core] apache-mynewt-bot removed a comment on issue #2206: Update nrfx to 2.1.0

2020-02-28 Thread GitBox
apache-mynewt-bot removed a comment on issue #2206: Update nrfx to 2.1.0 URL: https://github.com/apache/mynewt-core/pull/2206#issuecomment-591518452 ## Style check summary No suggestions at this time!

[GitHub] [mynewt-core] sjanc closed pull request #2107: [WIP] Update NRFX to release 2.0.0

2020-02-28 Thread GitBox
sjanc closed pull request #2107: [WIP] Update NRFX to release 2.0.0 URL: https://github.com/apache/mynewt-core/pull/2107 This is an automated message from the Apache Git Service. To respond to the message, please log on to

[GitHub] [mynewt-core] sjanc commented on issue #2107: [WIP] Update NRFX to release 2.0.0

2020-02-28 Thread GitBox
sjanc commented on issue #2107: [WIP] Update NRFX to release 2.0.0 URL: https://github.com/apache/mynewt-core/pull/2107#issuecomment-592429195 will be handled in https://github.com/apache/mynewt-core/pull/2206 This is an

[GitHub] [mynewt-core] apache-mynewt-bot commented on issue #2219: Fix json decoding of empty array

2020-02-28 Thread GitBox
apache-mynewt-bot commented on issue #2219: Fix json decoding of empty array URL: https://github.com/apache/mynewt-core/pull/2219#issuecomment-592409924 ## Style check summary No suggestions at this time!

[GitHub] [mynewt-core] dwld opened a new pull request #2219: Fix json decoding of empty array

2020-02-28 Thread GitBox
dwld opened a new pull request #2219: Fix json decoding of empty array URL: https://github.com/apache/mynewt-core/pull/2219 Without the fix, decoding an empty array leads to JSON_ERR_BADTRAIL. When peek is "positive", the read cursor needs to be forwarded to discard the closing "]".