[GitHub] dlee-rt opened a new pull request #1295: docs: update broken hyperlinks in docs

2018-07-25 Thread GitBox
dlee-rt opened a new pull request #1295: docs: update broken hyperlinks in docs URL: https://github.com/apache/mynewt-core/pull/1295 Update broken links in various sections of the documentation: file system hal gpio logs shell test utility

[GitHub] wes3 closed pull request #1293: checking device initialization register for init completed

2018-07-25 Thread GitBox
wes3 closed pull request #1293: checking device initialization register for init completed URL: https://github.com/apache/mynewt-core/pull/1293 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] 01/01: Merge pull request #1293 from JuulLabs/bq27z561_init_check_updated

2018-07-25 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 330ade6afe89a4884c15bd49abba5f68743f11f9 Merge: c2714c2 9088061 Author: wes3 AuthorDate: Wed Jul 25 15:21:45 2018

[mynewt-core] branch master updated (c2714c2 -> 330ade6)

2018-07-25 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 c2714c2 Allow timer for serial booting add 0ab7e6d checking device inititalization register for init

[GitHub] utzig commented on issue #1294: Encrypted flash

2018-07-25 Thread GitBox
utzig commented on issue #1294: Encrypted flash URL: https://github.com/apache/mynewt-core/pull/1294#issuecomment-407903278 My useful comment of the day: it should have been called `crypt_flash`! This is an automated message

[GitHub] dlee-rt closed pull request #1254: update links and formatting in docs

2018-07-25 Thread GitBox
dlee-rt closed pull request #1254: update links and formatting in docs URL: https://github.com/apache/mynewt-core/pull/1254 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

[GitHub] dlee-rt commented on issue #1254: update links and formatting in docs

2018-07-25 Thread GitBox
dlee-rt commented on issue #1254: update links and formatting in docs URL: https://github.com/apache/mynewt-core/pull/1254#issuecomment-407904979 having issues with my branch and merge conflicts. will close and resubmit with relevant changes.

[GitHub] amrbekhit commented on issue #1286: Add support for the Bosch BME680 Environmental Sensor

2018-07-25 Thread GitBox
amrbekhit commented on issue #1286: Add support for the Bosch BME680 Environmental Sensor URL: https://github.com/apache/mynewt-core/pull/1286#issuecomment-407655283 @sterlinghughes I've push another commit. Hopefully this should clean up the style and also eliminate the use of

[mynewt-nimble] branch master updated (24c2b2c -> cb69596)

2018-07-25 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 24c2b2c Merge pull request #147 from michal-narajowski/npl-updates add 2f2250f Added support for

[mynewt-nimble] 01/01: Merge pull request #146 from mehulhirpara/mybranch

2018-07-25 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 cb69596a6a84523c233be5237327657e69155dd4 Merge: 24c2b2c 2f2250f Author: MichaƂ Narajowski AuthorDate: Wed Jul 25

[GitHub] michal-narajowski closed pull request #146: Added support to configure BLE Mesh device name

2018-07-25 Thread GitBox
michal-narajowski closed pull request #146: Added support to configure BLE Mesh device name URL: https://github.com/apache/mynewt-nimble/pull/146 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] andrzej-kaczmarek commented on issue #1149: sys/log: Add log storage usage tracking and watermarking

2018-07-25 Thread GitBox
andrzej-kaczmarek commented on issue #1149: sys/log: Add log storage usage tracking and watermarking URL: https://github.com/apache/mynewt-core/pull/1149#issuecomment-407695767 I believe comments were already fixed some time ago. I rebased this PR now since there were merge conflicts with

[GitHub] michal-narajowski opened a new pull request #148: apps/blemesh_onoff: Add example app implementing onoff models

2018-07-25 Thread GitBox
michal-narajowski opened a new pull request #148: apps/blemesh_onoff: Add example app implementing onoff models URL: https://github.com/apache/mynewt-nimble/pull/148 This application is specific to the Nordic nRF52840-PDK board. It supports the 4 buttons and 4 LEDs as mesh clients

[GitHub] mkiiskila opened a new pull request #1294: Encrypted flash

2018-07-25 Thread GitBox
mkiiskila opened a new pull request #1294: Encrypted flash URL: https://github.com/apache/mynewt-core/pull/1294 This is done with a pseudo flash device, which provides hal_flash interface. Device is split into common part, and architecture specific part. Only nrf51/nrf52 implementation

[mynewt-core] 01/01: Merge pull request #1292 from wes3/batt_poll_fix

2018-07-25 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 4685c8f4463cf25c341b1e61a443d651f19e3f10 Merge: 6d47099 7b763d3 Author: wes3 AuthorDate: Wed Jul 25 08:43:24 2018

[mynewt-core] branch master updated (6d47099 -> 4685c8f)

2018-07-25 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 6d47099 Make NRFX work with POF to setup an interrupt (#1291) add 7b763d3 hw/battery: Fix incorrect

[GitHub] wes3 closed pull request #1292: hw/battery: Fix incorrect os_time comparisons

2018-07-25 Thread GitBox
wes3 closed pull request #1292: hw/battery: Fix incorrect os_time comparisons URL: https://github.com/apache/mynewt-core/pull/1292 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 #1284: [STM32] syscfg hal choices

2018-07-25 Thread GitBox
utzig closed pull request #1284: [STM32] syscfg hal choices URL: https://github.com/apache/mynewt-core/pull/1284 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] 02/02: Fix identation

2018-07-25 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 commit 3b1657692ac0843364cdd9a136988ec7788dc73e Author: Fabio Utzig AuthorDate: Wed Jul 18 12:54:17 2018 -0300 Fix

[mynewt-core] branch master updated (4685c8f -> 3b16576)

2018-07-25 Thread utzig
This is an automated email from the ASF dual-hosted git repository. utzig pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/mynewt-core.git. from 4685c8f Merge pull request #1292 from wes3/batt_poll_fix new de96e6e [STM32] Add syscfg's for HAL driver

[mynewt-core] 01/02: [STM32] Add syscfg's for HAL driver choice

2018-07-25 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 commit de96e6e23f76137148f7745357ba74de8a43e8cb Author: Fabio Utzig AuthorDate: Wed Jul 18 11:12:16 2018 -0300

[GitHub] utzig closed pull request #1280: Fix cortex-m0 compilation on gcc 8.1

2018-07-25 Thread GitBox
utzig closed pull request #1280: Fix cortex-m0 compilation on gcc 8.1 URL: https://github.com/apache/mynewt-core/pull/1280 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] utzig closed pull request #1282: Allow timer for serial booting

2018-07-25 Thread GitBox
utzig closed pull request #1282: Allow timer for serial booting URL: https://github.com/apache/mynewt-core/pull/1282 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

[mynewt-core] branch master updated: Allow timer for serial booting

2018-07-25 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 c2714c2 Allow timer for serial booting

[mynewt-core] branch master updated: Fix cortex-m0 compilation on gcc 8.1

2018-07-25 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 572b656 Fix cortex-m0 compilation on gcc

[GitHub] ccollins476ad opened a new pull request #197: syscfg: error detection after API resolution

2018-07-25 Thread GitBox
ccollins476ad opened a new pull request #197: syscfg: error detection after API resolution URL: https://github.com/apache/mynewt-newt/pull/197 Prior to this PR, newt detected errors in the syscfg before API requirements were satisfied. Consequently, error detection was happening before