[GitHub] yang325 opened a new pull request #289: mesh/proxy: Fix connection handle when disconnected

2019-01-11 Thread GitBox
yang325 opened a new pull request #289: mesh/proxy: Fix connection handle when disconnected URL: https://github.com/apache/mynewt-nimble/pull/289 This is an automated message from the Apache Git Service. To respond to the me

[GitHub] ccollins476ad commented on a change in pull request #1593: console newtmgr coexistance

2019-01-11 Thread GitBox
ccollins476ad commented on a change in pull request #1593: console newtmgr coexistance URL: https://github.com/apache/mynewt-core/pull/1593#discussion_r247291516 ## File path: sys/console/full/syscfg.yml ## @@ -93,6 +93,10 @@ syscfg.defs: affect device perform

[GitHub] ccollins476ad commented on a change in pull request #1593: console newtmgr coexistance

2019-01-11 Thread GitBox
ccollins476ad commented on a change in pull request #1593: console newtmgr coexistance URL: https://github.com/apache/mynewt-core/pull/1593#discussion_r247291516 ## File path: sys/console/full/syscfg.yml ## @@ -93,6 +93,10 @@ syscfg.defs: affect device perform

[GitHub] ccollins476ad commented on a change in pull request #1593: console newtmgr coexistance

2019-01-11 Thread GitBox
ccollins476ad commented on a change in pull request #1593: console newtmgr coexistance URL: https://github.com/apache/mynewt-core/pull/1593#discussion_r247291628 ## File path: sys/console/minimal/src/console.c ## @@ -70,16 +71,73 @@ console_echo(int on) echo = on; }

[GitHub] ccollins476ad commented on a change in pull request #1593: console newtmgr coexistance

2019-01-11 Thread GitBox
ccollins476ad commented on a change in pull request #1593: console newtmgr coexistance URL: https://github.com/apache/mynewt-core/pull/1593#discussion_r247291709 ## File path: sys/console/minimal/syscfg.yml ## @@ -50,6 +50,10 @@ syscfg.defs: description: 'Console

[GitHub] ccollins476ad commented on a change in pull request #1593: console newtmgr coexistance

2019-01-11 Thread GitBox
ccollins476ad commented on a change in pull request #1593: console newtmgr coexistance URL: https://github.com/apache/mynewt-core/pull/1593#discussion_r247292160 ## File path: sys/shell/src/shell_nlip.c ## @@ -156,6 +156,10 @@ shell_nlip_mtx(struct os_mbuf *m) nwritte

[GitHub] ccollins476ad commented on a change in pull request #1593: console newtmgr coexistance

2019-01-11 Thread GitBox
ccollins476ad commented on a change in pull request #1593: console newtmgr coexistance URL: https://github.com/apache/mynewt-core/pull/1593#discussion_r247291638 ## File path: sys/console/minimal/src/console.c ## @@ -70,16 +71,73 @@ console_echo(int on) echo = on; }

[GitHub] ccollins476ad commented on issue #1582: use float instead of double

2019-01-11 Thread GitBox
ccollins476ad commented on issue #1582: use float instead of double URL: https://github.com/apache/mynewt-core/pull/1582#issuecomment-453695148 Thanks, @andrzej-kaczmarek, I wasn't aware of that. Still... does the FPU help in converting floating point numbers to strings? -

[GitHub] ccollins476ad opened a new pull request #1598: sys/fault: Only crash when in error state

2019-01-11 Thread GitBox
ccollins476ad opened a new pull request #1598: sys/fault: Only crash when in error state URL: https://github.com/apache/mynewt-core/pull/1598 This change only affects debug builds (when `DEBUG_PANIC_ENABLED` is set). The remainder of this message assumes a debug build. Prior to thi

[GitHub] minchingho-pax opened a new pull request #1595: Pkf 443

2019-01-11 Thread GitBox
minchingho-pax opened a new pull request #1595: Pkf 443 URL: https://github.com/apache/mynewt-core/pull/1595 This will be updated later This is an automated message from the Apache Git Service. To respond to the message, pleas

[GitHub] ccollins476ad opened a new pull request #1597: apps/boot: Add `sys/log/stub` dependency

2019-01-11 Thread GitBox
ccollins476ad opened a new pull request #1597: apps/boot: Add `sys/log/stub` dependency URL: https://github.com/apache/mynewt-core/pull/1597 A recent commit (`b10cbea5ef882e7f91d1c34ffcf2506d3e183003`) imposes the `LOG` API requirement on the `sys/mfg` package. To fix broken builds, make t

[GitHub] minchingho-pax opened a new pull request #1596: Pkf 443

2019-01-11 Thread GitBox
minchingho-pax opened a new pull request #1596: Pkf 443 URL: https://github.com/apache/mynewt-core/pull/1596 This will be updated later This is an automated message from the Apache Git Service. To respond to the message, pleas

[GitHub] minchingho-pax opened a new pull request #1595: Pkf 443

2019-01-11 Thread GitBox
minchingho-pax opened a new pull request #1595: Pkf 443 URL: https://github.com/apache/mynewt-core/pull/1595 This will be updated later This is an automated message from the Apache Git Service. To respond to the message, pleas

[mynewt-core] branch master updated: Add stub log dependency to self tests

2019-01-11 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 b10cbea Add stub log dependency to self

[GitHub] ccollins476ad closed pull request #1594: Add stub log dependency to self tests

2019-01-11 Thread GitBox
ccollins476ad closed pull request #1594: Add stub log dependency to self tests URL: https://github.com/apache/mynewt-core/pull/1594 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 fore

[GitHub] ccollins476ad opened a new pull request #1594: Add stub log dependency to self tests

2019-01-11 Thread GitBox
ccollins476ad opened a new pull request #1594: Add stub log dependency to self tests URL: https://github.com/apache/mynewt-core/pull/1594 A recent change caused `sys/mfg` to depend on `sys/log/modlog`. This introduces a LOG API requirement on several other packages, causing some self tes

[mynewt-core] 01/03: sys/defs: Add SYS_EDONE

2019-01-11 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 commit 211640ceba5bdd9cc4926e1f77623b07ff0e308a Author: Christopher Collins AuthorDate: Thu Dec 13 16:37:16 2018 -0800

[GitHub] ccollins476ad closed pull request #1591: sys/mfg: 2.0 support

2019-01-11 Thread GitBox
ccollins476ad closed pull request #1591: sys/mfg: 2.0 support URL: https://github.com/apache/mynewt-core/pull/1591 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

[mynewt-core] 03/03: sys/mfg: Documentation

2019-01-11 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 commit 72b3b92d90b375548a10f4360b1715709f9e9efe Author: Christopher Collins AuthorDate: Tue Jan 8 16:19:25 2019 -0800

[mynewt-core] 02/03: sys/mfg: 2.0 support

2019-01-11 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 commit 83a59b74d1b784c1be5dddf4b6039584753c824a Author: Christopher Collins AuthorDate: Fri Dec 14 15:59:50 2018 -0800

[mynewt-core] branch master updated (e962d73 -> 72b3b92)

2019-01-11 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 e962d73 log: Add function for log level manipulation new 211640c sys/defs: Add SYS_EDONE new 83a59

[GitHub] ccollins476ad commented on issue #1591: sys/mfg: 2.0 support

2019-01-11 Thread GitBox
ccollins476ad commented on issue #1591: sys/mfg: 2.0 support URL: https://github.com/apache/mynewt-core/pull/1591#issuecomment-453668284 Thanks, @utzig! I'm a bit leery of adding those null pointer checks because this code gets included in the boot loader. The boot loader size is already

[mynewt-nimble] 07/07: host: Fix conn find by RPA address

2019-01-11 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-nimble.git commit 44f1a188d98fbbd15ea2709dd287b1604ee7fca2 Author: Michał Narajowski AuthorDate: Wed Jan 9 16:40:12 2019 +0100

[mynewt-nimble] 06/07: host: Send Identity Resolved Event only when RPA was used

2019-01-11 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-nimble.git commit bed211f69c383c01a38a505155f9bac4251fccc7 Author: Michał Narajowski AuthorDate: Wed Jan 9 16:54:39 2019 +0100

[mynewt-nimble] 03/07: host: Make ble_gatts_clt_cfg_access non-static

2019-01-11 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-nimble.git commit c8a6bc66e017f5585f6ef4c718c945b6168d3f02 Author: Michał Narajowski AuthorDate: Wed Jan 2 15:15:44 2019 +0100

[mynewt-nimble] 02/07: host/gatts: Show local included services

2019-01-11 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-nimble.git commit 79d4d26b2e61abd7952af49d52327aadacf846da Author: Michał Narajowski AuthorDate: Mon Dec 17 15:37:50 2018 +0100

[mynewt-nimble] branch master updated (291d1b4 -> 44f1a18)

2019-01-11 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-nimble.git. from 291d1b4 nimble/ll: Fix address types in the advertising report new 38ac67f host/gatt: Add optional argum

[mynewt-nimble] 04/07: host: Fix setting peer RPA address on connection complete

2019-01-11 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-nimble.git commit f0a74de7a9962a07758666800b8b16a3d7d101e5 Author: Michał Narajowski AuthorDate: Wed Jan 9 16:39:04 2019 +0100

[mynewt-nimble] 01/07: host/gatt: Add optional argument when iterating over local database

2019-01-11 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-nimble.git commit 38ac67f97aa164ec801336dfd9688f9a8fe9962d Author: Michał Narajowski AuthorDate: Fri Nov 16 12:32:55 2018 +0100

[mynewt-nimble] 05/07: host: Fix setting conn's peer RPA address in SM

2019-01-11 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-nimble.git commit d442270f5e3e8e7b736215bef83740bb41173371 Author: Michał Narajowski AuthorDate: Wed Jan 9 16:51:07 2019 +0100

[GitHub] michal-narajowski closed pull request #288: Host fixes needed for Bluetooth Tester application

2019-01-11 Thread GitBox
michal-narajowski closed pull request #288: Host fixes needed for Bluetooth Tester application URL: https://github.com/apache/mynewt-nimble/pull/288 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:

[GitHub] rymanluk commented on issue #284: nimble/ll: Couple of fixes for extended scanner

2019-01-11 Thread GitBox
rymanluk commented on issue #284: nimble/ll: Couple of fixes for extended scanner URL: https://github.com/apache/mynewt-nimble/pull/284#issuecomment-453540412 There is some problem with updating status on Travis. When looking into Details it says PASS as below ``` Pull Request #284

[mynewt-nimble] 05/07: nimble/ll: Minor coding style fix

2019-01-11 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-nimble.git commit 468bb994319efa1b9c6b66b65229b02344ab27f2 Author: Łukasz Rymanowski AuthorDate: Fri Jan 11 11:08:48 2019 +0100

[mynewt-nimble] branch master updated (4e39d07 -> 291d1b4)

2019-01-11 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-nimble.git. from 4e39d07 mesh: Remove unused define new f10b048 nimble/ll: Improve extended scanner to report truncated r

[mynewt-nimble] 01/07: nimble/ll: Improve extended scanner to report truncated report

2019-01-11 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-nimble.git commit f10b0487f9a8e7278dad7ab6e8fe897d0ace4270 Author: Łukasz Rymanowski AuthorDate: Thu Jan 10 12:25:19 2019 +0100

[mynewt-nimble] 07/07: nimble/ll: Fix address types in the advertising report

2019-01-11 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-nimble.git commit 291d1b4b626a91828893e1b499085428966c5dc4 Author: Łukasz Rymanowski AuthorDate: Fri Jan 11 13:26:59 2019 +0100

[mynewt-nimble] 06/07: nimble/ll: Cleaning patch in ext scanning

2019-01-11 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-nimble.git commit 41362a4c717c0b00cca190b4545bbf8c5607022a Author: Łukasz Rymanowski AuthorDate: Fri Jan 11 11:26:05 2019 +0100

[mynewt-nimble] 04/07: nimble/ll: Fix extended chaining scanning

2019-01-11 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-nimble.git commit 5ace22629d5ab0961019db4586f87b0ae2c3c3cd Author: Łukasz Rymanowski AuthorDate: Fri Jan 11 10:46:06 2019 +0100

[mynewt-nimble] 03/07: nimble/ll: Minor fix

2019-01-11 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-nimble.git commit eb19fd1bc45062543a1114dc445b8440716fa661 Author: Łukasz Rymanowski AuthorDate: Thu Jan 10 13:15:01 2019 +0100

[GitHub] rymanluk closed pull request #284: nimble/ll: Couple of fixes for extended scanner

2019-01-11 Thread GitBox
rymanluk closed pull request #284: nimble/ll: Couple of fixes for extended scanner URL: https://github.com/apache/mynewt-nimble/pull/284 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

[mynewt-nimble] 02/07: nimble/ll: Remove some trash comment

2019-01-11 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-nimble.git commit 8469d0bf1e29ac0627f729a77cdb3b55da20c766 Author: Łukasz Rymanowski AuthorDate: Thu Jan 10 13:12:44 2019 +0100

[mynewt-nimble] 01/03: mesh: Add lpn and rpl testing commands

2019-01-11 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-nimble.git commit 8632b079b69659e69b2f6afc0b8ebc8b96572de9 Author: Michał Narajowski AuthorDate: Tue Nov 20 11:16:19 2018 +0100

[GitHub] michal-narajowski closed pull request #287: Mesh updates before merging Bluetooth tester application

2019-01-11 Thread GitBox
michal-narajowski closed pull request #287: Mesh updates before merging Bluetooth tester application URL: https://github.com/apache/mynewt-nimble/pull/287 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 proven

[mynewt-nimble] 02/03: mesh: Cast 32bit values to ensure proper formatting

2019-01-11 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-nimble.git commit 5061deb4a55b1ac2f5939fe61f60d0629a42d1e1 Author: Michał Narajowski AuthorDate: Tue Nov 20 11:17:59 2018 +0100

[mynewt-nimble] branch master updated (9e981f0 -> 4e39d07)

2019-01-11 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-nimble.git. from 9e981f0 mesh: Fix initializing connection handle for PB GATT new 8632b07 mesh: Add lpn and rpl testing c

[mynewt-nimble] 03/03: mesh: Remove unused define

2019-01-11 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-nimble.git commit 4e39d07b5456ed0663f7e61de4ffe34e872b82e1 Author: Michał Narajowski AuthorDate: Mon Dec 17 16:27:45 2018 +0100

[GitHub] rymanluk commented on a change in pull request #288: Host fixes needed for Bluetooth Tester application

2019-01-11 Thread GitBox
rymanluk commented on a change in pull request #288: Host fixes needed for Bluetooth Tester application URL: https://github.com/apache/mynewt-nimble/pull/288#discussion_r247110466 ## File path: nimble/host/src/ble_gap.c ## @@ -1448,8 +1448,17 @@ ble_gap_rx_conn_complete(st

[GitHub] rymanluk commented on a change in pull request #288: Host fixes needed for Bluetooth Tester application

2019-01-11 Thread GitBox
rymanluk commented on a change in pull request #288: Host fixes needed for Bluetooth Tester application URL: https://github.com/apache/mynewt-nimble/pull/288#discussion_r247113358 ## File path: nimble/host/src/ble_sm.c ## @@ -524,15 +524,14 @@ ble_sm_persist_keys(struct bl

[GitHub] rymanluk commented on a change in pull request #284: nimble/ll: Couple of fixes for extended scanner

2019-01-11 Thread GitBox
rymanluk commented on a change in pull request #284: nimble/ll: Couple of fixes for extended scanner URL: https://github.com/apache/mynewt-nimble/pull/284#discussion_r247112174 ## File path: nimble/controller/src/ble_ll_scan.c ## @@ -2086,8 +2100,10 @@ ble_ll_scan_parse_ex

[GitHub] rymanluk commented on a change in pull request #284: nimble/ll: Couple of fixes for extended scanner

2019-01-11 Thread GitBox
rymanluk commented on a change in pull request #284: nimble/ll: Couple of fixes for extended scanner URL: https://github.com/apache/mynewt-nimble/pull/284#discussion_r247112139 ## File path: nimble/controller/include/controller/ble_ll_scan.h ## @@ -97,9 +97,9 @@ struct ble

[GitHub] andrzej-kaczmarek commented on a change in pull request #284: nimble/ll: Couple of fixes for extended scanner

2019-01-11 Thread GitBox
andrzej-kaczmarek commented on a change in pull request #284: nimble/ll: Couple of fixes for extended scanner URL: https://github.com/apache/mynewt-nimble/pull/284#discussion_r247110252 ## File path: nimble/controller/include/controller/ble_ll_scan.h ## @@ -97,9 +97,9 @@ s

[GitHub] andrzej-kaczmarek commented on a change in pull request #284: nimble/ll: Couple of fixes for extended scanner

2019-01-11 Thread GitBox
andrzej-kaczmarek commented on a change in pull request #284: nimble/ll: Couple of fixes for extended scanner URL: https://github.com/apache/mynewt-nimble/pull/284#discussion_r247110554 ## File path: nimble/controller/src/ble_ll_scan.c ## @@ -2086,8 +2100,10 @@ ble_ll_scan

[GitHub] kasjer opened a new pull request #1593: console newtmgr coexistance

2019-01-11 Thread GitBox
kasjer opened a new pull request #1593: console newtmgr coexistance URL: https://github.com/apache/mynewt-core/pull/1593 When newtmgr is used over serial port it is easy to have errors when some task prints on serial console during newtmgr communication (for example during coredump downloa

[mynewt-core] branch master updated: log: Add function for log level manipulation

2019-01-11 Thread jerzy
This is an automated email from the ASF dual-hosted git repository. jerzy 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 e962d73 log: Add function for log level man

[GitHub] kasjer closed pull request #1592: log: Add functions for log level manipulation

2019-01-11 Thread GitBox
kasjer closed pull request #1592: log: Add functions for log level manipulation URL: https://github.com/apache/mynewt-core/pull/1592 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 for

[GitHub] michal-narajowski opened a new pull request #288: Host fixes needed for Bluetooth Tester application

2019-01-11 Thread GitBox
michal-narajowski opened a new pull request #288: Host fixes needed for Bluetooth Tester application URL: https://github.com/apache/mynewt-nimble/pull/288 This is an automated message from the Apache Git Service. To respond

[GitHub] michal-narajowski opened a new pull request #287: Mesh updates before merging Bluetooth tester application

2019-01-11 Thread GitBox
michal-narajowski opened a new pull request #287: Mesh updates before merging Bluetooth tester application URL: https://github.com/apache/mynewt-nimble/pull/287 This is an automated message from the Apache Git Service. To re