[GitHub] jacobrosenthal closed pull request #839: LOG_NEWTMGR sysflag path missing cborattr dependency

2018-02-22 Thread GitBox
jacobrosenthal closed pull request #839: LOG_NEWTMGR sysflag path missing cborattr dependency URL: https://github.com/apache/mynewt-core/pull/839 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-core] branch master updated: LOG_NEWTMGR sysflag path missing cborattr dependency (#839)

2018-02-22 Thread jacobrosenthal
This is an automated email from the ASF dual-hosted git repository. jacobrosenthal 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 19f8858 LOG_NEWTMGR sysflag path

[GitHub] ccollins476ad opened a new pull request #139: Selective install

2018-02-22 Thread GitBox
ccollins476ad opened a new pull request #139: Selective install URL: https://github.com/apache/mynewt-newt/pull/139 Allow install / update / sync of specific repos This commit allows the user to specify a list of repos with the `install`, `update`, and `sync` commands. If no repos

[GitHub] ccollins476ad opened a new pull request #138: newt - Don't abort if setting is redefined.

2018-02-22 Thread GitBox
ccollins476ad opened a new pull request #138: newt - Don't abort if setting is redefined. URL: https://github.com/apache/mynewt-newt/pull/138 Syscfg settings must have unique names. When newt detected two settings with the same name, it would terminate with this error message: ```

[GitHub] mlampert opened a new pull request #840: Feature/stm32f3

2018-02-22 Thread GitBox
mlampert opened a new pull request #840: Feature/stm32f3 URL: https://github.com/apache/mynewt-core/pull/840 Adds support for the STM32F3 family of processors and two of their development boards: - nucleo-f303k8 - nucleo-f303re

[GitHub] mlaz commented on a change in pull request #836: [WIP] PWM add cycle interrupt handling to pwm_nrf52 driver

2018-02-22 Thread GitBox
mlaz commented on a change in pull request #836: [WIP] PWM add cycle interrupt handling to pwm_nrf52 driver URL: https://github.com/apache/mynewt-core/pull/836#discussion_r170148793 ## File path: hw/drivers/pwm/pwm_nrf52/src/pwm_nrf52.c ## @@ -177,9 +249,10 @@

[GitHub] mlaz commented on a change in pull request #836: [WIP] PWM add cycle interrupt handling to pwm_nrf52 driver

2018-02-22 Thread GitBox
mlaz commented on a change in pull request #836: [WIP] PWM add cycle interrupt handling to pwm_nrf52 driver URL: https://github.com/apache/mynewt-core/pull/836#discussion_r170148793 ## File path: hw/drivers/pwm/pwm_nrf52/src/pwm_nrf52.c ## @@ -177,9 +249,10 @@

[GitHub] mlaz commented on a change in pull request #836: [WIP] PWM add cycle interrupt handling to pwm_nrf52 driver

2018-02-22 Thread GitBox
mlaz commented on a change in pull request #836: [WIP] PWM add cycle interrupt handling to pwm_nrf52 driver URL: https://github.com/apache/mynewt-core/pull/836#discussion_r170148793 ## File path: hw/drivers/pwm/pwm_nrf52/src/pwm_nrf52.c ## @@ -177,9 +249,10 @@

[mynewt-nimble] branch new-master updated: nimble: Make this proper external repository

2018-02-22 Thread andk
This is an automated email from the ASF dual-hosted git repository. andk pushed a commit to branch new-master in repository https://gitbox.apache.org/repos/asf/mynewt-nimble.git The following commit(s) were added to refs/heads/new-master by this push: new b886ac3 nimble: Make this proper

[mynewt-nimble] branch new-master created (now c1272bd)

2018-02-22 Thread andk
This is an automated email from the ASF dual-hosted git repository. andk pushed a change to branch new-master in repository https://gitbox.apache.org/repos/asf/mynewt-nimble.git. at c1272bd nimble/ll: Fix BLE_LL_CONN_INIT_MIN_WIN_OFFSET This branch includes the following new commits:

[GitHub] jacobrosenthal opened a new pull request #839: LOG_NEWTMGR sysflag path missing cborattr dependency

2018-02-22 Thread GitBox
jacobrosenthal opened a new pull request #839: LOG_NEWTMGR sysflag path missing cborattr dependency URL: https://github.com/apache/mynewt-core/pull/839 This is an automated message from the Apache Git Service. To respond to

[GitHub] jacobrosenthal opened a new pull request #838: bsp: puckjs

2018-02-22 Thread GitBox
jacobrosenthal opened a new pull request #838: bsp: puckjs URL: https://github.com/apache/mynewt-core/pull/838 We dont have an nrf52 with XTAL_32768_SYNTH so figured Id do it up right and PR it. Fun clean little button/led/ir/nrc design. Check out https://www.puck-js.com and

[mynewt-core] branch master updated: Revert accidental sensor_test app changes

2018-02-22 Thread vipulrahane
This is an automated email from the ASF dual-hosted git repository. vipulrahane 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 15786c7 Revert accidental

[mynewt-core] 01/01: Merge pull request #718 from vrahane/lis2dh12_thresholds_fix

2018-02-22 Thread vipulrahane
This is an automated email from the ASF dual-hosted git repository. vipulrahane pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/mynewt-core.git commit 4e7537bbecf15d0b47adaf52807218ceb12dbedb Merge: a46f286 5cd2eb6 Author: Vipul Rahane

[mynewt-core] branch master updated (a46f286 -> 4e7537b)

2018-02-22 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 a46f286 Merge pull request #831 from andrzej-kaczmarek/app-gatt-discovery-fix add 615e3ce

[GitHub] vrahane closed pull request #718: MYNEWT-881: SensorAPI: Add sensor_clear_high/low_thresh() API and LIS2DH12 set threshold cb fix

2018-02-22 Thread GitBox
vrahane closed pull request #718: MYNEWT-881: SensorAPI: Add sensor_clear_high/low_thresh() API and LIS2DH12 set threshold cb fix URL: https://github.com/apache/mynewt-core/pull/718 This is a PR merged from a forked repository. As GitHub hides the original diff on merge, it is displayed

[GitHub] mlaz commented on a change in pull request #822: Adding int/float easing library

2018-02-22 Thread GitBox
mlaz commented on a change in pull request #822: Adding int/float easing library URL: https://github.com/apache/mynewt-core/pull/822#discussion_r170067285 ## File path: util/easing/pkg.yml ## @@ -0,0 +1,28 @@ +# +# Licensed to the Apache Software Foundation (ASF) under one

[GitHub] mlaz commented on a change in pull request #822: Adding int/float easing library

2018-02-22 Thread GitBox
mlaz commented on a change in pull request #822: Adding int/float easing library URL: https://github.com/apache/mynewt-core/pull/822#discussion_r170066465 ## File path: util/easing/pkg.yml ## @@ -0,0 +1,28 @@ +# +# Licensed to the Apache Software Foundation (ASF) under one

[GitHub] ccollins476ad commented on a change in pull request #822: Adding int/float easing library

2018-02-22 Thread GitBox
ccollins476ad commented on a change in pull request #822: Adding int/float easing library URL: https://github.com/apache/mynewt-core/pull/822#discussion_r170065278 ## File path: util/easing/pkg.yml ## @@ -0,0 +1,28 @@ +# +# Licensed to the Apache Software Foundation (ASF)

[GitHub] ccollins476ad commented on a change in pull request #822: Adding int/float easing library

2018-02-22 Thread GitBox
ccollins476ad commented on a change in pull request #822: Adding int/float easing library URL: https://github.com/apache/mynewt-core/pull/822#discussion_r170065278 ## File path: util/easing/pkg.yml ## @@ -0,0 +1,28 @@ +# +# Licensed to the Apache Software Foundation (ASF)

[GitHub] ccollins476ad commented on a change in pull request #836: [WIP] PWM add cycle interrupt handling to pwm_nrf52 driver

2018-02-22 Thread GitBox
ccollins476ad commented on a change in pull request #836: [WIP] PWM add cycle interrupt handling to pwm_nrf52 driver URL: https://github.com/apache/mynewt-core/pull/836#discussion_r170064494 ## File path: hw/drivers/pwm/pwm_nrf52/src/pwm_nrf52.c ## @@ -177,9 +249,10 @@

[GitHub] mlaz commented on a change in pull request #822: Adding int/float easing library

2018-02-22 Thread GitBox
mlaz commented on a change in pull request #822: Adding int/float easing library URL: https://github.com/apache/mynewt-core/pull/822#discussion_r170061640 ## File path: util/easing/pkg.yml ## @@ -0,0 +1,28 @@ +# +# Licensed to the Apache Software Foundation (ASF) under one

[GitHub] mlaz commented on a change in pull request #822: Adding int/float easing library

2018-02-22 Thread GitBox
mlaz commented on a change in pull request #822: Adding int/float easing library URL: https://github.com/apache/mynewt-core/pull/822#discussion_r170061640 ## File path: util/easing/pkg.yml ## @@ -0,0 +1,28 @@ +# +# Licensed to the Apache Software Foundation (ASF) under one

[GitHub] utzig commented on issue #822: Adding int/float easing library

2018-02-22 Thread GitBox
utzig commented on issue #822: Adding int/float easing library URL: https://github.com/apache/mynewt-core/pull/822#issuecomment-367782401 It probably needs a `-lm` somewhere. This is an automated message from the Apache Git

[GitHub] mlaz commented on a change in pull request #836: [WIP] PWM add cycle interrupt handling to pwm_nrf52 driver

2018-02-22 Thread GitBox
mlaz commented on a change in pull request #836: [WIP] PWM add cycle interrupt handling to pwm_nrf52 driver URL: https://github.com/apache/mynewt-core/pull/836#discussion_r170050146 ## File path: hw/drivers/pwm/pwm_nrf52/src/pwm_nrf52.c ## @@ -177,9 +249,10 @@

[GitHub] jacobrosenthal commented on issue #822: Adding int/float easing library

2018-02-22 Thread GitBox
jacobrosenthal commented on issue #822: Adding int/float easing library URL: https://github.com/apache/mynewt-core/pull/822#issuecomment-367766045 Altering pwm_test with ``` #include #define MAX_VALUE 65535 #define MAX_STEPS 255 static volatile int32_t step = 0;

[GitHub] jacobrosenthal commented on a change in pull request #836: PWM add cycle interrupt handling to pwm_nrf52 driver

2018-02-22 Thread GitBox
jacobrosenthal commented on a change in pull request #836: PWM add cycle interrupt handling to pwm_nrf52 driver URL: https://github.com/apache/mynewt-core/pull/836#discussion_r170034144 ## File path: hw/drivers/pwm/pwm_nrf52/src/pwm_nrf52.c ## @@ -177,9 +249,10 @@

[GitHub] jacobrosenthal commented on a change in pull request #836: PWM add cycle interrupt handling to pwm_nrf52 driver

2018-02-22 Thread GitBox
jacobrosenthal commented on a change in pull request #836: PWM add cycle interrupt handling to pwm_nrf52 driver URL: https://github.com/apache/mynewt-core/pull/836#discussion_r170033374 ## File path: hw/drivers/pwm/pwm_nrf52/src/pwm_nrf52.c ## @@ -177,9 +249,10 @@

[GitHub] andrzej-kaczmarek opened a new pull request #837: nimble/ll: Fix sending HCI Number of Completed Packets event

2018-02-22 Thread GitBox
andrzej-kaczmarek opened a new pull request #837: nimble/ll: Fix sending HCI Number of Completed Packets event URL: https://github.com/apache/mynewt-core/pull/837 The calculations for sending this HCI event periodically seem strange, probably something was mixed up in the past here.

[mynewt-core] branch master updated (dc44b2f -> a46f286)

2018-02-22 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 dc44b2f Merge pull request #776 from andrzej-kaczmarek/random-adv-data add 8652a42 apps/ble: Fix GATT

[mynewt-core] 01/01: Merge pull request #831 from andrzej-kaczmarek/app-gatt-discovery-fix

2018-02-22 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 a46f2867865a792728a5754f38c2b2a0dfc46a6c Merge: dc44b2f 8652a42 Author: Andrzej Kaczmarek

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

2018-02-22 Thread GitBox
andrzej-kaczmarek closed pull request #831: apps/ble: Fix GATT discovery in some apps URL: https://github.com/apache/mynewt-core/pull/831 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

[mynewt-core] 01/01: Merge pull request #776 from andrzej-kaczmarek/random-adv-data

2018-02-22 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 dc44b2fe2fe0fb2caf8d9332c80a69379cd50e0c Merge: fa50ac0 2000b5c Author: Andrzej Kaczmarek

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

2018-02-22 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 fa50ac0 Merge pull request #833 from mlaz/fix_nrfx_glue add 2000b5c apps/btshell: Allow to append some

[GitHub] andrzej-kaczmarek closed pull request #776: apps/btshell: Allow to append some extra data to adv/scanrsp data

2018-02-22 Thread GitBox
andrzej-kaczmarek closed pull request #776: apps/btshell: Allow to append some extra data to adv/scanrsp data URL: https://github.com/apache/mynewt-core/pull/776 This is a PR merged from a forked repository. As GitHub hides the original diff on merge, it is displayed below for the sake