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

2018-03-06 Thread GitBox
ccollins476ad commented on issue #140: newt - Repo dependencies URL: https://github.com/apache/mynewt-newt/pull/140#issuecomment-370874302 That is a good point. I will add some test cases with results in a follow up comment to this PR.

[GitHub] sterlinghughes opened a new issue #875: shell/console locks with too much input

2018-03-06 Thread GitBox
sterlinghughes opened a new issue #875: shell/console locks with too much input URL: https://github.com/apache/mynewt-core/issues/875 1. Too many lines of input at a time locks it up. 2. If input is coming in faster than it's getting drained, console echo ends in endless wait.

[GitHub] sterlinghughes opened a new issue #878: should be able to query config variables without registering a handler

2018-03-06 Thread GitBox
sterlinghughes opened a new issue #878: should be able to query config variables without registering a handler URL: https://github.com/apache/mynewt-core/issues/878 In order to figure out what config variable is saved to, you need to have a handler registered, which gets called at config

[GitHub] ccollins476ad commented on issue #143: Test package lflags ignored by `newt test`

2018-03-06 Thread GitBox
ccollins476ad commented on issue #143: Test package lflags ignored by `newt test` URL: https://github.com/apache/mynewt-newt/issues/143#issuecomment-370908687 This should have been fixed by https://github.com/apache/mynewt-newt/pull/133. Please reopen if it is still an issue.

[GitHub] sterlinghughes opened a new issue #876: UART logging caused an exception for nrf51 board

2018-03-06 Thread GitBox
sterlinghughes opened a new issue #876: UART logging caused an exception for nrf51 board URL: https://github.com/apache/mynewt-core/issues/876 Blinking code work well, but when started to play with nimble BLE stack I got an issue. So problem is - even with bare minimum BLE code from

[GitHub] sterlinghughes opened a new issue #877: Test package lflags ignored by `newt test`

2018-03-06 Thread GitBox
sterlinghughes opened a new issue #877: Test package lflags ignored by `newt test` URL: https://github.com/apache/mynewt-core/issues/877 If you add the following to a test package: pkg.lflags: - "-foo" and then test the package with `newt test`, the flag does not get

[GitHub] sterlinghughes commented on issue #873: sys: Add framework for logging aggregated data for events

2018-03-06 Thread GitBox
sterlinghughes commented on issue #873: sys: Add framework for logging aggregated data for events URL: https://github.com/apache/mynewt-core/pull/873#issuecomment-370879216 cc @InternetOfAwesome, @wes3, @vrahane, @ccollins476ad

[GitHub] sterlinghughes opened a new issue #143: Test package lflags ignored by `newt test`

2018-03-06 Thread GitBox
sterlinghughes opened a new issue #143: Test package lflags ignored by `newt test` URL: https://github.com/apache/mynewt-newt/issues/143 If you add the following to a test package:pkg.lflags:- "-foo"and then test the package with?newt test, the flag does not get passed to gcc during

[GitHub] sterlinghughes opened a new issue #879: Add API to lock/unlock the scheduler.

2018-03-06 Thread GitBox
sterlinghughes opened a new issue #879: Add API to lock/unlock the scheduler. URL: https://github.com/apache/mynewt-core/issues/879 The OS should have an API to lock/unlock the scheduler. This is an automated message

[GitHub] sterlinghughes opened a new issue #880: Need to have a "SRAM retention" section for code

2018-03-06 Thread GitBox
sterlinghughes opened a new issue #880: Need to have a "SRAM retention" section for code URL: https://github.com/apache/mynewt-core/issues/880 Need to have linker sections for low power operation, and a function that restores when a system comes out of low power state, along with retained

[GitHub] sterlinghughes opened a new issue #144: BSP_NAME, APP_NAME should be passed in as syscfg vals

2018-03-06 Thread GitBox
sterlinghughes opened a new issue #144: BSP_NAME, APP_NAME should be passed in as syscfg vals URL: https://github.com/apache/mynewt-newt/issues/144 newt should populate these in target syscfg.h file, instead of passing them with -D option when compiling. Should also add a 3rd, BUILD_ID

[GitHub] andrzej-kaczmarek opened a new pull request #873: sys: Add framework for logging aggregated data for events

2018-03-06 Thread GitBox
andrzej-kaczmarek opened a new pull request #873: sys: Add framework for logging aggregated data for events URL: https://github.com/apache/mynewt-core/pull/873 This is proposed framework for logging aggregated data for events. The idea is simple: there is an event which has multiple

[GitHub] sterlinghughes opened a new issue #145: Newt - Cannot specify multiple-argument cflags

2018-03-06 Thread GitBox
sterlinghughes opened a new issue #145: Newt - Cannot specify multiple-argument cflags URL: https://github.com/apache/mynewt-newt/issues/145 For example: pkg.cflags: - '-include /usr/local/extra-includes' The entire item, including the space, gets passed to gcc as a single

[GitHub] sterlinghughes closed pull request #865: hw/drivers/sx1272: Make driver shield compatible and fix driver issues.

2018-03-06 Thread GitBox
sterlinghughes closed pull request #865: hw/drivers/sx1272: Make driver shield compatible and fix driver issues. URL: https://github.com/apache/mynewt-core/pull/865 This is a PR merged from a forked repository. As GitHub hides the original diff on merge, it is displayed below for the

[GitHub] sterlinghughes closed pull request #872: puckjs: i2c syscfg

2018-03-06 Thread GitBox
sterlinghughes closed pull request #872: puckjs: i2c syscfg URL: https://github.com/apache/mynewt-core/pull/872 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-newt] branch master updated: newt - Fix build errors.

2018-03-06 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 The following commit(s) were added to refs/heads/master by this push: new aa0f8e9 newt - Fix build errors.

[GitHub] sterlinghughes opened a new issue #142: semver reporting in image list is not consistent

2018-03-06 Thread GitBox
sterlinghughes opened a new issue #142: semver reporting in image list is not consistent URL: https://github.com/apache/mynewt-newt/issues/142 create-image split-microbit 0 and create-image split-microbit 0.0.0.0 both report 0.0.0 but create-image split-microbit 0.0.0.1 reports

[GitHub] sterlinghughes closed issue #877: Test package lflags ignored by `newt test`

2018-03-06 Thread GitBox
sterlinghughes closed issue #877: Test package lflags ignored by `newt test` URL: https://github.com/apache/mynewt-core/issues/877 This is an automated message from the Apache Git Service. To respond to the message, please

[GitHub] sterlinghughes commented on issue #699: Sensors/BMA2XX - New PR based on PR #697 changes

2018-03-06 Thread GitBox
sterlinghughes commented on issue #699: Sensors/BMA2XX - New PR based on PR #697 changes URL: https://github.com/apache/mynewt-core/pull/699#issuecomment-370878361 Hi @joshgrob -- would you be willing to respond to comments and rebase this pull request? I'd like to merge it into Mynewt.

[GitHub] ccollins476ad closed issue #143: Test package lflags ignored by `newt test`

2018-03-06 Thread GitBox
ccollins476ad closed issue #143: Test package lflags ignored by `newt test` URL: https://github.com/apache/mynewt-newt/issues/143 This is an automated message from the Apache Git Service. To respond to the message, please

[mynewt-core] 01/01: Merge pull request #865 from wes3/sx1272_shield

2018-03-06 Thread sterling
This is an automated email from the ASF dual-hosted git repository. sterling pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/mynewt-core.git commit 00f9a8430e91fe21b81e6c6d087f226dd55dd74b Merge: bf61252 d20b18e Author: Sterling Hughes

[mynewt-core] 01/01: Merge pull request #872 from jacobrosenthal/puckjs

2018-03-06 Thread sterling
This is an automated email from the ASF dual-hosted git repository. sterling pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/mynewt-core.git commit bf61252b99ffb9dce190e04195b1febf5c85f377 Merge: be06490 59327b3 Author: Sterling Hughes

[mynewt-core] branch master updated: Update README.md

2018-03-06 Thread aditi
This is an automated email from the ASF dual-hosted git repository. aditi 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 e6fd9ed Update README.md e6fd9ed is

[GitHub] sterlinghughes commented on issue #822: Adding int/float easing library

2018-03-06 Thread GitBox
sterlinghughes commented on issue #822: Adding int/float easing library URL: https://github.com/apache/mynewt-core/pull/822#issuecomment-370876871 cc @InternetOfAwesome This is an automated message from the Apache Git

[GitHub] joshgrob commented on issue #699: Sensors/BMA2XX - New PR based on PR #697 changes

2018-03-06 Thread GitBox
joshgrob commented on issue #699: Sensors/BMA2XX - New PR based on PR #697 changes URL: https://github.com/apache/mynewt-core/pull/699#issuecomment-370888951 Hi @sterlinghughes many apologies for the delay in my comments. Yes, I will try and respond by the end of the week or early next.

[GitHub] sterlinghughes opened a new issue #874: Need calendaring support and localtime concept

2018-03-06 Thread GitBox
sterlinghughes opened a new issue #874: Need calendaring support and localtime concept URL: https://github.com/apache/mynewt-core/issues/874 Need to have support for calendaring (e.g. 3rd thursday of 4th month is what date?), Localtime + DST adjustments, time skew adjustment.

[mynewt-core] branch master updated: Update README.md

2018-03-06 Thread aditi
This is an automated email from the ASF dual-hosted git repository. aditi 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 9380227 Update README.md 9380227 is

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

2018-03-06 Thread GitBox
ccollins476ad commented on issue #140: newt - Repo dependencies URL: https://github.com/apache/mynewt-newt/pull/140#issuecomment-370937683 By the way, I noticed a few issues while running these tests. I have force pushed the fixes. The issues were: * `newt install` might install

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

2018-03-06 Thread GitBox
ccollins476ad commented on issue #140: newt - Repo dependencies URL: https://github.com/apache/mynewt-newt/pull/140#issuecomment-370938242 Here are some tests with results. I created some empty Mynewt repos for these tests ("mynewt-repo-01", "mynewt-repo-02"). These repos are in my

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

2018-03-06 Thread GitBox
ccollins476ad commented on issue #140: newt - Repo dependencies URL: https://github.com/apache/mynewt-newt/pull/140#issuecomment-370938242 Here are some tests with results. I created some empty Mynewt repos for these tests ("mynewt-repo-01", "mynewt-repo-02"). These repos are in my

[GitHub] vsyn opened a new pull request #881: Lps33hw

2018-03-06 Thread GitBox
vsyn opened a new pull request #881: Lps33hw URL: https://github.com/apache/mynewt-core/pull/881 This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above

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

2018-03-06 Thread GitBox
ccollins476ad commented on issue #140: newt - Repo dependencies URL: https://github.com/apache/mynewt-newt/pull/140#issuecomment-370938242 Here are some tests with results. I created some empty Mynewt repos for these tests ("mynewt-repo-01", "mynewt-repo-02"). These repos are in my

[GitHub] andrzej-kaczmarek closed pull request #870: nimble/phy: Fix receiver configuration on late RX

2018-03-06 Thread GitBox
andrzej-kaczmarek closed pull request #870: nimble/phy: Fix receiver configuration on late RX URL: https://github.com/apache/mynewt-core/pull/870 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:

[mynewt-core] branch master updated (9380227 -> 192da65)

2018-03-06 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 9380227 Update README.md add 068c09a nimble/phy: Fix receiver configuration on late RX new 192da65

[mynewt-core] 01/01: Merge pull request #870 from andrzej-kaczmarek/phy-rx-fix

2018-03-06 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 192da65c3d4a77e02bc9a594749a4704f5a9d7d4 Merge: 9380227 068c09a Author: Andrzej Kaczmarek

[GitHub] rymanluk commented on issue #875: shell/console locks with too much input

2018-03-06 Thread GitBox
rymanluk commented on issue #875: shell/console locks with too much input URL: https://github.com/apache/mynewt-core/issues/875#issuecomment-371042870 @andrzej-kaczmarek I have feeling you have some solution on this under testing, right?

[GitHub] sterlinghughes commented on issue #881: Lps33hw

2018-03-06 Thread GitBox
sterlinghughes commented on issue #881: Lps33hw URL: https://github.com/apache/mynewt-core/pull/881#issuecomment-370998797 cc @InternetOfAwesome This is an automated message from the Apache Git Service. To respond to the

[GitHub] InternetofAwesome commented on issue #822: Adding int/float easing library

2018-03-06 Thread GitBox
InternetofAwesome commented on issue #822: Adding int/float easing library URL: https://github.com/apache/mynewt-core/pull/822#issuecomment-371013856 @sterlinghughes, Not sure why I am on this PR. These are unrelated changes to the fp printf changes I made. Anyway, looks great,

[GitHub] jacobrosenthal commented on issue #822: Adding int/float easing library

2018-03-06 Thread GitBox
jacobrosenthal commented on issue #822: Adding int/float easing library URL: https://github.com/apache/mynewt-core/pull/822#issuecomment-371039772 This could be merged as far as im concerned, but its mainly useful in relation to interrupt driven pwm so Im kinda waiting to see that resolve

[GitHub] andrzej-kaczmarek opened a new pull request #870: nimble/phy: Fix receiver configuration on late RX

2018-03-06 Thread GitBox
andrzej-kaczmarek opened a new pull request #870: nimble/phy: Fix receiver configuration on late RX URL: https://github.com/apache/mynewt-core/pull/870 If we are late when scheduling RX, receiver is enabled anyway since we may just want to scan for "anything". However, current code only

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

2018-03-06 Thread GitBox
rymanluk closed pull request #866: nimble/dtm: Couple of improvements helping in RF testing. URL: https://github.com/apache/mynewt-core/pull/866 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

[GitHub] sterlinghughes commented on issue #120: gopherjs test

2018-03-06 Thread GitBox
sterlinghughes commented on issue #120: gopherjs test URL: https://github.com/apache/mynewt-newt/pull/120#issuecomment-370831382 Should this be updated/merged? What is status on PR. This is an automated message from the

[GitHub] jacobrosenthal opened a new pull request #872: puckjs: i2c syscfg

2018-03-06 Thread GitBox
jacobrosenthal opened a new pull request #872: puckjs: i2c syscfg URL: https://github.com/apache/mynewt-core/pull/872 These were missed in the puckjs bsp This is an automated message from the Apache Git Service. To respond to

[mynewt-core] 01/01: Merge pull request #844 from alvarop/i2c_scl_fix

2018-03-06 Thread sterling
This is an automated email from the ASF dual-hosted git repository. sterling pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/mynewt-core.git commit be06490a932df00e25878c5220f206cf33fcc9fc Merge: e196c52 22a38cb Author: Sterling Hughes

[GitHub] sterlinghughes closed pull request #844: Bug fix for SCL being held low after NACK on NRF52

2018-03-06 Thread GitBox
sterlinghughes closed pull request #844: Bug fix for SCL being held low after NACK on NRF52 URL: https://github.com/apache/mynewt-core/pull/844 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

[GitHub] sterlinghughes commented on issue #115: make master newt version ahead of releases

2018-03-06 Thread GitBox
sterlinghughes commented on issue #115: make master newt version ahead of releases URL: https://github.com/apache/mynewt-newt/pull/115#issuecomment-370836883 have we ever merged this? Can we either rebase ourselves and merge or close the PR?

[GitHub] sterlinghughes closed pull request #141: Initialize and update submodules after checkout.

2018-03-06 Thread GitBox
sterlinghughes closed pull request #141: Initialize and update submodules after checkout. URL: https://github.com/apache/mynewt-newt/pull/141 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

[mynewt-newt] branch master updated (723e7d9 -> 2f39156)

2018-03-06 Thread sterling
This is an automated email from the ASF dual-hosted git repository. sterling pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/mynewt-newt.git. from 723e7d9 Update newt_mfg.rst add 0b41a19 Initialize and update submodules after checkout. new

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

2018-03-06 Thread GitBox
sterlinghughes commented on issue #140: newt - Repo dependencies URL: https://github.com/apache/mynewt-newt/pull/140#issuecomment-370836530 @ccollins476ad -- do you have some sample repositories and projects that I can try this out on to test it? The PR is pretty big :-) . I've looked

[GitHub] andrzej-kaczmarek commented on issue #870: nimble/phy: Fix receiver configuration on late RX

2018-03-06 Thread GitBox
andrzej-kaczmarek commented on issue #870: nimble/phy: Fix receiver configuration on late RX URL: https://github.com/apache/mynewt-core/pull/870#issuecomment-370719697 to clarify: I do not see any particular problem due to this potential issue - found this by looking through code and was

[GitHub] rymanluk commented on issue #866: nimble/dtm: Couple of improvements helping in RF testing.

2018-03-06 Thread GitBox
rymanluk commented on issue #866: nimble/dtm: Couple of improvements helping in RF testing. URL: https://github.com/apache/mynewt-core/pull/866#issuecomment-370719705 waiting for verification of this patch This is an