[GitHub] [mynewt-core] wes3 opened a new pull request #2035: [WIP] DA1469x UART rx pullup

2019-10-10 Thread GitBox
wes3 opened a new pull request #2035: [WIP] DA1469x UART rx pullup URL: https://github.com/apache/mynewt-core/pull/2035 This code will allow a user to configure an internal pullup on the UART rx pin. It is expected that a BSP would set UART_X_RX_ENABLE_PULLUP if there is no external pullup

[mynewt-core] 04/04: stat.gdb: gdb scripts for stats debugging

2019-10-10 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-core.git commit 7b824caf6510e465158b91c1c191f295b77c58bf Author: Christopher Collins AuthorDate: Thu Oct 10 15:34:08 2019 -0700

[mynewt-core] 01/04: mbuf.gdb: mn_msys1_free_print-->mn_msys1_free_list

2019-10-10 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-core.git commit fabc0a00aa103b60f7edcc312e652da82fdc9566 Author: Christopher Collins AuthorDate: Thu Oct 10 12:14:59 2019 -0700

[mynewt-core] branch master updated (f3d0ff2 -> 7b824ca)

2019-10-10 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-core.git. from f3d0ff2 Merge pull request #1917 from vrahane/mcumgr new fabc0a0 mbuf.gdb: mn_msys1_free_print-->mn_msy

[mynewt-core] 02/04: mbuf.gdb: mn_mbuf_pool_dump macro

2019-10-10 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-core.git commit 4a2987d65455c179ff2be5bb6eeef71c66fda804 Author: Christopher Collins AuthorDate: Thu Oct 10 12:18:48 2019 -0700

[mynewt-core] 03/04: mbuf.gdb: mn_msys1_dump

2019-10-10 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-core.git commit 51ca86bfd1d1a4c2cf25f0ed1cb4494e72a0ae86 Author: Christopher Collins AuthorDate: Thu Oct 10 12:19:21 2019 -0700

[GitHub] [mynewt-core] ccollins476ad merged pull request #2034: More gdb script improvements

2019-10-10 Thread GitBox
ccollins476ad merged pull request #2034: More gdb script improvements URL: https://github.com/apache/mynewt-core/pull/2034 This is an automated message from the Apache Git Service. To respond to the message, please log on to

[GitHub] [mynewt-newt] utzig opened a new pull request #339: Update artifact v0.0.5

2019-10-10 Thread GitBox
utzig opened a new pull request #339: Update artifact v0.0.5 URL: https://github.com/apache/mynewt-newt/pull/339 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

[mynewt-artifact] tag v0.0.5 created (now a13c22c)

2019-10-10 Thread utzig
This is an automated email from the ASF dual-hosted git repository. utzig pushed a change to tag v0.0.5 in repository https://gitbox.apache.org/repos/asf/mynewt-artifact.git. at a13c22c (commit) No new revisions were added by this update.

[GitHub] [mynewt-artifact] utzig merged pull request #8: Fix signing with elliptic curves

2019-10-10 Thread GitBox
utzig merged pull request #8: Fix signing with elliptic curves URL: https://github.com/apache/mynewt-artifact/pull/8 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

[mynewt-artifact] branch master updated: Fix signing with elliptic curves

2019-10-10 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-artifact.git The following commit(s) were added to refs/heads/master by this push: new a13c22c Fix signing with elliptic curve

[GitHub] [mynewt-core] vrahane commented on issue #1996: hw/mcu/da1469x: Add support to use trim values from OTP

2019-10-10 Thread GitBox
vrahane commented on issue #1996: hw/mcu/da1469x: Add support to use trim values from OTP URL: https://github.com/apache/mynewt-core/pull/1996#issuecomment-540835174 There are conflicts, can you please resolve those and then we can merge this in. Looks like Marko's comments were addressed.

[GitHub] [mynewt-core] ccollins476ad opened a new pull request #2034: More gdb script improvements

2019-10-10 Thread GitBox
ccollins476ad opened a new pull request #2034: More gdb script improvements URL: https://github.com/apache/mynewt-core/pull/2034 This is an automated message from the Apache Git Service. To respond to the message, please log

[GitHub] [mynewt-artifact] utzig opened a new pull request #8: Fix signing with elliptic curves

2019-10-10 Thread GitBox
utzig opened a new pull request #8: Fix signing with elliptic curves URL: https://github.com/apache/mynewt-artifact/pull/8 1) When using ec256 (aka secp256r1), passes the correct type to the marshalling function. 2) Update to use the standard library for parse the ed25519 PKCS#8 (mus

[GitHub] [mynewt-artifact] agross-korg commented on a change in pull request #7: Add AES-256-CTR capabilities and dependencies

2019-10-10 Thread GitBox
agross-korg commented on a change in pull request #7: Add AES-256-CTR capabilities and dependencies URL: https://github.com/apache/mynewt-artifact/pull/7#discussion_r333745738 ## File path: image/create.go ## @@ -30,6 +30,7 @@ import ( "encoding/binary" "io

[GitHub] [mynewt-artifact] agross-korg commented on a change in pull request #7: Add AES-256-CTR capabilities and dependencies

2019-10-10 Thread GitBox
agross-korg commented on a change in pull request #7: Add AES-256-CTR capabilities and dependencies URL: https://github.com/apache/mynewt-artifact/pull/7#discussion_r333741892 ## File path: image/create.go ## @@ -30,6 +30,7 @@ import ( "encoding/binary" "io

[GitHub] [mynewt-artifact] utzig commented on a change in pull request #7: Add AES-256-CTR capabilities and dependencies

2019-10-10 Thread GitBox
utzig commented on a change in pull request #7: Add AES-256-CTR capabilities and dependencies URL: https://github.com/apache/mynewt-artifact/pull/7#discussion_r333741045 ## File path: image/create.go ## @@ -30,6 +30,7 @@ import ( "encoding/binary" "io/iouti

[GitHub] [mynewt-newt] agross-korg opened a new pull request #338: Add support for hardware encryption features

2019-10-10 Thread GitBox
agross-korg opened a new pull request #338: Add support for hardware encryption features URL: https://github.com/apache/mynewt-newt/pull/338 This patch adds a number of features to support the use of hardware stored encryption keys. Specifically, options to denote header padding, ima

[GitHub] [mynewt-artifact] agross-korg opened a new pull request #7: Add AES-256-CTR capabilities and dependencies

2019-10-10 Thread GitBox
agross-korg opened a new pull request #7: Add AES-256-CTR capabilities and dependencies URL: https://github.com/apache/mynewt-artifact/pull/7 This patch adds the necessary changes to support AES-256-CTR and hw key encryption. In addition, header and image padding have been added to s

[GitHub] [mynewt-core] vrahane closed issue #1871: Port MCUmgr to mynewt-core and remove newtmgr support

2019-10-10 Thread GitBox
vrahane closed issue #1871: Port MCUmgr to mynewt-core and remove newtmgr support URL: https://github.com/apache/mynewt-core/issues/1871 This is an automated message from the Apache Git Service. To respond to the message, pl

[GitHub] [mynewt-core] vrahane commented on issue #1871: Port MCUmgr to mynewt-core and remove newtmgr support

2019-10-10 Thread GitBox
vrahane commented on issue #1871: Port MCUmgr to mynewt-core and remove newtmgr support URL: https://github.com/apache/mynewt-core/issues/1871#issuecomment-540762845 Fixed This is an automated message from the Apache Git Serv

[mynewt-nimble] branch master updated (03110e9 -> 7624744)

2019-10-10 Thread vipulrahane
This is an automated email from the ASF dual-hosted git repository. vipulrahane pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/mynewt-nimble.git. from 03110e9 nimble/host: Fix using windows newlines in source code new 7fa441c apps: Make correspondin

[GitHub] [mynewt-nimble] vrahane merged pull request #577: apps: Make corresponding MCUmgr changes

2019-10-10 Thread GitBox
vrahane merged pull request #577: apps: Make corresponding MCUmgr changes URL: https://github.com/apache/mynewt-nimble/pull/577 This is an automated message from the Apache Git Service. To respond to the message, please log o

[GitHub] [mynewt-nimble] vrahane commented on issue #577: apps: Make corresponding MCUmgr changes

2019-10-10 Thread GitBox
vrahane commented on issue #577: apps: Make corresponding MCUmgr changes URL: https://github.com/apache/mynewt-nimble/pull/577#issuecomment-540737855 @sjanc and @rymanluk can you guys please approve it, made changes as requested ? ---

[GitHub] [mynewt-core] vrahane merged pull request #1917: Use SMP/OMP/MCUmgr, remove newtmgr and change OICMGR to use OMP

2019-10-10 Thread GitBox
vrahane merged pull request #1917: Use SMP/OMP/MCUmgr, remove newtmgr and change OICMGR to use OMP URL: https://github.com/apache/mynewt-core/pull/1917 This is an automated message from the Apache Git Service. To respond to

[mynewt-core] branch master updated (43671ff -> f3d0ff2)

2019-10-10 Thread vipulrahane
This is an automated email from the ASF dual-hosted git repository. vipulrahane pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/mynewt-core.git. from 43671ff mbuf.gdb: Print mbuf header with p/x new aa31f3d mcumgr: initial changes new 42fe238 i

[GitHub] [mynewt-core] vrahane commented on issue #1917: Use SMP/OMP/MCUmgr, remove newtmgr and change OICMGR to use OMP

2019-10-10 Thread GitBox
vrahane commented on issue #1917: Use SMP/OMP/MCUmgr, remove newtmgr and change OICMGR to use OMP URL: https://github.com/apache/mynewt-core/pull/1917#issuecomment-540710919 @mkiiskila Re-adding smp_uart and @kasjer fixing build. ---

[GitHub] [mynewt-core] ccollins476ad commented on issue #2033: newt upgrade failed

2019-10-10 Thread GitBox
ccollins476ad commented on issue #2033: newt upgrade failed URL: https://github.com/apache/mynewt-core/issues/2033#issuecomment-540687312 Thanks @Huihh. I have seen something similar in the past. In my case, a security program running on my computer (zscaler) was automatically terminatin

[mynewt-core] 04/04: mbuf.gdb: Print mbuf header with p/x

2019-10-10 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-core.git commit 43671ff810e94e6b0f175661748f4b07d9d122f5 Author: Christopher Collins AuthorDate: Wed Oct 9 17:40:36 2019 -0700

[mynewt-core] 02/04: mbuf.gdb: Remove "total length" line

2019-10-10 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-core.git commit ccdfb6758503052214868a83008c1a97aa0d5f0c Author: Christopher Collins AuthorDate: Wed Oct 9 17:39:47 2019 -0700

[mynewt-core] 03/04: mbuf.gdb: Print packet header before mbuf header

2019-10-10 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-core.git commit 0d9bea2447f30f511dbdd61208fa22b3118c407b Author: Christopher Collins AuthorDate: Wed Oct 9 17:40:26 2019 -0700

[mynewt-core] branch master updated (e809e7a -> 43671ff)

2019-10-10 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-core.git. from e809e7a hw/mcu/dialog: Improve lpclk notifications new 34899eb mbuf.gdb: Print om_data as hexdump, not

[GitHub] [mynewt-core] ccollins476ad merged pull request #2031: Some improvements to the mbuf.gdb script file

2019-10-10 Thread GitBox
ccollins476ad merged pull request #2031: Some improvements to the mbuf.gdb script file URL: https://github.com/apache/mynewt-core/pull/2031 This is an automated message from the Apache Git Service. To respond to the message,

[mynewt-core] 01/04: mbuf.gdb: Print om_data as hexdump, not int array

2019-10-10 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-core.git commit 34899eb5979e307b056678d9dbd8b7704c8349a9 Author: Christopher Collins AuthorDate: Wed Oct 9 17:37:58 2019 -0700

[mynewt-newt] 04/08: Replace "$ENV" vars in custom command strings

2019-10-10 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 b67f4955e330c6c95f762376f007e09a664c4661 Author: Christopher Collins AuthorDate: Fri Oct 4 14:54:51 2019 -0700

[mynewt-newt] branch master updated (26d6132 -> 35f4af9)

2019-10-10 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 26d6132 repo: print a detailed error when version not found (#337) new 39005b8 rename: post_build --> p

[mynewt-newt] 08/08: Pass pre-link artifacts to linker

2019-10-10 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 35f4af9289a3cb5ffe19d8513c2b55bb72b7f4bd Author: Christopher Collins AuthorDate: Wed Oct 9 15:30:33 2019 -0700

[mynewt-newt] 06/08: Pass environment variables as map[string]string

2019-10-10 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 ec5657770d612abaab60d5d61250a87f0927abb6 Author: Christopher Collins AuthorDate: Fri Oct 4 17:52:55 2019 -0700

[mynewt-newt] 01/08: rename: post_build --> post_link

2019-10-10 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 39005b80a6a034244061898c1b610dd7e4e34a36 Author: Christopher Collins AuthorDate: Fri Oct 4 13:45:34 2019 -0700

[mynewt-newt] 05/08: Export basic env vars in newt process

2019-10-10 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 14e3cd9f5243ac003d6316da3c7b34911e9e313f Author: Christopher Collins AuthorDate: Fri Oct 4 14:41:13 2019 -0700

[mynewt-newt] 07/08: Export more toolchain path env vars

2019-10-10 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 825b29cee649deed283982a5204a431c8453508d Author: Christopher Collins AuthorDate: Tue Oct 8 16:19:29 2019 -0700

[mynewt-newt] 03/08: New environment variable: MYNEWT_NEWT_PATH

2019-10-10 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 f8cc32ba37be99b66b4db3b2d46f401cfeac2df7 Author: Christopher Collins AuthorDate: Fri Oct 4 14:12:00 2019 -0700

[mynewt-newt] 02/08: Execute custom commands from pkg directory

2019-10-10 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 316b566f473f5ce38c33564925c1ca5b135f0284 Author: Christopher Collins AuthorDate: Fri Oct 4 13:57:33 2019 -0700

[GitHub] [mynewt-newt] ccollins476ad merged pull request #336: Fix some issues with per-package custom commands

2019-10-10 Thread GitBox
ccollins476ad merged pull request #336: Fix some issues with per-package custom commands URL: https://github.com/apache/mynewt-newt/pull/336 This is an automated message from the Apache Git Service. To respond to the message

[GitHub] [mynewt-nimble] mnasr93 opened a new pull request #607: nimble/gatt: fix custom notify/indicate to work with proper connection handle

2019-10-10 Thread GitBox
mnasr93 opened a new pull request #607: nimble/gatt: fix custom notify/indicate to work with proper connection handle URL: https://github.com/apache/mynewt-nimble/pull/607 suppose using service that has multiple clients (i.e. ans), and each client has different instance for service charact

[GitHub] [mynewt-core] agross-korg commented on a change in pull request #1993: OTP drivers and scripts

2019-10-10 Thread GitBox
agross-korg commented on a change in pull request #1993: OTP drivers and scripts URL: https://github.com/apache/mynewt-core/pull/1993#discussion_r333590096 ## File path: hw/mcu/dialog/da1469x/include/mcu/da1469x_otp.h ## @@ -0,0 +1,49 @@ +/* + * Licensed to the Apache Softw

[GitHub] [mynewt-core] agross-korg commented on a change in pull request #1993: OTP drivers and scripts

2019-10-10 Thread GitBox
agross-korg commented on a change in pull request #1993: OTP drivers and scripts URL: https://github.com/apache/mynewt-core/pull/1993#discussion_r333583744 ## File path: hw/mcu/dialog/da1469x/include/mcu/da1469x_otp.h ## @@ -0,0 +1,49 @@ +/* + * Licensed to the Apache Softw

[GitHub] [mynewt-core] andrzej-kaczmarek commented on a change in pull request #1993: OTP drivers and scripts

2019-10-10 Thread GitBox
andrzej-kaczmarek commented on a change in pull request #1993: OTP drivers and scripts URL: https://github.com/apache/mynewt-core/pull/1993#discussion_r333492619 ## File path: hw/mcu/dialog/da1469x/include/mcu/da1469x_otp.h ## @@ -0,0 +1,49 @@ +/* + * Licensed to the Apach

[GitHub] [mynewt-core] Huihh opened a new issue #2033: newt upgrade failed

2019-10-10 Thread GitBox
Huihh opened a new issue #2033: newt upgrade failed URL: https://github.com/apache/mynewt-core/issues/2033 Hi, Engineer: Occur below error when I setup mynewt environment with command. Host: unbuntu 18.04 what should I do, Please help me, thanks very mush! xxx@xxx:~/my_wo

[mynewt-core] branch master updated: hw/mcu/dialog: Improve lpclk notifications

2019-10-10 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-core.git The following commit(s) were added to refs/heads/master by this push: new e809e7a hw/mcu/dialog: Improve lpclk notific

[GitHub] [mynewt-core] andrzej-kaczmarek merged pull request #2032: hw/mcu/dialog: Improve lpclk notifications

2019-10-10 Thread GitBox
andrzej-kaczmarek merged pull request #2032: hw/mcu/dialog: Improve lpclk notifications URL: https://github.com/apache/mynewt-core/pull/2032 This is an automated message from the Apache Git Service. To respond to the message

[GitHub] [mynewt-core] andrzej-kaczmarek commented on a change in pull request #2032: hw/mcu/dialog: Improve lpclk notifications

2019-10-10 Thread GitBox
andrzej-kaczmarek commented on a change in pull request #2032: hw/mcu/dialog: Improve lpclk notifications URL: https://github.com/apache/mynewt-core/pull/2032#discussion_r333407182 ## File path: hw/mcu/dialog/da1469x/include/mcu/da1469x_lpclk.h ## @@ -24,9 +24,15 @@ exter

[GitHub] [mynewt-core] kasjer commented on a change in pull request #2032: hw/mcu/dialog: Improve lpclk notifications

2019-10-10 Thread GitBox
kasjer commented on a change in pull request #2032: hw/mcu/dialog: Improve lpclk notifications URL: https://github.com/apache/mynewt-core/pull/2032#discussion_r333402998 ## File path: hw/mcu/dialog/da1469x/include/mcu/da1469x_lpclk.h ## @@ -24,9 +24,15 @@ extern "C" { #e

[GitHub] [mynewt-core] andrzej-kaczmarek opened a new pull request #2032: hw/mcu/dialog: Improve lpclk notifications

2019-10-10 Thread GitBox
andrzej-kaczmarek opened a new pull request #2032: hw/mcu/dialog: Improve lpclk notifications URL: https://github.com/apache/mynewt-core/pull/2032 lpclk notification is now triggered also for RCX and includes current lpclk frequency. If at some point RCX is recalibrated, we can just sent

[GitHub] [mynewt-core] mkiiskila commented on a change in pull request #1917: Use SMP/OMP/MCUmgr, remove newtmgr and change OICMGR to use OMP

2019-10-10 Thread GitBox
mkiiskila commented on a change in pull request #1917: Use SMP/OMP/MCUmgr, remove newtmgr and change OICMGR to use OMP URL: https://github.com/apache/mynewt-core/pull/1917#discussion_r76168 ## File path: mgmt/smp/transport/smp_uart/src/smp_uart.c ## @@ -354,42 +360,42