[GitHub] rymanluk commented on issue #534: nimble/sm: Use privacy device mode as default

2017-09-07 Thread git
rymanluk commented on issue #534: nimble/sm: Use privacy device mode as default URL: https://github.com/apache/mynewt-core/pull/534#issuecomment-327724705 test please This is an automated message from the Apache Git Servi

[GitHub] rymanluk opened a new pull request #537: nimble/controller: Fix scan long advertising packets

2017-09-07 Thread git
rymanluk opened a new pull request #537: nimble/controller: Fix scan long advertising packets URL: https://github.com/apache/mynewt-core/pull/537 This patch fixes corrupted long advertising data when BLE_EXT_ADV is used. It is allowed now that advertising data are in the chain of os_m

[mynewt-core] branch master updated (d7601df -> 5a8d998)

2017-09-07 Thread janc
This is an automated email from the ASF dual-hosted git repository. janc pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/mynewt-core.git. from d7601df Merge pull request #531 from rymanluk/disc_status_fix add 7ea097f nimble/ll: Fix duplicates filteri

[mynewt-core] 01/01: Merge pull request #533 from andrzej-kaczmarek/nimble-ll-dup-fix

2017-09-07 Thread janc
This is an automated email from the ASF dual-hosted git repository. janc pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/mynewt-core.git commit 5a8d998f65d02c5b19ca4cb37a776f168f804516 Merge: d7601df 7ea097f Author: Szymon Janc AuthorDate: Thu Sep 7 12:27:43 20

[GitHub] sjanc closed pull request #533: nimble/ll: Fix duplicates filtering in scanner

2017-09-07 Thread git
sjanc closed pull request #533: nimble/ll: Fix duplicates filtering in scanner URL: https://github.com/apache/mynewt-core/pull/533 This is an automated message from the Apache Git Service. To respond to the message, please l

[GitHub] rymanluk closed pull request #534: nimble/sm: Use privacy device mode as default

2017-09-07 Thread git
rymanluk closed pull request #534: nimble/sm: Use privacy device mode as default URL: https://github.com/apache/mynewt-core/pull/534 This is an automated message from the Apache Git Service. To respond to the message, please

[mynewt-core] branch master updated (5a8d998 -> c9a36fa)

2017-09-07 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 5a8d998 Merge pull request #533 from andrzej-kaczmarek/nimble-ll-dup-fix add d31e052 nimble/sm: Use priva

[mynewt-core] 01/01: Merge pull request #534 from rymanluk/priv_fix

2017-09-07 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 c9a36fa1c7bcda548d0ee5ebddaba42ebd385ce9 Merge: 5a8d998 d31e052 Author: Łukasz Rymanowski AuthorDate: Thu Sep 7 14:3

[GitHub] rymanluk closed pull request #537: nimble/controller: Fix scan long advertising packets

2017-09-07 Thread git
rymanluk closed pull request #537: nimble/controller: Fix scan long advertising packets URL: https://github.com/apache/mynewt-core/pull/537 This is an automated message from the Apache Git Service. To respond to the message

[mynewt-core] 01/01: Merge pull request #537 from rymanluk/scan_fix

2017-09-07 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 fdab78d558b3364bf4b9792482f417a0ab5121a4 Merge: c9a36fa 8fb67e3 Author: Łukasz Rymanowski AuthorDate: Thu Sep 7 14:3

[mynewt-core] branch master updated (c9a36fa -> fdab78d)

2017-09-07 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 c9a36fa Merge pull request #534 from rymanluk/priv_fix add d18c3bb nimble/controller: Fix scan long advert

[GitHub] andrzej-kaczmarek opened a new pull request #538: nimble/ll: Increase stack for ble_ll_task

2017-09-07 Thread git
andrzej-kaczmarek opened a new pull request #538: nimble/ll: Increase stack for ble_ll_task URL: https://github.com/apache/mynewt-core/pull/538 Default stack size for ble_ll_task is too low. Failing scenario can be reproduced using optimized bleprph build for nRF51 (M0). We have f

[GitHub] rymanluk opened a new pull request #539: nimble/controller: Drop adv event if it is too big

2017-09-07 Thread git
rymanluk opened a new pull request #539: nimble/controller: Drop adv event if it is too big URL: https://github.com/apache/mynewt-core/pull/539 If the BLE_HCI_EVT_BUF_SIZE is too small for advertising events, then adv will be dropped. There is also stats adv_evt_dropped added for debu

[GitHub] rymanluk opened a new pull request #540: nimble/mesh: Return once app-key is found and handled

2017-09-07 Thread git
rymanluk opened a new pull request #540: nimble/mesh: Return once app-key is found and handled URL: https://github.com/apache/mynewt-core/pull/540 This is an automated message from the Apache Git Service. To respond to the

[mynewt-core] branch master updated (fdab78d -> 22295dd)

2017-09-07 Thread janc
This is an automated email from the ASF dual-hosted git repository. janc pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/mynewt-core.git. from fdab78d Merge pull request #537 from rymanluk/scan_fix add ee7e276 nimble/mesh: Return once app-key is foun

[mynewt-core] 01/01: Merge pull request #540 from rymanluk/mesh_fix

2017-09-07 Thread janc
This is an automated email from the ASF dual-hosted git repository. janc pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/mynewt-core.git commit 22295dd446c85162035f9f9cdb9e6251a12b5dd0 Merge: fdab78d ee7e276 Author: Szymon Janc AuthorDate: Thu Sep 7 19:35:26 20

[GitHub] sjanc closed pull request #540: nimble/mesh: Return once app-key is found and handled

2017-09-07 Thread git
sjanc closed pull request #540: nimble/mesh: Return once app-key is found and handled URL: https://github.com/apache/mynewt-core/pull/540 This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] rymanluk commented on issue #538: nimble/ll: Increase stack for ble_ll_task

2017-09-07 Thread git
rymanluk commented on issue #538: nimble/ll: Increase stack for ble_ll_task URL: https://github.com/apache/mynewt-core/pull/538#issuecomment-327895732 Commit message says 2:) This is an automated message from the Apache Git S

[GitHub] rymanluk commented on issue #538: nimble/ll: Increase stack for ble_ll_task

2017-09-07 Thread git
rymanluk commented on issue #538: nimble/ll: Increase stack for ble_ll_task URL: https://github.com/apache/mynewt-core/pull/538#issuecomment-327898152 Looks good This is an automated message from the Apache Git Service. To re

[GitHub] joebowbeer opened a new pull request #321: Fix version mismatch in VirtualBox Extension Pack download instructions

2017-09-07 Thread git
joebowbeer opened a new pull request #321: Fix version mismatch in VirtualBox Extension Pack download instructions URL: https://github.com/apache/mynewt-site/pull/321 Generic instructions for downloading the extension pack. The current instructions contain a hard link to version 5.0.16 wit

[GitHub] mkiiskila commented on issue #94: New img format

2017-09-07 Thread git
mkiiskila commented on issue #94: New img format URL: https://github.com/apache/mynewt-newt/pull/94#issuecomment-327918889 Regarding comment 2: this is a hash of the public key used in signing. The hash is computed using the same algorithm, the number of bytes being hashed depends on the s

[GitHub] utzig commented on issue #94: New img format

2017-09-07 Thread git
utzig commented on issue #94: New img format URL: https://github.com/apache/mynewt-newt/pull/94#issuecomment-327920435 Removed the spurious comment in a new squashed commit. This is an automated message from the Apache Git Se

[GitHub] utzig closed pull request #94: New img format

2017-09-07 Thread git
utzig closed pull request #94: New img format URL: https://github.com/apache/mynewt-newt/pull/94 This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above

[mynewt-newt] 01/01: Merge pull request #94 from utzig/new_img_format

2017-09-07 Thread utzig
This is an automated email from the ASF dual-hosted git repository. utzig pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/mynewt-newt.git commit e9f87422d20882f93fbd28491579566c13507938 Merge: 15abca7 2909e3e Author: Fabio Utzig AuthorDate: Thu Sep 7 17:48:14 2

[mynewt-newt] branch master updated (15abca7 -> e9f8742)

2017-09-07 Thread utzig
This is an automated email from the ASF dual-hosted git repository. utzig pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/mynewt-newt.git. from 15abca7 Merge pull request #92 from ccollins476ad/pkg-fixup-rules add 1f6ab1f create-image; new image form

[GitHub] vsyn commented on issue #516: Mpu6050 Accel/Gyro

2017-09-07 Thread git
vsyn commented on issue #516: Mpu6050 Accel/Gyro URL: https://github.com/apache/mynewt-core/pull/516#issuecomment-327933828 Hopefully this addresses your concerns, I am working on a version that supports interrupts with a few other minor changes. --

[GitHub] ccollins476ad commented on issue #536: Works with new image format.

2017-09-07 Thread git
ccollins476ad commented on issue #536: Works with new image format. URL: https://github.com/apache/mynewt-core/pull/536#issuecomment-327938280 Where does `struct image_tlv_info` get defined? I couldn't find it anywhere. This

[GitHub] ccollins476ad commented on issue #536: Works with new image format.

2017-09-07 Thread git
ccollins476ad commented on issue #536: Works with new image format. URL: https://github.com/apache/mynewt-core/pull/536#issuecomment-327938280 Where does `struct image_tlv_info` get defined? I couldn't find it anywhere. I also don't see `BOOTUTIL_IMAGE_FORMAT_V2` in any syscfg.yml fi

[GitHub] vrahane commented on a change in pull request #516: Mpu6050 Accel/Gyro

2017-09-07 Thread git
vrahane commented on a change in pull request #516: Mpu6050 Accel/Gyro URL: https://github.com/apache/mynewt-core/pull/516#discussion_r137672615 ## File path: hw/drivers/sensors/mpu6050/src/mpu6050.c ## @@ -140,7 +136,7 @@ mpu6050_read8(struct sensor_itf *itf, uint8_t addr,

[GitHub] utzig commented on issue #536: Works with new image format.

2017-09-07 Thread git
utzig commented on issue #536: Works with new image format. URL: https://github.com/apache/mynewt-core/pull/536#issuecomment-327949877 @ccollins476ad That code is #ifdefs out for our bundled bootloader. It's a new TLV that is only used by mcuboot to support the new image format. -

[GitHub] utzig closed pull request #536: Works with new image format.

2017-09-07 Thread git
utzig closed pull request #536: Works with new image format. URL: https://github.com/apache/mynewt-core/pull/536 This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and u

[mynewt-core] 01/01: Merge pull request #536 from utzig/new_img_format_clean

2017-09-07 Thread utzig
This is an automated email from the ASF dual-hosted git repository. utzig pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/mynewt-core.git commit 28c6ef2f0c00b7bb2857316f82eb225feb7b9179 Merge: 22295dd 3765f1b Author: Fabio Utzig AuthorDate: Thu Sep 7 20:06:41 2

[GitHub] utzig commented on issue #536: Works with new image format.

2017-09-07 Thread git
utzig commented on issue #536: Works with new image format. URL: https://github.com/apache/mynewt-core/pull/536#issuecomment-327949877 @ccollins476ad That code is #ifdefs out for our bundled bootloader. It's a new TLV that is only used by mcuboot to support the new image format. `BOOTUTIL_

[mynewt-core] branch master updated (22295dd -> 28c6ef2)

2017-09-07 Thread utzig
This is an automated email from the ASF dual-hosted git repository. utzig pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/mynewt-core.git. from 22295dd Merge pull request #540 from rymanluk/mesh_fix add 3f5e16d Works with new image format. add 3

[GitHub] vrahane closed pull request #516: Mpu6050 Accel/Gyro

2017-09-07 Thread git
vrahane closed pull request #516: Mpu6050 Accel/Gyro URL: https://github.com/apache/mynewt-core/pull/516 This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the U

[mynewt-core] branch master updated (28c6ef2 -> 9e255c3)

2017-09-07 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 28c6ef2 Merge pull request #536 from utzig/new_img_format_clean add d4ebde9 added MPU6050 accel/gyro

[mynewt-core] 01/01: Merge pull request #516 from vsyn/mpu6050

2017-09-07 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 9e255c35c5ccd787cf40819e8c4f0bad05a931f0 Merge: 28c6ef2 5f1eabc Author: Vipul Rahane AuthorDate: Thu Sep 7 16:

[GitHub] spoonofpower commented on issue #95: unixchild - fix race condition

2017-09-07 Thread git
spoonofpower commented on issue #95: unixchild - fix race condition URL: https://github.com/apache/mynewt-newt/pull/95#issuecomment-327971221 ? This is an automated message from the Apache Git Service. To respond to the mess

[mynewt-newt] branch master updated (e9f8742 -> 59b3a5d)

2017-09-07 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 e9f8742 Merge pull request #94 from utzig/new_img_format add ebe70c9 unixchild - fix race condition

[GitHub] ccollins476ad closed pull request #95: unixchild - fix race condition

2017-09-07 Thread git
ccollins476ad closed pull request #95: unixchild - fix race condition URL: https://github.com/apache/mynewt-newt/pull/95 This is an automated message from the Apache Git Service. To respond to the message, please log on GitH

[mynewt-newt] 01/01: Merge pull request #95 from ccollins476ad/unixchild-race

2017-09-07 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 59b3a5d846477b1d976bbeb7ad9b3087bdba3452 Merge: e9f8742 ebe70c9 Author: ccollins476ad AuthorDate: Thu Sep 7 18:06

[mynewt-core] branch master updated (9e255c3 -> 2b3e30a)

2017-09-07 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 9e255c3 Merge pull request #516 from vsyn/mpu6050 add 439b637 nimble/controller: Drop adv event if it is t

[GitHub] rymanluk closed pull request #539: nimble/controller: Drop adv event if it is too big

2017-09-07 Thread git
rymanluk closed pull request #539: nimble/controller: Drop adv event if it is too big URL: https://github.com/apache/mynewt-core/pull/539 This is an automated message from the Apache Git Service. To respond to the message,

[mynewt-core] 01/01: Merge pull request #539 from rymanluk/scan_fix

2017-09-07 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 2b3e30aa491a39cb597ca364e8c3f2ef9f7f9b56 Merge: 9e255c3 439b637 Author: Łukasz Rymanowski AuthorDate: Fri Sep 8 07:2