[GitHub] michal-narajowski closed pull request #871: nimble/ll: Allow setting scan rsp data before configuring advertising

2018-03-07 Thread GitBox
michal-narajowski closed pull request #871: nimble/ll: Allow setting scan rsp data before configuring advertising URL: https://github.com/apache/mynewt-core/pull/871 This is a PR merged from a forked repository. As GitHub hides the original diff on merge, it is displayed below for the sak

[mynewt-core] 01/01: Merge pull request #837 from andrzej-kaczmarek/nimble-numpktcmp-fix

2018-03-07 Thread andk
This is an automated email from the ASF dual-hosted git repository. andk pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/mynewt-core.git commit 356528ca3c7307d38ceb6b44ab452e9c6d74f2a9 Merge: 8f0a8d5 29d5d03 Author: Andrzej Kaczmarek AuthorDate: Wed Mar 7 11:10

[GitHub] andrzej-kaczmarek closed pull request #837: nimble/ll: Fix sending HCI Number of Completed Packets event

2018-03-07 Thread GitBox
andrzej-kaczmarek closed pull request #837: nimble/ll: Fix sending HCI Number of Completed Packets event URL: https://github.com/apache/mynewt-core/pull/837 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 prov

[mynewt-core] branch master updated (8f0a8d5 -> 356528c)

2018-03-07 Thread andk
This is an automated email from the ASF dual-hosted git repository. andk pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/mynewt-core.git. from 8f0a8d5 Merge pull request #871 from michal-narajowski/ll-legacy-adv-fix add 29d5d03 nimble/ll: Update han

[GitHub] rymanluk opened a new pull request #866: nimble/dtm: Couple of improvements helping in RF testing.

2018-03-07 Thread GitBox
rymanluk opened a new pull request #866: nimble/dtm: Couple of improvements helping in RF testing. URL: https://github.com/apache/mynewt-core/pull/866 This is an automated message from the Apache Git Service. To respond to t

[GitHub] michal-narajowski opened a new pull request #882: libc: Add support for float in printf

2018-03-07 Thread GitBox
michal-narajowski opened a new pull request #882: libc: Add support for float in printf URL: https://github.com/apache/mynewt-core/pull/882 This implementation supports only 3 decimal digits. Left-align is not supported. When specifying width it is counted with 3 decimal digits, point

[mynewt-core] branch master updated: Update README to document minimal console

2018-03-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 The following commit(s) were added to refs/heads/master by this push: new 23c507e Update README to document minimal c

[GitHub] utzig closed pull request #848: Update README to document minimal console

2018-03-07 Thread GitBox
utzig closed pull request #848: Update README to document minimal console URL: https://github.com/apache/mynewt-core/pull/848 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 pu

[GitHub] rymanluk opened a new pull request #883: nimble/ll: Improve extended scan/connect when host request both PHYs to be used

2018-03-07 Thread GitBox
rymanluk opened a new pull request #883: nimble/ll: Improve extended scan/connect when host request both PHYs to be used URL: https://github.com/apache/mynewt-core/pull/883 This is an automated message from the Apache Git Se

[GitHub] utzig commented on a change in pull request #140: newt - Repo dependencies

2018-03-07 Thread GitBox
utzig commented on a change in pull request #140: newt - Repo dependencies URL: https://github.com/apache/mynewt-newt/pull/140#discussion_r172831920 ## File path: newt/repo/repo.go ## @@ -3,7 +3,7 @@ * or more contributor license agreements. See the NOTICE file * distr

[GitHub] utzig commented on a change in pull request #140: newt - Repo dependencies

2018-03-07 Thread GitBox
utzig commented on a change in pull request #140: newt - Repo dependencies URL: https://github.com/apache/mynewt-newt/pull/140#discussion_r172846489 ## File path: newt/project/project.go ## @@ -198,177 +209,350 @@ func (proj *Project) Warnings() []string { return pr

[GitHub] utzig commented on a change in pull request #140: newt - Repo dependencies

2018-03-07 Thread GitBox
utzig commented on a change in pull request #140: newt - Repo dependencies URL: https://github.com/apache/mynewt-newt/pull/140#discussion_r172847193 ## File path: newt/downloader/downloader.go ## @@ -667,8 +667,8 @@ func (ld *LocalDownloader) CurrentBranch(path string) (st

[GitHub] sjanc commented on a change in pull request #882: libc: Add support for float in printf

2018-03-07 Thread GitBox
sjanc commented on a change in pull request #882: libc: Add support for float in printf URL: https://github.com/apache/mynewt-core/pull/882#discussion_r172848803 ## File path: libc/baselibc/src/tinyprintf.c ## @@ -337,6 +342,50 @@ size_t tfp_format(FILE *putp, const char *

[GitHub] sjanc commented on a change in pull request #882: libc: Add support for float in printf

2018-03-07 Thread GitBox
sjanc commented on a change in pull request #882: libc: Add support for float in printf URL: https://github.com/apache/mynewt-core/pull/882#discussion_r172842782 ## File path: libc/baselibc/src/tinyprintf.c ## @@ -337,6 +342,50 @@ size_t tfp_format(FILE *putp, const char *

[GitHub] utzig commented on a change in pull request #140: newt - Repo dependencies

2018-03-07 Thread GitBox
utzig commented on a change in pull request #140: newt - Repo dependencies URL: https://github.com/apache/mynewt-newt/pull/140#discussion_r172923765 ## File path: newt/repo/repo.go ## @@ -596,18 +499,18 @@ func (r *Repo) Sync(vers *Version, force bool) (bool, error) {

[GitHub] utzig commented on issue #140: newt - Repo dependencies

2018-03-07 Thread GitBox
utzig commented on issue #140: newt - Repo dependencies URL: https://github.com/apache/mynewt-newt/pull/140#issuecomment-371226257 Could you break this into multiple PRs that build feature by feature? Just kidding, the code looks really good and the comments are a very nice addition. I wil

[GitHub] michal-narajowski opened a new pull request #884: encoding/json: Remove unnecessary reads when parsing

2018-03-07 Thread GitBox
michal-narajowski opened a new pull request #884: encoding/json: Remove unnecessary reads when parsing URL: https://github.com/apache/mynewt-core/pull/884 This caused the library to skip some characters after parsing an object from a list. When it encountered a character it didn't expect

[GitHub] utzig commented on issue #140: newt - Repo dependencies

2018-03-07 Thread GitBox
utzig commented on issue #140: newt - Repo dependencies URL: https://github.com/apache/mynewt-newt/pull/140#issuecomment-371230864 Well, a `rm -rf bin && for i in targets/*; do newt build $(echo $i | sed 's#targets/##g'); done` works here so no regressions on my tens of targets :P

[GitHub] michal-narajowski commented on issue #864: JSON library's array count not incrementing

2018-03-07 Thread GitBox
michal-narajowski commented on issue #864: JSON library's array count not incrementing URL: https://github.com/apache/mynewt-core/issues/864#issuecomment-371231496 Hi @adityaxavier, I found some issues with your code and an issue in JSON library code. I submitted a pull request here

[GitHub] michal-narajowski commented on issue #864: JSON library's array count not incrementing

2018-03-07 Thread GitBox
michal-narajowski commented on issue #864: JSON library's array count not incrementing URL: https://github.com/apache/mynewt-core/issues/864#issuecomment-371231496 Hi @adityaxavier, I found some issues with your code and an issue in JSON library code. I submitted a pull request here

[GitHub] mkiiskila opened a new pull request #885: sys/config; add conf_save_tree() which saves config for single subsystem.

2018-03-07 Thread GitBox
mkiiskila opened a new pull request #885: sys/config; add conf_save_tree() which saves config for single subsystem. URL: https://github.com/apache/mynewt-core/pull/885 This is an automated message from the Apache Git Service

[GitHub] ccollins476ad commented on a change in pull request #140: newt - Repo dependencies

2018-03-07 Thread GitBox
ccollins476ad commented on a change in pull request #140: newt - Repo dependencies URL: https://github.com/apache/mynewt-newt/pull/140#discussion_r172954881 ## File path: newt/repo/repo.go ## @@ -596,18 +499,18 @@ func (r *Repo) Sync(vers *Version, force bool) (bool, erro

[GitHub] ccollins476ad commented on a change in pull request #140: newt - Repo dependencies

2018-03-07 Thread GitBox
ccollins476ad commented on a change in pull request #140: newt - Repo dependencies URL: https://github.com/apache/mynewt-newt/pull/140#discussion_r172954972 ## File path: newt/downloader/downloader.go ## @@ -667,8 +667,8 @@ func (ld *LocalDownloader) CurrentBranch(path str

[GitHub] ccollins476ad commented on a change in pull request #140: newt - Repo dependencies

2018-03-07 Thread GitBox
ccollins476ad commented on a change in pull request #140: newt - Repo dependencies URL: https://github.com/apache/mynewt-newt/pull/140#discussion_r172955379 ## File path: newt/repo/repo.go ## @@ -3,7 +3,7 @@ * or more contributor license agreements. See the NOTICE file

[GitHub] ccollins476ad commented on a change in pull request #140: newt - Repo dependencies

2018-03-07 Thread GitBox
ccollins476ad commented on a change in pull request #140: newt - Repo dependencies URL: https://github.com/apache/mynewt-newt/pull/140#discussion_r172955343 ## File path: newt/project/project.go ## @@ -198,177 +209,350 @@ func (proj *Project) Warnings() []string {

[GitHub] utzig commented on a change in pull request #140: newt - Repo dependencies

2018-03-07 Thread GitBox
utzig commented on a change in pull request #140: newt - Repo dependencies URL: https://github.com/apache/mynewt-newt/pull/140#discussion_r172960416 ## File path: newt/downloader/downloader.go ## @@ -667,8 +667,8 @@ func (ld *LocalDownloader) CurrentBranch(path string) (st

[GitHub] ccollins476ad opened a new pull request #886: lwip - Fix time calculation

2018-03-07 Thread GitBox
ccollins476ad opened a new pull request #886: lwip - Fix time calculation URL: https://github.com/apache/mynewt-core/pull/886 The `sys_now` function is supposed to calculate milliseconds since boot. However, the operands were not in the correct order, so the units were off. In sim,

[GitHub] wes3 opened a new pull request #887: net/lora: Update sx1272 to latest semtech code.

2018-03-07 Thread GitBox
wes3 opened a new pull request #887: net/lora: Update sx1272 to latest semtech code. URL: https://github.com/apache/mynewt-core/pull/887 Decided to bring this file up to date with latest code in semtech repo. Changes were all coding style except for the setting of FIFO address pointer

[mynewt-core] 01/01: Merge pull request #887 from wes3/sx1272_update

2018-03-07 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 5a38381d21900d7d3ad07509c2a78ef9b7c779dc Merge: 23c507e 2241e9d Author: wes3 AuthorDate: Wed Mar 7 13:32:11 2018 -080

[GitHub] wes3 closed pull request #887: net/lora: Update sx1272 to latest semtech code.

2018-03-07 Thread GitBox
wes3 closed pull request #887: net/lora: Update sx1272 to latest semtech code. URL: https://github.com/apache/mynewt-core/pull/887 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 forei

[mynewt-core] branch master updated (23c507e -> 5a38381)

2018-03-07 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 23c507e Update README to document minimal console add 2241e9d net/lora: Update sx1272 to latest semtech cod

[mynewt-core] 01/01: Merge pull request #886 from ccollins476ad/lwip-now

2018-03-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-core.git commit cf619127b1de35699f864726b2a00bf03da0ba17 Merge: 5a38381 a5650f9 Author: ccollins476ad AuthorDate: Wed Mar 7 13:40

[GitHub] ccollins476ad closed pull request #886: lwip - Fix time calculation

2018-03-07 Thread GitBox
ccollins476ad closed pull request #886: lwip - Fix time calculation URL: https://github.com/apache/mynewt-core/pull/886 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 req

[mynewt-core] branch master updated (5a38381 -> cf61912)

2018-03-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-core.git. from 5a38381 Merge pull request #887 from wes3/sx1272_update add 30ddf67 lwip - Fix time calculation. a

[GitHub] vrahane commented on issue #881: Lps33hw

2018-03-07 Thread GitBox
vrahane commented on issue #881: Lps33hw URL: https://github.com/apache/mynewt-core/pull/881#issuecomment-371317391 I have given review comments to @vsyn . He will soon make changes appropriately and let me know. This is an