[GitHub] mkiiskila commented on issue #55: [RFC] Newtmgr shell for COAP

2018-01-02 Thread GitBox
mkiiskila commented on issue #55: [RFC] Newtmgr shell for COAP URL: https://github.com/apache/mynewt-newtmgr/pull/55#issuecomment-354951940 > On Jan 3, 2018, at 9:38 AM, Szymon Janc wrote: > > name it 'interactive mode' to avoid confusion with mynewt shell :) > >

[GitHub] sjanc commented on issue #55: [RFC] Newtmgr shell for COAP

2018-01-02 Thread GitBox
sjanc commented on issue #55: [RFC] Newtmgr shell for COAP URL: https://github.com/apache/mynewt-newtmgr/pull/55#issuecomment-354951714 name it 'interactive mode' to avoid confusion with mynewt shell :) This is an automated me

[mynewt-mcumgr] branch master updated: image management

2018-01-02 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-mcumgr.git The following commit(s) were added to refs/heads/master by this push: new 36a8312 image management 36a8312 is de

[GitHub] wes3 commented on issue #715: os_mempool; block size for memory pool has to allow storage for free ?

2018-01-02 Thread GitBox
wes3 commented on issue #715: os_mempool; block size for memory pool has to allow storage for free ? URL: https://github.com/apache/mynewt-core/pull/715#issuecomment-354887198 I will throw in my two cents here. Well, call it 1c euro :-) I think the user should be able to pass in a value of

[GitHub] andrzej-kaczmarek commented on a change in pull request #715: os_mempool; block size for memory pool has to allow storage for free ?

2018-01-02 Thread GitBox
andrzej-kaczmarek commented on a change in pull request #715: os_mempool; block size for memory pool has to allow storage for free ? URL: https://github.com/apache/mynewt-core/pull/715#discussion_r159265469 ## File path: kernel/os/src/os_mempool.c ## @@ -90,7 +90,7 @@ os_m

[GitHub] mkiiskila commented on a change in pull request #715: os_mempool; block size for memory pool has to allow storage for free ?

2018-01-02 Thread GitBox
mkiiskila commented on a change in pull request #715: os_mempool; block size for memory pool has to allow storage for free ? URL: https://github.com/apache/mynewt-core/pull/715#discussion_r159247726 ## File path: kernel/os/src/os_mempool.c ## @@ -90,7 +90,7 @@ os_mempool_i

[GitHub] utzig commented on issue #115: make master newt version ahead of releases

2018-01-02 Thread GitBox
utzig commented on issue #115: make master newt version ahead of releases URL: https://github.com/apache/mynewt-newt/pull/115#issuecomment-354790573 @placrosse Please rebase! I agree with @ccollins476ad that it would be better to use `Version{1, 3, }` to differentiate from the release v

[mynewt-newt] branch master updated: Add support for Hash config in PBKDF2

2018-01-02 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-newt.git The following commit(s) were added to refs/heads/master by this push: new 27da206 Add support for Hash config in PBKD

[GitHub] utzig closed pull request #119: Fix pbkdf2 hash

2018-01-02 Thread GitBox
utzig closed pull request #119: Fix pbkdf2 hash URL: https://github.com/apache/mynewt-newt/pull/119 This is a PR merged from a forked repository. As GitHub hides the original diff on merge, it is displayed below for the sake of provenance: As this is a foreign pull request (from a fork),

[mynewt-newt] 02/03: Add golang.org/x/crypto/ssh/terminal

2018-01-02 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-newt.git commit aa592109ab53213c8c68de886d065aa140432d64 Author: Fabio Utzig AuthorDate: Wed Dec 20 09:00:36 2017 -0200 Add gol

[mynewt-newt] 02/03: newt: Remove execute permission on generated images

2018-01-02 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-newt.git commit fe9f26e670180220ca33dfb349a4c2b0ad7b2cac Author: David Brown AuthorDate: Wed Nov 22 13:55:00 2017 -0700 newt: R

[mynewt-newt] 03/03: Add golang.org/x/crypto/pbkdf2

2018-01-02 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-newt.git commit 01e336586850b71e27c039d6b130c5d6fd8e0544 Author: Fabio Utzig AuthorDate: Wed Dec 20 09:00:46 2017 -0200 Add gol

[mynewt-newt] branch master updated (9e64e67 -> 01e3365)

2018-01-02 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-newt.git. from 9e64e67 newt: Add support for encrypted private keys new 9fae9fc Update golang.org/x/sys/unix new aa5

[mynewt-newt] 01/03: newt: Add support for PKCS#8 private keys

2018-01-02 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-newt.git commit 5865a265be82eeb43860fb7b023eaf1ab3e059c2 Author: David Brown AuthorDate: Wed Nov 22 13:50:01 2017 -0700 newt: A

[mynewt-newt] 03/03: newt: Add support for encrypted private keys

2018-01-02 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-newt.git commit 9e64e673c6568ffe1e31c101ab3a091eca0e8474 Author: David Brown AuthorDate: Wed Nov 22 15:43:28 2017 -0700 newt: A

[GitHub] utzig closed pull request #108: RFC: Add support for encrypted private keys

2018-01-02 Thread GitBox
utzig closed pull request #108: RFC: Add support for encrypted private keys URL: https://github.com/apache/mynewt-newt/pull/108 This is a PR merged from a forked repository. As GitHub hides the original diff on merge, it is displayed below for the sake of provenance: As this is a foreign

[mynewt-newt] branch master updated (89c59ae -> 9e64e67)

2018-01-02 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-newt.git. from 89c59ae Merge branch '1_3_0_dev' new 5865a26 newt: Add support for PKCS#8 private keys new fe9f26e n

[GitHub] rymanluk commented on a change in pull request #715: os_mempool; block size for memory pool has to allow storage for free ?

2018-01-02 Thread GitBox
rymanluk commented on a change in pull request #715: os_mempool; block size for memory pool has to allow storage for free ? URL: https://github.com/apache/mynewt-core/pull/715#discussion_r159238011 ## File path: kernel/os/src/os_mempool.c ## @@ -90,7 +90,7 @@ os_mempool_in

[GitHub] mkiiskila opened a new pull request #715: os_mempool; block size for memory pool has to allow storage for free ?

2018-01-02 Thread GitBox
mkiiskila opened a new pull request #715: os_mempool; block size for memory pool has to allow storage for free ? URL: https://github.com/apache/mynewt-core/pull/715 ?list linkage. This is an automated message from the Apache

[GitHub] mkiiskila commented on issue #700: kernel/os_mempool: Fix for incorrect check on os_mempool_init

2018-01-02 Thread GitBox
mkiiskila commented on issue #700: kernel/os_mempool: Fix for incorrect check on os_mempool_init URL: https://github.com/apache/mynewt-core/pull/700#issuecomment-354764611 We should take into account linkage to freelist, therefore the size should not be smaller than a pointer. Correct fix

[GitHub] rymanluk commented on a change in pull request #699: Sensors/BMA2XX - New PR based on PR #697 changes

2018-01-02 Thread GitBox
rymanluk commented on a change in pull request #699: Sensors/BMA2XX - New PR based on PR #697 changes URL: https://github.com/apache/mynewt-core/pull/699#discussion_r159202047 ## File path: hw/drivers/sensors/bma2xx/src/bma2xx.c ## @@ -0,0 +1,4940 @@ +/* + * Licensed to th

[GitHub] rymanluk commented on a change in pull request #699: Sensors/BMA2XX - New PR based on PR #697 changes

2018-01-02 Thread GitBox
rymanluk commented on a change in pull request #699: Sensors/BMA2XX - New PR based on PR #697 changes URL: https://github.com/apache/mynewt-core/pull/699#discussion_r158486990 ## File path: hw/drivers/nimble/nrf52/src/ble_phy.c ## @@ -930,6 +930,7 @@ ble_phy_rx_start_isr(v

[GitHub] rymanluk commented on a change in pull request #699: Sensors/BMA2XX - New PR based on PR #697 changes

2018-01-02 Thread GitBox
rymanluk commented on a change in pull request #699: Sensors/BMA2XX - New PR based on PR #697 changes URL: https://github.com/apache/mynewt-core/pull/699#discussion_r159186048 ## File path: hw/bsp/bmd300eval/src/hal_bsp.c ## @@ -192,8 +192,8 @@ hal_bsp_init(void) #endif

[GitHub] rymanluk commented on a change in pull request #699: Sensors/BMA2XX - New PR based on PR #697 changes

2018-01-02 Thread GitBox
rymanluk commented on a change in pull request #699: Sensors/BMA2XX - New PR based on PR #697 changes URL: https://github.com/apache/mynewt-core/pull/699#discussion_r159194143 ## File path: hw/drivers/sensors/bma2xx/src/bma2xx.c ## @@ -0,0 +1,4940 @@ +/* + * Licensed to th

[GitHub] rymanluk commented on a change in pull request #699: Sensors/BMA2XX - New PR based on PR #697 changes

2018-01-02 Thread GitBox
rymanluk commented on a change in pull request #699: Sensors/BMA2XX - New PR based on PR #697 changes URL: https://github.com/apache/mynewt-core/pull/699#discussion_r159202047 ## File path: hw/drivers/sensors/bma2xx/src/bma2xx.c ## @@ -0,0 +1,4940 @@ +/* + * Licensed to th

[GitHub] rymanluk commented on a change in pull request #699: Sensors/BMA2XX - New PR based on PR #697 changes

2018-01-02 Thread GitBox
rymanluk commented on a change in pull request #699: Sensors/BMA2XX - New PR based on PR #697 changes URL: https://github.com/apache/mynewt-core/pull/699#discussion_r159203647 ## File path: hw/sensor/creator/src/sensor_creator.c ## @@ -508,6 +543,51 @@ config_bma253_sensor

[GitHub] rymanluk commented on a change in pull request #699: Sensors/BMA2XX - New PR based on PR #697 changes

2018-01-02 Thread GitBox
rymanluk commented on a change in pull request #699: Sensors/BMA2XX - New PR based on PR #697 changes URL: https://github.com/apache/mynewt-core/pull/699#discussion_r157978091 ## File path: hw/drivers/sensors/bma2xx/pkg.yml ## @@ -0,0 +1,33 @@ +# +# Licensed to the Apache

[GitHub] rymanluk commented on a change in pull request #699: Sensors/BMA2XX - New PR based on PR #697 changes

2018-01-02 Thread GitBox
rymanluk commented on a change in pull request #699: Sensors/BMA2XX - New PR based on PR #697 changes URL: https://github.com/apache/mynewt-core/pull/699#discussion_r159192872 ## File path: hw/sensor/creator/src/sensor_creator.c ## @@ -184,10 +192,37 @@ static struct senso