[GitHub] [mynewt-core] iandmorris opened a new pull request #1791: da1469x pwm header file

2019-04-30 Thread GitBox
iandmorris opened a new pull request #1791: da1469x pwm header file URL: https://github.com/apache/mynewt-core/pull/1791 Added header file for da1469x pwm driver (pwm_da1469x.h) as it was missing. Also corrected include path in da1469x_periph so it points to this added header file.

[GitHub] [mynewt-core] iandmorris opened a new pull request #1790: da1469x LED_3

2019-04-30 Thread GitBox
iandmorris opened a new pull request #1790: da1469x LED_3 URL: https://github.com/apache/mynewt-core/pull/1790 Added definition for LED_3 (used by at least one ble mesh application). Assigned to unused pin on DA1469x dev board which is brought out to a header. An an external LED will be

[mynewt-core] branch master updated: hw/drivers/lsm6dso:Added driver support to LSM6DSO (#1789)

2019-04-30 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 439db0c hw/drivers/lsm6dso:Added

[GitHub] [mynewt-core] vrahane merged pull request #1789: hw/drivers/lsm6dso:Added driver support to LSM6DSO

2019-04-30 Thread GitBox
vrahane merged pull request #1789: hw/drivers/lsm6dso:Added driver support to LSM6DSO URL: https://github.com/apache/mynewt-core/pull/1789 This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [mynewt-core] vrahane commented on issue #1789: hw/drivers/lsm6dso:Added driver support to LSM6DSO

2019-04-30 Thread GitBox
vrahane commented on issue #1789: hw/drivers/lsm6dso:Added driver support to LSM6DSO URL: https://github.com/apache/mynewt-core/pull/1789#issuecomment-488099624 @sterlinghughes Seems fine to me. The code here looks good and does have the basic functionality. We can get the other

[GitHub] [mynewt-core] sterlinghughes commented on issue #1789: hw/drivers/lsm6dso:Added driver support to LSM6DSO

2019-04-30 Thread GitBox
sterlinghughes commented on issue #1789: hw/drivers/lsm6dso:Added driver support to LSM6DSO URL: https://github.com/apache/mynewt-core/pull/1789#issuecomment-488089170 @vrahane can we merge PR without that functionality and have a separate PR with additional items?

[GitHub] [mynewt-core] vrahane commented on issue #1789: hw/drivers/lsm6dso:Added driver support to LSM6DSO

2019-04-30 Thread GitBox
vrahane commented on issue #1789: hw/drivers/lsm6dso:Added driver support to LSM6DSO URL: https://github.com/apache/mynewt-core/pull/1789#issuecomment-488081707 @mariotesi Thanks for this PR. Was checking the datasheet, I find the sensor hub functionality and FSM functionality really

[mynewt-newt] branch master updated: Detect invalid repos in `project.yml`

2019-04-30 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 The following commit(s) were added to refs/heads/master by this push: new eb8e5e9 Detect invalid repos in

[GitHub] [mynewt-newt] ccollins476ad closed issue #255: Crash when git repo in`project.yml` is missing `url` field

2019-04-30 Thread GitBox
ccollins476ad closed issue #255: Crash when git repo in`project.yml` is missing `url` field URL: https://github.com/apache/mynewt-newt/issues/255 This is an automated message from the Apache Git Service. To respond to the

[GitHub] [mynewt-newt] ccollins476ad merged pull request #292: Detect invalid repos in `project.yml`

2019-04-30 Thread GitBox
ccollins476ad merged pull request #292: Detect invalid repos in `project.yml` URL: https://github.com/apache/mynewt-newt/pull/292 This is an automated message from the Apache Git Service. To respond to the message, please

[mynewt-core] branch master updated (dc7ab4e -> 6dc72f1)

2019-04-30 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-core.git. from dc7ab4e sys/log/modlog: Fix mbuf leak on write fail new 8467653 encoding/cborattr: Structured encoding

[GitHub] [mynewt-core] ccollins476ad merged pull request #1787: encoding/cborattr: Structured encoding

2019-04-30 Thread GitBox
ccollins476ad merged pull request #1787: encoding/cborattr: Structured encoding URL: https://github.com/apache/mynewt-core/pull/1787 This is an automated message from the Apache Git Service. To respond to the message, please

[mynewt-core] branch master updated: sys/log/modlog: Fix mbuf leak on write fail

2019-04-30 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-core.git The following commit(s) were added to refs/heads/master by this push: new dc7ab4e sys/log/modlog: Fix mbuf leak

[GitHub] [mynewt-core] ccollins476ad merged pull request #1788: sys/log/modlog: Fix mbuf leak on write fail

2019-04-30 Thread GitBox
ccollins476ad merged pull request #1788: sys/log/modlog: Fix mbuf leak on write fail URL: https://github.com/apache/mynewt-core/pull/1788 This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [mynewt-core] mariotesi opened a new pull request #1789: hw/drivers/lsm6dso:Added driver support to LSM6DSO

2019-04-30 Thread GitBox
mariotesi opened a new pull request #1789: hw/drivers/lsm6dso:Added driver support to LSM6DSO URL: https://github.com/apache/mynewt-core/pull/1789 Add driver for IMU LDM6DSO device Driver supports the following features: - polling read (acc/gyro/temp)

[GitHub] [mynewt-core] amrbekhit removed a comment on issue #1670: Implement low-power support in the LoRa stack

2019-04-30 Thread GitBox
amrbekhit removed a comment on issue #1670: Implement low-power support in the LoRa stack URL: https://github.com/apache/mynewt-core/pull/1670#issuecomment-486929962 Hi @wes3 as requested I've removed the HFXO changes to hal_system.c and hal_timer.c and will add these as a separate pull

[mynewt-core] branch master updated: gpadc_da1469x; add knob to run through ADC calibration sequence when device is opened.

2019-04-30 Thread marko
This is an automated email from the ASF dual-hosted git repository. marko 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 04e88c1 gpadc_da1469x; add knob to run

[GitHub] [mynewt-core] mkiiskila merged pull request #1786: gpadc_da1469x; add knob to run through ADC calibration sequence

2019-04-30 Thread GitBox
mkiiskila merged pull request #1786: gpadc_da1469x; add knob to run through ADC calibration sequence URL: https://github.com/apache/mynewt-core/pull/1786 This is an automated message from the Apache Git Service. To respond