[GitHub] wes3 commented on issue #1303: Program retention in Redbear Nano 2

2018-07-30 Thread GitBox
wes3 commented on issue #1303: Program retention in Redbear Nano 2 URL: https://github.com/apache/mynewt-core/issues/1303#issuecomment-408928706 Hello kartik. Could you please provide a bit more information here? How are you uploading the code? Depending on how you are doing this you have

[GitHub] ccollins476ad closed pull request #1302: sys/log/stub: Define one instance of log handlers

2018-07-30 Thread GitBox
ccollins476ad closed pull request #1302: sys/log/stub: Define one instance of log handlers URL: https://github.com/apache/mynewt-core/pull/1302 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-core] branch master updated (0003fd9 -> 5c9cacd)

2018-07-30 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 0003fd9 [NRF52] Remove uint64_t div in watchdog init add 84d121a sys/log/stub: Define one instance of

[mynewt-core] 01/01: Merge pull request #1302 from ccollins476ad/stub-log

2018-07-30 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 5c9cacd019573c908e683e09adadf8af7cf6e161 Merge: 0003fd9 84d121a Author: ccollins476ad AuthorDate: Mon Jul 30

[mynewt-core] 01/01: Merge pull request #1301 from ccollins476ad/debug-mode

2018-07-30 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 b00c6e08172119e71f65cca89cdf0ba672944ff9 Merge: 5c9cacd 7f57b03 Author: ccollins476ad AuthorDate: Mon Jul 30

[mynewt-core] branch master updated (5c9cacd -> b00c6e0)

2018-07-30 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 5c9cacd Merge pull request #1302 from ccollins476ad/stub-log add 7ff5544 hw/hal: flash writes and

[GitHub] ccollins476ad closed pull request #1301: kernel/os: Add debug mode syscfg setting

2018-07-30 Thread GitBox
ccollins476ad closed pull request #1301: kernel/os: Add debug mode syscfg setting URL: https://github.com/apache/mynewt-core/pull/1301 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

[mynewt-core] branch master updated: Fix some issues with the L1/L0 flash driver

2018-07-30 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 5e5dee8 Fix some issues with the L1/L0

[mynewt-core] branch master updated: [NRF52] Remove uint64_t div in watchdog init

2018-07-30 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 0003fd9 [NRF52] Remove uint64_t div in

[GitHub] utzig closed pull request #1297: Fix some issues with the L1/L0 flash driver

2018-07-30 Thread GitBox
utzig closed pull request #1297: Fix some issues with the L1/L0 flash driver URL: https://github.com/apache/mynewt-core/pull/1297 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

[GitHub] utzig closed pull request #1299: [RFC] [NRF52] Remove uint64_t div in watchdog init

2018-07-30 Thread GitBox
utzig closed pull request #1299: [RFC] [NRF52] Remove uint64_t div in watchdog init URL: https://github.com/apache/mynewt-core/pull/1299 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

[GitHub] wes3 commented on issue #1303: Program retention in Redbear Nano 2

2018-07-30 Thread GitBox
wes3 commented on issue #1303: Program retention in Redbear Nano 2 URL: https://github.com/apache/mynewt-core/issues/1303#issuecomment-409010136 So this all sounds like normal operation to me. Re-flashing the bootloader will not erase the currently loaded image so I would expect it to boot

[mynewt-core] branch master updated (b00c6e0 -> a9f1a1d)

2018-07-30 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 b00c6e0 Merge pull request #1301 from ccollins476ad/debug-mode add 709341d Fix unit test build errors

[mynewt-core] 01/01: Merge pull request #1304 from ccollins476ad/ut-build-err

2018-07-30 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 a9f1a1d601a923ca2026155d2d7f1ca721b91b8e Merge: b00c6e0 709341d Author: ccollins476ad AuthorDate: Mon Jul 30

[GitHub] ccollins476ad closed pull request #1304: Fix unit test build errors

2018-07-30 Thread GitBox
ccollins476ad closed pull request #1304: Fix unit test build errors URL: https://github.com/apache/mynewt-core/pull/1304 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

[GitHub] kartik9k commented on issue #1303: Program retention in Redbear Nano 2

2018-07-30 Thread GitBox
kartik9k commented on issue #1303: Program retention in Redbear Nano 2 URL: https://github.com/apache/mynewt-core/issues/1303#issuecomment-408990702 I'm programming my modules using command line instructions for Mynewt OS. For eg: ```newt load ``` So apparently, when I

[GitHub] wes3 commented on issue #1303: Program retention in Redbear Nano 2

2018-07-30 Thread GitBox
wes3 commented on issue #1303: Program retention in Redbear Nano 2 URL: https://github.com/apache/mynewt-core/issues/1303#issuecomment-408994843 I am sorry; I am not following what you are saying. Why are you re-flashing the bootloader btw? You should only need to do that once. You should

[GitHub] kartik9k commented on issue #1303: Program retention in Redbear Nano 2

2018-07-30 Thread GitBox
kartik9k commented on issue #1303: Program retention in Redbear Nano 2 URL: https://github.com/apache/mynewt-core/issues/1303#issuecomment-408998824 Yes! Whenever it is switched on, it resets. On burning the bootloader again, the device starts running the last program that was

[GitHub] kartik9k edited a comment on issue #1303: Program retention in Redbear Nano 2

2018-07-30 Thread GitBox
kartik9k edited a comment on issue #1303: Program retention in Redbear Nano 2 URL: https://github.com/apache/mynewt-core/issues/1303#issuecomment-408998824 Yes! Whenever it is switched on, it resets. On burning the bootloader again, the device starts running the last program that

[GitHub] ccollins476ad opened a new pull request #1304: Fix unit test build errors

2018-07-30 Thread GitBox
ccollins476ad opened a new pull request #1304: Fix unit test build errors URL: https://github.com/apache/mynewt-core/pull/1304 hal_flash.c was using `MYNEWT_VAL()` without including `os/mynewt.h`. This is an automated message