[GitHub] andrzej-kaczmarek commented on a change in pull request #819: Feature/blecsc app: Cycling Speed and Cadence app

2018-02-19 Thread GitBox
andrzej-kaczmarek commented on a change in pull request #819: Feature/blecsc app: Cycling Speed and Cadence app URL: https://github.com/apache/mynewt-core/pull/819#discussion_r168956962 ## File path: apps/blecsc/src/gatt_svr.c ## @@ -0,0 +1,404 @@ +/* + * Licensed to the

[GitHub] andrzej-kaczmarek commented on a change in pull request #819: Feature/blecsc app: Cycling Speed and Cadence app

2018-02-19 Thread GitBox
andrzej-kaczmarek commented on a change in pull request #819: Feature/blecsc app: Cycling Speed and Cadence app URL: https://github.com/apache/mynewt-core/pull/819#discussion_r169005323 ## File path: net/nimble/host/services/gap/include/services/gap/ble_svc_gap.h ## @@

[GitHub] andrzej-kaczmarek commented on a change in pull request #819: Feature/blecsc app: Cycling Speed and Cadence app

2018-02-19 Thread GitBox
andrzej-kaczmarek commented on a change in pull request #819: Feature/blecsc app: Cycling Speed and Cadence app URL: https://github.com/apache/mynewt-core/pull/819#discussion_r168956695 ## File path: apps/blecsc/pkg.yml ## @@ -0,0 +1,40 @@ +# Licensed to the Apache

[GitHub] andrzej-kaczmarek commented on a change in pull request #819: Feature/blecsc app: Cycling Speed and Cadence app

2018-02-19 Thread GitBox
andrzej-kaczmarek commented on a change in pull request #819: Feature/blecsc app: Cycling Speed and Cadence app URL: https://github.com/apache/mynewt-core/pull/819#discussion_r169005562 ## File path: apps/blecsc/src/main.c ## @@ -0,0 +1,323 @@ +/* + * Licensed to the

[GitHub] vrahane commented on issue #814: charge-control: Adding sensor-like interface for battery charge controller ICs

2018-02-19 Thread GitBox
vrahane commented on issue #814: charge-control: Adding sensor-like interface for battery charge controller ICs URL: https://github.com/apache/mynewt-core/pull/814#issuecomment-366770564 - Adding charge-control interface - Adding bq24040 driver

[GitHub] vrahane commented on issue #814: charge-control: Adding sensor-like interface for battery charge controller ICs

2018-02-19 Thread GitBox
vrahane commented on issue #814: charge-control: Adding sensor-like interface for battery charge controller ICs URL: https://github.com/apache/mynewt-core/pull/814#issuecomment-366770564 - Adding charge-control interface - Adding bq24040 driver

[GitHub] vrahane closed pull request #814: charge-control: Adding sensor-like interface for battery charge controller ICs

2018-02-19 Thread GitBox
vrahane closed pull request #814: charge-control: Adding sensor-like interface for battery charge controller ICs URL: https://github.com/apache/mynewt-core/pull/814 This is a PR merged from a forked repository. As GitHub hides the original diff on merge, it is displayed below for the

[GitHub] jacobrosenthal opened a new issue #820: pwm driver (nrf52): how to close cleanly

2018-02-19 Thread GitBox
jacobrosenthal opened a new issue #820: pwm driver (nrf52): how to close cleanly URL: https://github.com/apache/mynewt-core/issues/820 what is the correct way to cleanly shut down all pwm functionality. Im attempting to simply os_dev_close which is succeeding, but future os_dev_open

[GitHub] mlaz opened a new pull request #822: [WIP do not merge] Adding int/float easing library

2018-02-19 Thread GitBox
mlaz opened a new pull request #822: [WIP do not merge] Adding int/float easing library URL: https://github.com/apache/mynewt-core/pull/822 This PR adds an easing library. This library provides the most [common easing functions usually available](http://easings.net/). - [x]

[GitHub] mlaz opened a new pull request #821: Adding blinking to pwm_test, fixing os_dev_close

2018-02-19 Thread GitBox
mlaz opened a new pull request #821: Adding blinking to pwm_test, fixing os_dev_close URL: https://github.com/apache/mynewt-core/pull/821 This PR adds blinking to pwm_test and fixes https://github.com/apache/mynewt-core/issues/820

[GitHub] jacobrosenthal closed issue #801: Split status: non-matching (1) when (near?) out of memory

2018-02-19 Thread GitBox
jacobrosenthal closed issue #801: Split status: non-matching (1) when (near?) out of memory URL: https://github.com/apache/mynewt-core/issues/801 This is an automated message from the Apache Git Service. To respond to the

[mynewt-core] branch master updated (4f36d51 -> 3f4067a)

2018-02-19 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 4f36d51 charge-control: Adding sensor-like interface for battery charge controller ICs (#814) add daf18e2

[GitHub] mlaz closed pull request #821: Adding blinking to pwm_test, fixing os_dev_close

2018-02-19 Thread GitBox
mlaz closed pull request #821: Adding blinking to pwm_test, fixing os_dev_close URL: https://github.com/apache/mynewt-core/pull/821 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] mlaz closed issue #820: pwm driver (nrf52): how to close cleanly

2018-02-19 Thread GitBox
mlaz closed issue #820: pwm driver (nrf52): how to close cleanly URL: https://github.com/apache/mynewt-core/issues/820 This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub

[mynewt-core] 01/01: Merge pull request #821 from mlaz/fix_pwm_nrf525

2018-02-19 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 3f4067a31578d9790577f8a823ba23762861d394 Merge: 4f36d51 daf18e2 Author: Miguel Azevedo

[GitHub] mjurczak commented on a change in pull request #819: Feature/blecsc app: Cycling Speed and Cadence app

2018-02-19 Thread GitBox
mjurczak commented on a change in pull request #819: Feature/blecsc app: Cycling Speed and Cadence app URL: https://github.com/apache/mynewt-core/pull/819#discussion_r169182831 ## File path: apps/blecsc/src/main.c ## @@ -0,0 +1,323 @@ +/* + * Licensed to the Apache

[GitHub] mjurczak commented on a change in pull request #819: Feature/blecsc app: Cycling Speed and Cadence app

2018-02-19 Thread GitBox
mjurczak commented on a change in pull request #819: Feature/blecsc app: Cycling Speed and Cadence app URL: https://github.com/apache/mynewt-core/pull/819#discussion_r169182831 ## File path: apps/blecsc/src/main.c ## @@ -0,0 +1,323 @@ +/* + * Licensed to the Apache