[mynewt-nimble] branch master updated (0fefae2 -> 6ea7ac3)

2018-10-03 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-nimble.git. from 0fefae2 Beacon's Measured Power as an argument (#202) add 54ec801 host: Clear addresses on reset

[mynewt-nimble] 01/01: Merge pull request #205 from ccollins476ad/ble-hs-id-reset

2018-10-03 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-nimble.git commit 6ea7ac3adf6e26101b90b9d58b6d7aac1ada7603 Merge: 0fefae2 54ec801 Author: ccollins476ad AuthorDate: Wed Oct 3 14:

[GitHub] ccollins476ad closed pull request #205: host: Clear addresses on reset

2018-10-03 Thread GitBox
ccollins476ad closed pull request #205: host: Clear addresses on reset URL: https://github.com/apache/mynewt-nimble/pull/205 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 pul

[GitHub] ccollins476ad opened a new pull request #205: host: Clear addresses on reset

2018-10-03 Thread GitBox
ccollins476ad opened a new pull request #205: host: Clear addresses on reset URL: https://github.com/apache/mynewt-nimble/pull/205 A stack reset causes the controller to forget its random address. Therefore, the host must reconfigure the controller with a random address. Prior to th

[GitHub] utzig opened a new pull request #1443: Travis cache homebrew

2018-10-03 Thread GitBox
utzig opened a new pull request #1443: Travis cache homebrew URL: https://github.com/apache/mynewt-core/pull/1443 Add homebrew package caching and only check for ARM tooling on machines that run ARM builds (must be merged before https://github.com/runtimeco/mynewt-travis-ci/pull/10) -

[GitHub] wes3 commented on issue #1432: Add enable/disable SAADC channel to nordic SDK

2018-10-03 Thread GitBox
wes3 commented on issue #1432: Add enable/disable SAADC channel to nordic SDK URL: https://github.com/apache/mynewt-core/pull/1432#issuecomment-426677918 @andrzej-kaczmarek Yep; spoke to carles about it. He told me what to do. Thanks

[GitHub] andrzej-kaczmarek commented on issue #1432: Add enable/disable SAADC channel to nordic SDK

2018-10-03 Thread GitBox
andrzej-kaczmarek commented on issue #1432: Add enable/disable SAADC channel to nordic SDK URL: https://github.com/apache/mynewt-core/pull/1432#issuecomment-426677556 @wes3 you need to fork and then create PR from that fork :-) --

[GitHub] wes3 commented on issue #1432: Add enable/disable SAADC channel to nordic SDK

2018-10-03 Thread GitBox
wes3 commented on issue #1432: Add enable/disable SAADC channel to nordic SDK URL: https://github.com/apache/mynewt-core/pull/1432#issuecomment-426664999 @carlescufi I may have cloned this incorrectly. Let me check this out. T

[GitHub] wes3 edited a comment on issue #1432: Add enable/disable SAADC channel to nordic SDK

2018-10-03 Thread GitBox
wes3 edited a comment on issue #1432: Add enable/disable SAADC channel to nordic SDK URL: https://github.com/apache/mynewt-core/pull/1432#issuecomment-426664067 remote: Permission to NordicSemiconductor/nrfx.git denied to wes3. fatal: unable to access 'https://github.com/NordicSemiconduc

[GitHub] wes3 commented on issue #1432: Add enable/disable SAADC channel to nordic SDK

2018-10-03 Thread GitBox
wes3 commented on issue #1432: Add enable/disable SAADC channel to nordic SDK URL: https://github.com/apache/mynewt-core/pull/1432#issuecomment-426664067 git push origin nrfx_saadc_chan_helpers remote: Permission to NordicSemiconductor/nrfx.git denied to wes3. fatal: unable to access '

[GitHub] carlescufi commented on issue #1432: Add enable/disable SAADC channel to nordic SDK

2018-10-03 Thread GitBox
carlescufi commented on issue #1432: Add enable/disable SAADC channel to nordic SDK URL: https://github.com/apache/mynewt-core/pull/1432#issuecomment-426663670 @wes3 strange, what error did you get? This is an automated messa

[GitHub] wes3 commented on issue #1432: Add enable/disable SAADC channel to nordic SDK

2018-10-03 Thread GitBox
wes3 commented on issue #1432: Add enable/disable SAADC channel to nordic SDK URL: https://github.com/apache/mynewt-core/pull/1432#issuecomment-426663462 @carlescufi No worries Carles. I did attempt to create a PR but it seems I am not allowed to do so. I obviously do not have the correct p

[GitHub] carlescufi commented on issue #1432: Add enable/disable SAADC channel to nordic SDK

2018-10-03 Thread GitBox
carlescufi commented on issue #1432: Add enable/disable SAADC channel to nordic SDK URL: https://github.com/apache/mynewt-core/pull/1432#issuecomment-426662616 @wes3 sorry, I saw a PR about ADC in nrfx and thought it was this one. I now see it was not.

[GitHub] ccollins476ad commented on issue #10: NFFS can store a valid file-system instance which is unrecoverable after reset.

2018-10-03 Thread GitBox
ccollins476ad commented on issue #10: NFFS can store a valid file-system instance which is unrecoverable after reset. URL: https://github.com/apache/mynewt-nffs/issues/10#issuecomment-426655741 @nvlsianpu , perhaps I just don't understand your proposed solution. During garbage collection,

[GitHub] ccollins476ad commented on a change in pull request #1439: test/runtest: Null-terminate segments of log entry

2018-10-03 Thread GitBox
ccollins476ad commented on a change in pull request #1439: test/runtest: Null-terminate segments of log entry URL: https://github.com/apache/mynewt-core/pull/1439#discussion_r222328142 ## File path: compiler/arm-none-eabi-m4/compiler.yml ## @@ -26,9 +26,9 @@ compiler.path.

[GitHub] ccollins476ad commented on a change in pull request #1439: test/runtest: Null-terminate segments of log entry

2018-10-03 Thread GitBox
ccollins476ad commented on a change in pull request #1439: test/runtest: Null-terminate segments of log entry URL: https://github.com/apache/mynewt-core/pull/1439#discussion_r222327603 ## File path: test/runtest/src/runtest.c ## @@ -165,8 +165,10 @@ runtest_log_result(cons

[GitHub] wes3 commented on issue #1432: Add enable/disable SAADC channel to nordic SDK

2018-10-03 Thread GitBox
wes3 commented on issue #1432: Add enable/disable SAADC channel to nordic SDK URL: https://github.com/apache/mynewt-core/pull/1432#issuecomment-426648562 @carlescufi I am confused. I have not yet submitted the PR to nrfx. Going to do that in a bit.

[GitHub] utzig opened a new pull request #1442: [DO NOT MERGE] Travis integration testing

2018-10-03 Thread GitBox
utzig opened a new pull request #1442: [DO NOT MERGE] Travis integration testing URL: https://github.com/apache/mynewt-core/pull/1442 This is an automated message from the Apache Git Service. To respond to the message, please

[GitHub] utzig closed pull request #1441: [DO NOT MERGE] Travis testing

2018-10-03 Thread GitBox
utzig closed pull request #1441: [DO NOT MERGE] Travis testing URL: https://github.com/apache/mynewt-core/pull/1441 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

[GitHub] utzig opened a new pull request #1441: [DO NOT MERGE] Travis testing

2018-10-03 Thread GitBox
utzig opened a new pull request #1441: [DO NOT MERGE] Travis testing URL: https://github.com/apache/mynewt-core/pull/1441 This is an automated message from the Apache Git Service. To respond to the message, please log on GitH

[GitHub] utzig commented on issue #1440: [DO NOT MERGE] Travis integration testing

2018-10-03 Thread GitBox
utzig commented on issue #1440: [DO NOT MERGE] Travis integration testing URL: https://github.com/apache/mynewt-core/pull/1440#issuecomment-426624045 Oops again... seems like it needs a new branch... This is an automated messa

[GitHub] utzig closed pull request #1440: [DO NOT MERGE] Travis integration testing

2018-10-03 Thread GitBox
utzig closed pull request #1440: [DO NOT MERGE] Travis integration testing URL: https://github.com/apache/mynewt-core/pull/1440 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

[GitHub] utzig opened a new pull request #1440: [DO NOT MERGE] Travis integration testing

2018-10-03 Thread GitBox
utzig opened a new pull request #1440: [DO NOT MERGE] Travis integration testing URL: https://github.com/apache/mynewt-core/pull/1440 Seems like travis looses track of PR changes after some time, so closed #1421 and adding this new one... ---

[GitHub] utzig closed pull request #1421: [DO NOT MERGE] Travis integration testing

2018-10-03 Thread GitBox
utzig closed pull request #1421: [DO NOT MERGE] Travis integration testing URL: https://github.com/apache/mynewt-core/pull/1421 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-mcumgr] branch master updated (a837a73 -> 91a76b9)

2018-10-03 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-mcumgr.git. from a837a73 Merge pull request #7 from carlescufi/zephyr_fixes add 0b0d5a8 image erase: allow only when slot

[GitHub] sjanc closed pull request #11: image erase: allow only when slot image is not backup/pending...

2018-10-03 Thread GitBox
sjanc closed pull request #11: image erase: allow only when slot image is not backup/pending... URL: https://github.com/apache/mynewt-mcumgr/pull/11 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:

[mynewt-mcumgr] 01/01: Merge pull request #11 from nvlsianpu/erase_if_swap_none

2018-10-03 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-mcumgr.git commit 91a76b95b1b81aba06e30ee168e5ee5975cdfe93 Merge: a837a73 0b0d5a8 Author: Szymon Janc AuthorDate: Wed Oct 3 14:39:09

[GitHub] nvlsianpu commented on issue #11: image erase: allow only when slot image is not backup/pending...

2018-10-03 Thread GitBox
nvlsianpu commented on issue #11: image erase: allow only when slot image is not backup/pending... URL: https://github.com/apache/mynewt-mcumgr/pull/11#issuecomment-426621518 @utzig merge? This is an automated message from th

[mynewt-core] branch master updated (e1c42b7 -> 03a7540)

2018-10-03 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 e1c42b7 Merge pull request #1402 from andrzej-kaczmarek/os_arch_in_isr new eed52be Remove gcc-multilib dep

[mynewt-core] 02/02: Install gcc-7-multilib only on `newt test` machine

2018-10-03 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 03a75401a07709b56033a4cf95249526c8b5ca69 Author: Fabio Utzig AuthorDate: Thu Sep 27 16:05:44 2018 -0300 Install

[GitHub] utzig closed pull request #1434: Remove gcc-multilib dependency

2018-10-03 Thread GitBox
utzig closed pull request #1434: Remove gcc-multilib dependency URL: https://github.com/apache/mynewt-core/pull/1434 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 reques

[mynewt-core] 01/02: Remove gcc-multilib dependency

2018-10-03 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 eed52be3b8f13824bcded72f3de27894218f9c4d Author: Fabio Utzig AuthorDate: Thu Sep 27 16:02:50 2018 -0300 Remove

[GitHub] utzig commented on a change in pull request #1439: test/runtest: Null-terminate segments of log entry

2018-10-03 Thread GitBox
utzig commented on a change in pull request #1439: test/runtest: Null-terminate segments of log entry URL: https://github.com/apache/mynewt-core/pull/1439#discussion_r1 ## File path: compiler/arm-none-eabi-m4/compiler.yml ## @@ -26,9 +26,9 @@ compiler.path.objsize:

[mynewt-core] 01/01: Merge pull request #1402 from andrzej-kaczmarek/os_arch_in_isr

2018-10-03 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 commit e1c42b7eb8bfa194a88961c8251b7d315eab35b4 Merge: 1f2c9c7 7c78156 Author: Andrzej Kaczmarek AuthorDate: Wed Oct 3 12:17

[GitHub] andrzej-kaczmarek closed pull request #1402: kernel/os: Add os_arch_in_isr() API

2018-10-03 Thread GitBox
andrzej-kaczmarek closed pull request #1402: kernel/os: Add os_arch_in_isr() API URL: https://github.com/apache/mynewt-core/pull/1402 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 fo

[mynewt-core] branch master updated (1f2c9c7 -> e1c42b7)

2018-10-03 Thread andk
This is an automated email from the ASF dual-hosted git repository. andk pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/mynewt-core.git. from 1f2c9c7 Merge pull request #1438 from andrzej-kaczmarek/battery-mgr-poll add 7c78156 kernel/os: Add os_arc

[GitHub] nvlsianpu commented on issue #10: NFFS can store a valid file-system instance which is unrecoverable after reset.

2018-10-03 Thread GitBox
nvlsianpu commented on issue #10: NFFS can store a valid file-system instance which is unrecoverable after reset. URL: https://github.com/apache/mynewt-nffs/issues/10#issuecomment-426577045 So deleted inode record are not GC properly as i understand - I think if we apply my proposition of

[mynewt-nimble] branch master updated: Beacon's Measured Power as an argument (#202)

2018-10-03 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-nimble.git The following commit(s) were added to refs/heads/master by this push: new 0fefae2 Beacon's Measured Power as an argu

[GitHub] andrzej-kaczmarek closed pull request #202: Beacon's Measured Power as an argument

2018-10-03 Thread GitBox
andrzej-kaczmarek closed pull request #202: Beacon's Measured Power as an argument URL: https://github.com/apache/mynewt-nimble/pull/202 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

[GitHub] andrzej-kaczmarek commented on issue #1402: kernel/os: Add os_arch_in_isr() API

2018-10-03 Thread GitBox
andrzej-kaczmarek commented on issue #1402: kernel/os: Add os_arch_in_isr() API URL: https://github.com/apache/mynewt-core/pull/1402#issuecomment-426567239 can we merge this since there are apparently no suggestions? :-) This

[GitHub] andrzej-kaczmarek commented on a change in pull request #202: Beacon's Measured Power as an argument

2018-10-03 Thread GitBox
andrzej-kaczmarek commented on a change in pull request #202: Beacon's Measured Power as an argument URL: https://github.com/apache/mynewt-nimble/pull/202#discussion_r38517 ## File path: nimble/host/src/ble_ibeacon.c ## @@ -59,13 +60,11 @@ ble_ibeacon_set_adv_data(void

[GitHub] adityaxavier commented on a change in pull request #202: Beacon's Measured Power as an argument

2018-10-03 Thread GitBox
adityaxavier commented on a change in pull request #202: Beacon's Measured Power as an argument URL: https://github.com/apache/mynewt-nimble/pull/202#discussion_r34418 ## File path: nimble/host/src/ble_ibeacon.c ## @@ -59,13 +60,11 @@ ble_ibeacon_set_adv_data(void *uui

[GitHub] adityaxavier commented on a change in pull request #202: Beacon's Measured Power as an argument

2018-10-03 Thread GitBox
adityaxavier commented on a change in pull request #202: Beacon's Measured Power as an argument URL: https://github.com/apache/mynewt-nimble/pull/202#discussion_r34418 ## File path: nimble/host/src/ble_ibeacon.c ## @@ -59,13 +60,11 @@ ble_ibeacon_set_adv_data(void *uui

[GitHub] carlescufi commented on issue #1432: Add enable/disable SAADC channel to nordic SDK

2018-10-03 Thread GitBox
carlescufi commented on issue #1432: Add enable/disable SAADC channel to nordic SDK URL: https://github.com/apache/mynewt-core/pull/1432#issuecomment-426560740 > I did not want to wait for nordic to get this in. Lets get the PR's done and when it gets into an SDK that we import we will rem

[GitHub] rymanluk commented on issue #106: newtmgr: Add "hci, i" option

2018-10-03 Thread GitBox
rymanluk commented on issue #106: newtmgr: Add "hci, i" option URL: https://github.com/apache/mynewt-newtmgr/pull/106#issuecomment-426553900 Since @michal-narajowski patch is merged, this PR updates dependecies with `dep ensure -update github.com/go-ble/ble` ---

[GitHub] andrzej-kaczmarek commented on a change in pull request #202: Beacon's Measured Power as an argument

2018-10-03 Thread GitBox
andrzej-kaczmarek commented on a change in pull request #202: Beacon's Measured Power as an argument URL: https://github.com/apache/mynewt-nimble/pull/202#discussion_r21276 ## File path: nimble/host/src/ble_ibeacon.c ## @@ -59,13 +60,11 @@ ble_ibeacon_set_adv_data(void

[GitHub] andrzej-kaczmarek commented on a change in pull request #202: Beacon's Measured Power as an argument

2018-10-03 Thread GitBox
andrzej-kaczmarek commented on a change in pull request #202: Beacon's Measured Power as an argument URL: https://github.com/apache/mynewt-nimble/pull/202#discussion_r20946 ## File path: nimble/host/include/host/ble_eddystone.h ## @@ -66,6 +66,7 @@ struct ble_hs_adv_fi

[GitHub] andrzej-kaczmarek commented on a change in pull request #202: Beacon's Measured Power as an argument

2018-10-03 Thread GitBox
andrzej-kaczmarek commented on a change in pull request #202: Beacon's Measured Power as an argument URL: https://github.com/apache/mynewt-nimble/pull/202#discussion_r20126 ## File path: apps/btshell/src/cmd.c ## @@ -1752,6 +1753,14 @@ cmd_set_adv_data_or_scan_rsp(int

[GitHub] andrzej-kaczmarek commented on a change in pull request #1439: test/runtest: Null-terminate segments of log entry

2018-10-03 Thread GitBox
andrzej-kaczmarek commented on a change in pull request #1439: test/runtest: Null-terminate segments of log entry URL: https://github.com/apache/mynewt-core/pull/1439#discussion_r14341 ## File path: test/runtest/src/runtest.c ## @@ -165,8 +165,10 @@ runtest_log_result(