[GitHub] joshgrob commented on issue #697: BMA2XX Sensor

2017-12-12 Thread GitBox
joshgrob commented on issue #697: BMA2XX Sensor URL: https://github.com/apache/mynewt-core/pull/697#issuecomment-351209522 @vrahane I think I remember my issue. I did git pull origin master first then a git pull --rebase origin master which I think jacked things up (you should be able to

[GitHub] joshgrob commented on a change in pull request #697: BMA2XX Sensor

2017-12-12 Thread GitBox
joshgrob commented on a change in pull request #697: BMA2XX Sensor URL: https://github.com/apache/mynewt-core/pull/697#discussion_r156508081 ## File path: hw/drivers/sensors/bma2xx/syscfg.yml ## @@ -18,6 +18,48 @@ # syscfg.defs: -BMA2xx_LOG: -description: 'E

[GitHub] joshgrob commented on a change in pull request #697: BMA2XX Sensor

2017-12-12 Thread GitBox
joshgrob commented on a change in pull request #697: BMA2XX Sensor URL: https://github.com/apache/mynewt-core/pull/697#discussion_r156506510 ## File path: hw/drivers/sensors/bma2xx/syscfg.yml ## @@ -18,6 +18,48 @@ # syscfg.defs: -BMA2xx_LOG: -description: 'E

[GitHub] joshgrob commented on a change in pull request #697: BMA2XX Sensor

2017-12-12 Thread GitBox
joshgrob commented on a change in pull request #697: BMA2XX Sensor URL: https://github.com/apache/mynewt-core/pull/697#discussion_r156504834 ## File path: hw/drivers/sensors/bma2xx/src/bma2xx.c ## @@ -0,0 +1,4872 @@ +/* + * Licensed to the Apache Software Foundation (ASF) u

[GitHub] vrahane commented on issue #697: BMA2XX Sensor

2017-12-12 Thread GitBox
vrahane commented on issue #697: BMA2XX Sensor URL: https://github.com/apache/mynewt-core/pull/697#issuecomment-351204551 That is correct, not sure how your history got screwed up. Did you do "git pull --rebase origin master". This would basically put all your changes/commits above other c

[GitHub] joshgrob commented on issue #697: BMA2XX Sensor

2017-12-12 Thread GitBox
joshgrob commented on issue #697: BMA2XX Sensor URL: https://github.com/apache/mynewt-core/pull/697#issuecomment-351203310 @vrahane I did do a rebase before submitting the fork. In short I did a rebase from origin master (mynewt-core) to my local branch, then pushed that commit to my bran

[GitHub] joshgrob commented on a change in pull request #697: BMA2XX Sensor

2017-12-12 Thread GitBox
joshgrob commented on a change in pull request #697: BMA2XX Sensor URL: https://github.com/apache/mynewt-core/pull/697#discussion_r156502813 ## File path: hw/sensor/include/sensor/sensor.h ## @@ -20,6 +20,8 @@ #ifndef __SENSOR_H__ #define __SENSOR_H__ +#include Revi

[GitHub] joshgrob commented on a change in pull request #697: BMA2XX Sensor

2017-12-12 Thread GitBox
joshgrob commented on a change in pull request #697: BMA2XX Sensor URL: https://github.com/apache/mynewt-core/pull/697#discussion_r156502619 ## File path: hw/drivers/sensors/bma2xx/pkg.yml ## @@ -28,6 +28,11 @@ pkg.keywords: pkg.deps: - "@apache-mynewt-core/kernel/os"

[GitHub] joshgrob commented on a change in pull request #697: BMA2XX Sensor

2017-12-12 Thread GitBox
joshgrob commented on a change in pull request #697: BMA2XX Sensor URL: https://github.com/apache/mynewt-core/pull/697#discussion_r156502524 ## File path: hw/drivers/nimble/nrf52/src/ble_phy.c ## @@ -930,7 +930,6 @@ ble_phy_rx_start_isr(void) pdu_usecs = ble_phy_mode_p

[GitHub] joshgrob commented on a change in pull request #697: BMA2XX Sensor

2017-12-12 Thread GitBox
joshgrob commented on a change in pull request #697: BMA2XX Sensor URL: https://github.com/apache/mynewt-core/pull/697#discussion_r156502364 ## File path: hw/bsp/bmd300eval/syscfg.yml ## @@ -82,8 +92,10 @@ syscfg.vals: COREDUMP_FLASH_AREA: FLASH_AREA_IMAGE_1 MCU_D

[GitHub] joshgrob commented on a change in pull request #697: BMA2XX Sensor

2017-12-12 Thread GitBox
joshgrob commented on a change in pull request #697: BMA2XX Sensor URL: https://github.com/apache/mynewt-core/pull/697#discussion_r156502217 ## File path: hw/bsp/bmd300eval/syscfg.yml ## @@ -82,8 +92,10 @@ syscfg.vals: COREDUMP_FLASH_AREA: FLASH_AREA_IMAGE_1 MCU_D

[GitHub] joshgrob commented on a change in pull request #697: BMA2XX Sensor

2017-12-12 Thread GitBox
joshgrob commented on a change in pull request #697: BMA2XX Sensor URL: https://github.com/apache/mynewt-core/pull/697#discussion_r156502078 ## File path: hw/bsp/bmd300eval/src/hal_bsp.c ## @@ -182,6 +191,11 @@ hal_bsp_init(void) assert(rc == 0); #endif +#if MYNEWT_

[GitHub] joshgrob commented on a change in pull request #697: BMA2XX Sensor

2017-12-12 Thread GitBox
joshgrob commented on a change in pull request #697: BMA2XX Sensor URL: https://github.com/apache/mynewt-core/pull/697#discussion_r156501999 ## File path: hw/bsp/bmd300eval/src/hal_bsp.c ## @@ -74,6 +75,14 @@ static const struct nrf52_hal_spi_cfg os_bsp_spi0s_cfg = { }; #

[GitHub] vrahane commented on issue #697: BMA2XX Sensor

2017-12-12 Thread GitBox
vrahane commented on issue #697: BMA2XX Sensor URL: https://github.com/apache/mynewt-core/pull/697#issuecomment-351157080 Along with some of the comments that Lukasz mentioned can you please rebase, I think some of these changes are because you haven't rebased.

[GitHub] rymanluk closed pull request #698: mesh: Fix build issue

2017-12-12 Thread GitBox
rymanluk closed pull request #698: mesh: Fix build issue URL: https://github.com/apache/mynewt-core/pull/698 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 (from

[mynewt-core] 01/01: Merge pull request #698 from rymanluk/mesh_build_fix

2017-12-12 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 aebd68b650b6286f6a361e0ed4987184f1a97ed1 Merge: f5abe19 7af931a Author: Łukasz Rymanowski AuthorDate: Tue Dec 12 16:

[mynewt-core] branch master updated (f5abe19 -> aebd68b)

2017-12-12 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 f5abe19 Merge pull request #693 from michal-narajowski/mesh_friend_1 add 7af931a mesh: Fix build issue

[GitHub] rymanluk opened a new pull request #698: mesh: Fix build issue

2017-12-12 Thread GitBox
rymanluk opened a new pull request #698: mesh: Fix build issue URL: https://github.com/apache/mynewt-core/pull/698 repos/apache-mynewt-core/net/nimble/host/mesh/src/health_cli.c:49:16: error: dereferencing pointer to incomplete type 'struct bt_mesh_health_cli' if (health_cli->op_p

[GitHub] rymanluk commented on a change in pull request #697: BMA2XX Sensor

2017-12-12 Thread GitBox
rymanluk commented on a change in pull request #697: BMA2XX Sensor URL: https://github.com/apache/mynewt-core/pull/697#discussion_r156295290 ## File path: hw/bsp/bmd300eval/src/hal_bsp.c ## @@ -182,6 +191,11 @@ hal_bsp_init(void) assert(rc == 0); #endif +#if MYNEWT_

[GitHub] rymanluk commented on a change in pull request #697: BMA2XX Sensor

2017-12-12 Thread GitBox
rymanluk commented on a change in pull request #697: BMA2XX Sensor URL: https://github.com/apache/mynewt-core/pull/697#discussion_r156303820 ## File path: hw/drivers/sensors/bma2xx/pkg.yml ## @@ -28,6 +28,11 @@ pkg.keywords: pkg.deps: - "@apache-mynewt-core/kernel/os"

[GitHub] rymanluk commented on a change in pull request #697: BMA2XX Sensor

2017-12-12 Thread GitBox
rymanluk commented on a change in pull request #697: BMA2XX Sensor URL: https://github.com/apache/mynewt-core/pull/697#discussion_r156315118 ## File path: hw/drivers/sensors/bma2xx/syscfg.yml ## @@ -18,6 +18,48 @@ # syscfg.defs: -BMA2xx_LOG: -description: 'E

[GitHub] rymanluk commented on a change in pull request #697: BMA2XX Sensor

2017-12-12 Thread GitBox
rymanluk commented on a change in pull request #697: BMA2XX Sensor URL: https://github.com/apache/mynewt-core/pull/697#discussion_r156315464 ## File path: hw/sensor/include/sensor/sensor.h ## @@ -20,6 +20,8 @@ #ifndef __SENSOR_H__ #define __SENSOR_H__ +#include Revi

[GitHub] rymanluk commented on a change in pull request #697: BMA2XX Sensor

2017-12-12 Thread GitBox
rymanluk commented on a change in pull request #697: BMA2XX Sensor URL: https://github.com/apache/mynewt-core/pull/697#discussion_r156301098 ## File path: hw/drivers/sensors/bma2xx/src/bma2xx.c ## @@ -0,0 +1,4872 @@ +/* + * Licensed to the Apache Software Foundation (ASF) u

[GitHub] rymanluk commented on a change in pull request #697: BMA2XX Sensor

2017-12-12 Thread GitBox
rymanluk commented on a change in pull request #697: BMA2XX Sensor URL: https://github.com/apache/mynewt-core/pull/697#discussion_r156303495 ## File path: hw/bsp/bmd300eval/syscfg.yml ## @@ -82,8 +92,10 @@ syscfg.vals: COREDUMP_FLASH_AREA: FLASH_AREA_IMAGE_1 MCU_D

[GitHub] rymanluk commented on a change in pull request #697: BMA2XX Sensor

2017-12-12 Thread GitBox
rymanluk commented on a change in pull request #697: BMA2XX Sensor URL: https://github.com/apache/mynewt-core/pull/697#discussion_r156303315 ## File path: hw/drivers/sensors/bma2xx/pkg.yml ## @@ -0,0 +1,33 @@ +# +# Licensed to the Apache Software Foundation (ASF) under one

[GitHub] rymanluk commented on a change in pull request #697: BMA2XX Sensor

2017-12-12 Thread GitBox
rymanluk commented on a change in pull request #697: BMA2XX Sensor URL: https://github.com/apache/mynewt-core/pull/697#discussion_r156298142 ## File path: hw/bsp/bmd300eval/syscfg.yml ## @@ -82,8 +92,10 @@ syscfg.vals: COREDUMP_FLASH_AREA: FLASH_AREA_IMAGE_1 MCU_D

[GitHub] rymanluk commented on a change in pull request #697: BMA2XX Sensor

2017-12-12 Thread GitBox
rymanluk commented on a change in pull request #697: BMA2XX Sensor URL: https://github.com/apache/mynewt-core/pull/697#discussion_r156299189 ## File path: hw/drivers/nimble/nrf52/src/ble_phy.c ## @@ -930,7 +930,6 @@ ble_phy_rx_start_isr(void) pdu_usecs = ble_phy_mode_p

[GitHub] rymanluk commented on a change in pull request #697: BMA2XX Sensor

2017-12-12 Thread GitBox
rymanluk commented on a change in pull request #697: BMA2XX Sensor URL: https://github.com/apache/mynewt-core/pull/697#discussion_r156295215 ## File path: hw/bsp/bmd300eval/src/hal_bsp.c ## @@ -74,6 +75,14 @@ static const struct nrf52_hal_spi_cfg os_bsp_spi0s_cfg = { }; #

svn commit: r23601 - /dev/mynewt/apache-mynewt-1.3.0/rc3/ /release/mynewt/KEYS /release/mynewt/apache-mynewt-1.3.0/

2017-12-12 Thread utzig
Author: utzig Date: Tue Dec 12 09:23:11 2017 New Revision: 23601 Log: Apache Mynewt 1.3.0 Added: release/mynewt/apache-mynewt-1.3.0/ - copied from r23600, dev/mynewt/apache-mynewt-1.3.0/rc3/ Removed: dev/mynewt/apache-mynewt-1.3.0/rc3/ Modified: release/mynewt/KEYS Modified: re

[mynewt-core] branch master updated (85fc884 -> f5abe19)

2017-12-12 Thread naraj
This is an automated email from the ASF dual-hosted git repository. naraj pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/mynewt-core.git. from 85fc884 Update for 1.3.0 release add 8b4235e mesh: Disable Low Power node by default add 1520f33 mes

[GitHub] michal-narajowski commented on issue #693: Complete Friend support ported from Zephyr

2017-12-12 Thread GitBox
michal-narajowski commented on issue #693: Complete Friend support ported from Zephyr URL: https://github.com/apache/mynewt-core/pull/693#issuecomment-350985382 Added one small fix and one cleanup for blemesh app. This is an

[mynewt-core] 01/01: Merge pull request #693 from michal-narajowski/mesh_friend_1

2017-12-12 Thread naraj
This is an automated email from the ASF dual-hosted git repository. naraj pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/mynewt-core.git commit f5abe19923581a954c5b884b3c29534727edd42d Merge: 85fc884 77e3ef2 Author: Michał Narajowski AuthorDate: Tue Dec 12 09:

[GitHub] michal-narajowski commented on issue #693: Complete Friend support ported from Zephyr

2017-12-12 Thread GitBox
michal-narajowski commented on issue #693: Complete Friend support ported from Zephyr URL: https://github.com/apache/mynewt-core/pull/693#issuecomment-350983084 Squashed 3 commits that I forgot to squash earlier This is an au