[mynewt-core] 01/01: Merge pull request #833 from mlaz/fix_nrfx_glue

2018-02-21 Thread mlaz
This is an automated email from the ASF dual-hosted git repository. mlaz pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/mynewt-core.git commit fa50ac0deff5b62f18a28e76a5cdb3a8b3c4d242 Merge: 70c6614 6ba05cc Author: Miguel Azevedo

[mynewt-core] branch master updated (70c6614 -> fa50ac0)

2018-02-21 Thread mlaz
This is an automated email from the ASF dual-hosted git repository. mlaz pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/mynewt-core.git. from 70c6614 Merge pull request #832 from rymanluk/fix_flow_ctrl add 6ba05cc fixing sr_from_macro global symbol

[GitHub] mlaz closed pull request #833: fixing sr_from_macro global symbol conflict

2018-02-21 Thread GitBox
mlaz closed pull request #833: fixing sr_from_macro global symbol conflict URL: https://github.com/apache/mynewt-core/pull/833 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] ccollins476ad opened a new pull request #69: bll - Allow OwnAddrType to be specified in linux.

2018-02-21 Thread GitBox
ccollins476ad opened a new pull request #69: bll - Allow OwnAddrType to be specified in linux. URL: https://github.com/apache/mynewt-newtmgr/pull/69 Prior to this commit, newtmgr always used a public address to connect. This commit makes two changes (Linux only): * allows the

[GitHub] mlaz opened a new pull request #836: PWM add cycle interrupt handling to pwm_nrf52 driver

2018-02-21 Thread GitBox
mlaz opened a new pull request #836: PWM add cycle interrupt handling to pwm_nrf52 driver URL: https://github.com/apache/mynewt-core/pull/836 To-Do: - [ ] have the user set interrupt priority - [ ] update pwm_test in order to have this working there

[mynewt-newt] 01/01: Merge pull request #136 from ccollins476ad/rm-newtmgr

2018-02-21 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 d79fedc210acec26e36f5d646b9d6bf16683cc33 Merge: 1c5338c d86ae1b Author: ccollins476ad

[mynewt-newt] 01/01: Merge pull request #137 from ccollins476ad/auto-repos

2018-02-21 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 1c5338c931c0ef1c2224de19d243411fc9e5ef0b Merge: f0c5704 9bc2a45 Author: ccollins476ad

[GitHub] ccollins476ad closed pull request #137: Don't require repo TOC in project.yml

2018-02-21 Thread GitBox
ccollins476ad closed pull request #137: Don't require repo TOC in project.yml URL: https://github.com/apache/mynewt-newt/pull/137 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

[mynewt-newt] branch master updated (1c5338c -> d79fedc)

2018-02-21 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 1c5338c Merge pull request #137 from ccollins476ad/auto-repos add d86ae1b Remove outdated newtmgr from

[mynewt-newt] branch master updated (f0c5704 -> 1c5338c)

2018-02-21 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 f0c5704 Merge pull request #133 from ccollins476ad/lflags add 9bc2a45 Don't require repo TOC in

[GitHub] vrahane opened a new pull request #835: oic: fixing `oc_resource_t` structure arrangement

2018-02-21 Thread GitBox
vrahane opened a new pull request #835: oic: fixing `oc_resource_t` structure arrangement URL: https://github.com/apache/mynewt-core/pull/835 - Because of the enum forward declaration, oc_resource_t arrangement was different for oc_ri.c and oc_core_res.c source files. - This

[GitHub] vrahane opened a new issue #834: oic: fixing `oc_resource_t` structure arrangement which was different for different sources after building

2018-02-21 Thread GitBox
vrahane opened a new issue #834: oic: fixing `oc_resource_t` structure arrangement which was different for different sources after building URL: https://github.com/apache/mynewt-core/issues/834 Issue: This was basically caused because of forward declaration of an enum. Changing this

[GitHub] ccollins476ad closed pull request #68: Remove hardcoded "newtmgr" strings.

2018-02-21 Thread GitBox
ccollins476ad closed pull request #68: Remove hardcoded "newtmgr" strings. URL: https://github.com/apache/mynewt-newtmgr/pull/68 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

[mynewt-newtmgr] 01/01: Merge pull request #67 from ccollins476ad/dbl-shutdown

2018-02-21 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-newtmgr.git commit 1ac17c144c3b2aabc99a9959376566cf73845938 Merge: 9f0b79b 355c9c8 Author: ccollins476ad

[mynewt-newtmgr] 01/01: Merge pull request #68 from ccollins476ad/rm-newtmgr-string

2018-02-21 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-newtmgr.git commit f24b1451bf22c022629cc3447fbca89dc3c78bb6 Merge: 1ac17c1 346002c Author: ccollins476ad

[mynewt-newtmgr] branch master updated (9f0b79b -> 1ac17c1)

2018-02-21 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-newtmgr.git. from 9f0b79b Merge pull request #66 from mkiiskila/coap_delete_payload add 355c9c8 Fix panic when BLE

[mynewt-newtmgr] branch master updated (1ac17c1 -> f24b145)

2018-02-21 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-newtmgr.git. from 1ac17c1 Merge pull request #67 from ccollins476ad/dbl-shutdown add 346002c Remove hardcoded

[GitHub] ccollins476ad closed pull request #67: Fix panic when BLE session is closed twice.

2018-02-21 Thread GitBox
ccollins476ad closed pull request #67: Fix panic when BLE session is closed twice. URL: https://github.com/apache/mynewt-newtmgr/pull/67 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] mlaz opened a new pull request #833: fixing sr_from_macro global symbol conflict

2018-02-21 Thread GitBox
mlaz opened a new pull request #833: fixing sr_from_macro global symbol conflict URL: https://github.com/apache/mynewt-core/pull/833 This PR fixes the Global Symbol Conflict on sr_from_macro This is an automated message from

[GitHub] matthewwarnes commented on a change in pull request #829: add driver for ADXL345 sensor

2018-02-21 Thread GitBox
matthewwarnes commented on a change in pull request #829: add driver for ADXL345 sensor URL: https://github.com/apache/mynewt-core/pull/829#discussion_r169761199 ## File path: hw/drivers/sensors/adxl345/src/adxl345.c ## @@ -0,0 +1,1262 @@ +/* + * Licensed to the Apache

[GitHub] vrahane commented on issue #829: add driver for ADXL345 sensor

2018-02-21 Thread GitBox
vrahane commented on issue #829: add driver for ADXL345 sensor URL: https://github.com/apache/mynewt-core/pull/829#issuecomment-367458263 Sounds good. Support for thresholds and tap detection are quite useful in the Sensor API.

[mynewt-core] branch master updated (1191a1a -> 70c6614)

2018-02-21 Thread rymek
This is an automated email from the ASF dual-hosted git repository. rymek pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/mynewt-core.git. from 1191a1a Merge pull request #830 from andrzej-kaczmarek/fix-min-win-offset add c718e65 native/hal_uart:

[mynewt-core] 01/01: Merge pull request #832 from rymanluk/fix_flow_ctrl

2018-02-21 Thread rymek
This is an automated email from the ASF dual-hosted git repository. rymek pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/mynewt-core.git commit 70c66141028111236e06179ec40e2ee208341522 Merge: 1191a1a c718e65 Author: Ɓukasz Rymanowski

[GitHub] rymanluk closed pull request #832: native/hal_uart: Disable software flow control

2018-02-21 Thread GitBox
rymanluk closed pull request #832: native/hal_uart: Disable software flow control URL: https://github.com/apache/mynewt-core/pull/832 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

[GitHub] andrzej-kaczmarek closed pull request #830: nimble/ll: Fix BLE_LL_CONN_INIT_MIN_WIN_OFFSET

2018-02-21 Thread GitBox
andrzej-kaczmarek closed pull request #830: nimble/ll: Fix BLE_LL_CONN_INIT_MIN_WIN_OFFSET URL: https://github.com/apache/mynewt-core/pull/830 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

[mynewt-core] branch master updated (6d55bf7 -> 1191a1a)

2018-02-21 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 6d55bf7 Merge pull request #828 from wes3/nrf52840_uart add cf8ca1b nimble/ll: Fix

[GitHub] jacobrosenthal commented on issue #831: apps/ble: Fix GATT discovery in some apps

2018-02-21 Thread GitBox
jacobrosenthal commented on issue #831: apps/ble: Fix GATT discovery in some apps URL: https://github.com/apache/mynewt-core/pull/831#issuecomment-367373064 Which for posterity looked like this ``` 000876 [ts=6843696ssb, mod=4 level=0] Command Status: status=0 cmd_pkts=1 ocf=0xd

[GitHub] jacobrosenthal commented on issue #831: apps/ble: Fix GATT discovery in some apps

2018-02-21 Thread GitBox
jacobrosenthal commented on issue #831: apps/ble: Fix GATT discovery in some apps URL: https://github.com/apache/mynewt-core/pull/831#issuecomment-367372562 Confirm this fixes problem I was seeing. This is an automated

[GitHub] jacobrosenthal commented on issue #830: nimble/ll: Fix BLE_LL_CONN_INIT_MIN_WIN_OFFSET

2018-02-21 Thread GitBox
jacobrosenthal commented on issue #830: nimble/ll: Fix BLE_LL_CONN_INIT_MIN_WIN_OFFSET URL: https://github.com/apache/mynewt-core/pull/830#issuecomment-367372589 Confirm this fixes problem I was seeing. This is an automated

[mynewt-core] 01/01: Merge pull request #828 from wes3/nrf52840_uart

2018-02-21 Thread wes3
This is an automated email from the ASF dual-hosted git repository. wes3 pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/mynewt-core.git commit 6d55bf7d9820009c8f22b8e94fa41a9634ec23c6 Merge: 3b58dde be19af0 Author: wes3 AuthorDate: Wed Feb

[GitHub] rymanluk opened a new pull request #832: native/hal_uart: Disable software flow control

2018-02-21 Thread GitBox
rymanluk opened a new pull request #832: native/hal_uart: Disable software flow control URL: https://github.com/apache/mynewt-core/pull/832 This is an automated message from the Apache Git Service. To respond to the

[GitHub] andrzej-kaczmarek opened a new pull request #831: apps/ble: Fix GATT discovery in some apps

2018-02-21 Thread GitBox
andrzej-kaczmarek opened a new pull request #831: apps/ble: Fix GATT discovery in some apps URL: https://github.com/apache/mynewt-core/pull/831 This fixes an issue with GATT discovery in few sample apps which results in an infinite loop with characteristics discovery if peer's

[GitHub] mkiiskila commented on a change in pull request #829: add driver for ADXL345 sensor

2018-02-21 Thread GitBox
mkiiskila commented on a change in pull request #829: add driver for ADXL345 sensor URL: https://github.com/apache/mynewt-core/pull/829#discussion_r169570798 ## File path: hw/drivers/sensors/adxl345/src/adxl345.c ## @@ -0,0 +1,1262 @@ +/* + * Licensed to the Apache

[GitHub] andrzej-kaczmarek commented on issue #830: nimble/ll: Fix BLE_LL_CONN_INIT_MIN_WIN_OFFSET

2018-02-21 Thread GitBox
andrzej-kaczmarek commented on issue #830: nimble/ll: Fix BLE_LL_CONN_INIT_MIN_WIN_OFFSET URL: https://github.com/apache/mynewt-core/pull/830#issuecomment-367254221 @jacobrosenthal This is an automated message from the

[GitHub] andrzej-kaczmarek opened a new pull request #830: nimble/ll: Fix BLE_LL_CONN_INIT_MIN_WIN_OFFSET

2018-02-21 Thread GitBox
andrzej-kaczmarek opened a new pull request #830: nimble/ll: Fix BLE_LL_CONN_INIT_MIN_WIN_OFFSET URL: https://github.com/apache/mynewt-core/pull/830 The code which calculates earliest connection event start does not take BLE_LL_CONN_INIT_MIN_WIN_OFFSET into account, but we still update

[mynewt-newtmgr] branch master updated (214ef2c -> 9f0b79b)

2018-02-21 Thread marko
This is an automated email from the ASF dual-hosted git repository. marko pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/mynewt-newtmgr.git. from 214ef2c Merge pull request #53 from apache/go-ble add 75bfc43 newtmgr; allow payload in CoAP DELETE

[GitHub] mkiiskila closed pull request #66: newtmgr; allow payload in CoAP DELETE

2018-02-21 Thread GitBox
mkiiskila closed pull request #66: newtmgr; allow payload in CoAP DELETE URL: https://github.com/apache/mynewt-newtmgr/pull/66 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