[GitHub] rymanluk commented on issue #378: nimble/controller: Bluetooth 5 improvements

2017-07-05 Thread git
rymanluk commented on issue #378: nimble/controller: Bluetooth 5 improvements URL: https://github.com/apache/mynewt-core/pull/378#issuecomment-313308819 I think that advertising reports (legacy and extended) are the biggest possible events controller can send. Here is Jira for that.

[GitHub] wes3 commented on issue #379: Some improvements for Extended Advertiser

2017-07-05 Thread git
wes3 commented on issue #379: Some improvements for Extended Advertiser URL: https://github.com/apache/mynewt-core/pull/379#issuecomment-313294354 As you mentioned in your comments the code does not support mbuf chaining when creating advertising PDU's or scan response PDU's. This means tha

[GitHub] wes3 commented on issue #378: nimble/controller: Bluetooth 5 improvements

2017-07-05 Thread git
wes3 commented on issue #378: nimble/controller: Bluetooth 5 improvements URL: https://github.com/apache/mynewt-core/pull/378#issuecomment-313292930 Chaining buffers would indeed help I would think (as most events are probably small) but would create a bit more code. There could also be a l

[GitHub] ccollins476ad opened a new pull request #222: Update BLE beacon tutorials

2017-07-05 Thread git
ccollins476ad opened a new pull request #222: Update BLE beacon tutorials URL: https://github.com/apache/mynewt-site/pull/222 This is an automated message from the Apache Git Service. To respond to the message, please log on

[mynewt-core] branch master updated: BLE Host - Remove BLE_EDDYSTONE syscfg setting.

2017-07-05 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 b156b1f BLE Host - Remove BLE_EDDYSTONE

[mynewt-site] 01/01: Merge pull request #221 from spoonofpower/asf-site

2017-07-05 Thread ccollins
This is an automated email from the ASF dual-hosted git repository. ccollins pushed a commit to branch asf-site in repository https://gitbox.apache.org/repos/asf/mynewt-site.git commit 0b9425ce71756f284887c0d5944772a87967c412 Merge: fb0ef35 d7fba10 Author: ccollins476ad AuthorDate: Wed Jul 5 18:

[mynewt-site] branch asf-site updated (fb0ef35 -> 0b9425c)

2017-07-05 Thread ccollins
This is an automated email from the ASF dual-hosted git repository. ccollins pushed a change to branch asf-site in repository https://gitbox.apache.org/repos/asf/mynewt-site.git. from fb0ef35 changed back highlighting and removed incubator reference from README add d7fba10 Known Issu

[GitHub] ccollins476ad closed pull request #221: Known Issues and other recent updates

2017-07-05 Thread git
ccollins476ad closed pull request #221: Known Issues and other recent updates URL: https://github.com/apache/mynewt-site/pull/221 This is an automated message from the Apache Git Service. To respond to the message, please lo

[GitHub] spoonofpower opened a new pull request #221: Known Issues and other recent updates

2017-07-05 Thread git
spoonofpower opened a new pull request #221: Known Issues and other recent updates URL: https://github.com/apache/mynewt-site/pull/221 This is an automated message from the Apache Git Service. To respond to the message, ple

[mynewt-site] branch master updated (2241963 -> e9a0417)

2017-07-05 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-site.git. from 2241963 removed incubator reference in README add 3fe9b4d Revert "updated mkdocs - building pages again

[mynewt-site] 01/01: Merge pull request #220 from spoonofpower/master

2017-07-05 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-site.git commit e9a041715127e727c932de890d67f6f0717cbf31 Merge: 2241963 3fe9b4d Author: ccollins476ad AuthorDate: Wed Jul 5 18:41

[GitHub] ccollins476ad closed pull request #220: Revert "updated mkdocs - building pages again"

2017-07-05 Thread git
ccollins476ad closed pull request #220: Revert "updated mkdocs - building pages again" URL: https://github.com/apache/mynewt-site/pull/220 This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] spoonofpower opened a new pull request #220: Revert "updated mkdocs - building pages again"

2017-07-05 Thread git
spoonofpower opened a new pull request #220: Revert "updated mkdocs - building pages again" URL: https://github.com/apache/mynewt-site/pull/220 This reverts commit 98889c1cce78d252c10afc375569d139c89a0cf6. This is an automat

[GitHub] ccollins476ad commented on issue #370: BLE Host - Don't persist security material if either key distribution field is 0

2017-07-05 Thread git
ccollins476ad commented on issue #370: BLE Host - Don't persist security material if either key distribution field is 0 URL: https://github.com/apache/mynewt-core/pull/370#issuecomment-313258721 Thanks, Szymon. That is a good catch. I have updated the original commit with a fix. --

[GitHub] ccollins476ad opened a new pull request #380: MYNEWT-268 BLE Host - enable factory reset

2017-07-05 Thread git
ccollins476ad opened a new pull request #380: MYNEWT-268 BLE Host - enable factory reset URL: https://github.com/apache/mynewt-core/pull/380 (Jira ticket: https://issues.apache.org/jira/browse/MYNEWT-268)gg This commit adds a new function to the host API: /** * Del

[GitHub] sjanc opened a new pull request #379: Some improvements for Extended Advertiser

2017-07-05 Thread git
sjanc opened a new pull request #379: Some improvements for Extended Advertiser URL: https://github.com/apache/mynewt-core/pull/379 This is an automated message from the Apache Git Service. To respond to the message, please

[GitHub] rymanluk commented on issue #378: nimble/controller: Bluetooth 5 improvements

2017-07-05 Thread git
rymanluk commented on issue #378: nimble/controller: Bluetooth 5 improvements URL: https://github.com/apache/mynewt-core/pull/378#issuecomment-313241595 For extended advertising it seems to be sizeof(struct ble_ll_ext_adv) + 254. For legacy we could create struct for advertising event and a

[GitHub] ccollins476ad opened a new pull request #219: Update "BLE User Guide: Initialize Stack"

2017-07-05 Thread git
ccollins476ad opened a new pull request #219: Update "BLE User Guide: Initialize Stack" URL: https://github.com/apache/mynewt-site/pull/219 Most of the "Initialize Stack" section of the BLE user guide was out of date. Most initialization is now handled automatically by sysinit, so this c

[mynewt-core] 01/01: Merge pull request #375 from andrzej-kaczmarek/bt5-featexch

2017-07-05 Thread andk
This is an automated email from the ASF dual-hosted git repository. andk pushed a commit to branch bluetooth5 in repository https://gitbox.apache.org/repos/asf/mynewt-core.git commit 087e80189a8b52018ecba2d5aa81b40fcbb5fc14 Merge: 9babc5b 9654153 Author: Andrzej Kaczmarek AuthorDate: Wed Jul 5 2

[GitHub] andrzej-kaczmarek closed pull request #375: Nimble: improvements on controller/peer features handling

2017-07-05 Thread git
andrzej-kaczmarek closed pull request #375: Nimble: improvements on controller/peer features handling URL: https://github.com/apache/mynewt-core/pull/375 This is an automated message from the Apache Git Service. To respond

[mynewt-core] branch bluetooth5 updated (9babc5b -> 087e801)

2017-07-05 Thread andk
This is an automated email from the ASF dual-hosted git repository. andk pushed a change to branch bluetooth5 in repository https://gitbox.apache.org/repos/asf/mynewt-core.git. from 9babc5b Merge pull request #366 from andrzej-kaczmarek/bsp_ble_lp_clock add f01074c nimble/host: Store

[mynewt-core] branch master updated (5420968 -> 35cc491)

2017-07-05 Thread wes3
This is an automated email from the ASF dual-hosted git repository. wes3 pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/mynewt-core.git. from 5420968 Merge pull request #349 from francois-berder/periph-i2c add 2f07acf Add support for the VBLUno52 bo

[mynewt-core] 01/01: Merge pull request #377 from iotvietmember/add_vbluno52_board

2017-07-05 Thread wes3
This is an automated email from the ASF dual-hosted git repository. wes3 pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/mynewt-core.git commit 35cc4912a8a97081eb03d380042c017c18085bde Merge: 5420968 2f07acf Author: wes3 AuthorDate: Wed Jul 5 14:23:04 2017 -070

[GitHub] wes3 closed pull request #377: Add support for the VBLUno52 board

2017-07-05 Thread git
wes3 closed pull request #377: Add support for the VBLUno52 board URL: https://github.com/apache/mynewt-core/pull/377 This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub

[mynewt-site] 01/01: Merge pull request #218 from cwanda/remove-incub

2017-07-05 Thread marko
This is an automated email from the ASF dual-hosted git repository. marko pushed a commit to branch develop in repository https://gitbox.apache.org/repos/asf/mynewt-site.git commit 764656651fbe5eedd2253136898d639d7509dc57 Merge: 020287d f48bc3d Author: mkiiskila AuthorDate: Wed Jul 5 14:14:40 20

[GitHub] mkiiskila closed pull request #218: Updated note for HTTP redirect error.

2017-07-05 Thread git
mkiiskila closed pull request #218: Updated note for HTTP redirect error. URL: https://github.com/apache/mynewt-site/pull/218 This is an automated message from the Apache Git Service. To respond to the message, please log on

[mynewt-site] branch develop updated (020287d -> 7646566)

2017-07-05 Thread marko
This is an automated email from the ASF dual-hosted git repository. marko pushed a change to branch develop in repository https://gitbox.apache.org/repos/asf/mynewt-site.git. from 020287d Merge pull request #214 from cwanda/remove-incub add f48bc3d Updated note for HTTP redirect error

[GitHub] cwanda opened a new pull request #218: Updated note for HTTP redirect error.

2017-07-05 Thread git
cwanda opened a new pull request #218: Updated note for HTTP redirect error. URL: https://github.com/apache/mynewt-site/pull/218 - Removed rebuild as a workaround. - Removed reason for failure. This is an automated message

[mynewt-blinky] annotated tag mynewt_1_0_0_rc1_tag updated (37022cb -> 965e83f)

2017-07-05 Thread marko
This is an automated email from the ASF dual-hosted git repository. marko pushed a change to annotated tag mynewt_1_0_0_rc1_tag in repository https://gitbox.apache.org/repos/asf/mynewt-blinky.git. *** WARNING: tag mynewt_1_0_0_rc1_tag was modified! *** from 37022cb (commit) to 965e83

[mynewt-blinky] branch 1_0_0_dev updated: Blinky - Remove incubator- from project.yml.

2017-07-05 Thread marko
This is an automated email from the ASF dual-hosted git repository. marko pushed a commit to branch 1_0_0_dev in repository https://gitbox.apache.org/repos/asf/mynewt-blinky.git The following commit(s) were added to refs/heads/1_0_0_dev by this push: new 37022cb Blinky - Remove incubator-

[GitHub] rymanluk commented on issue #378: nimble/controller: Bluetooth 5 improvements

2017-07-05 Thread git
rymanluk commented on issue #378: nimble/controller: Bluetooth 5 improvements URL: https://github.com/apache/mynewt-core/pull/378#issuecomment-313119782 Ok now it should be good. Just need to do some regression test (unfortunately cannot test chain adv itself)

[GitHub] cwanda commented on issue #361: Shell improvements before 1.1

2017-07-05 Thread git
cwanda commented on issue #361: Shell improvements before 1.1 URL: https://github.com/apache/mynewt-core/pull/361#issuecomment-313118499 Sorry about that. I weren't sure how the linker would handle the static data for the command and help structures etc and forgot about the newt size comman

[GitHub] michal-narajowski commented on issue #361: Shell improvements before 1.1

2017-07-05 Thread git
michal-narajowski commented on issue #361: Shell improvements before 1.1 URL: https://github.com/apache/mynewt-core/pull/361#issuecomment-313029577 This is not necessary, because when there is no call to any function defined in a file then the file is not included in the final executable. Y

[GitHub] michal-narajowski commented on a change in pull request #217: MYNEWT-767 Update OS Guide for New Shell

2017-07-05 Thread git
michal-narajowski commented on a change in pull request #217: MYNEWT-767 Update OS Guide for New Shell URL: https://github.com/apache/mynewt-site/pull/217#discussion_r125573529 ## File path: docs/os/modules/shell/shell.md ## @@ -2,49 +2,171 @@ The shell runs above the c