[GitHub] mkiiskila commented on a change in pull request #1251: Added stubs for I2C simulation

2018-07-11 Thread GitBox
mkiiskila commented on a change in pull request #1251: Added stubs for I2C simulation URL: https://github.com/apache/mynewt-core/pull/1251#discussion_r201584681 ## File path: hw/hal/include/hal/hal_i2c_sim.h ## @@ -0,0 +1,108 @@ +/* Review comment: This header file

[GitHub] microbuilder commented on issue #1251: Added stubs for I2C simulation

2018-07-11 Thread GitBox
microbuilder commented on issue #1251: Added stubs for I2C simulation URL: https://github.com/apache/mynewt-core/pull/1251#issuecomment-404067578 Let me know if you think the printf additions in hal_i2c.c are too chatty, and I can either make them optional or reduce them. The current

[GitHub] microbuilder commented on issue #1251: Added stubs for I2C simulation

2018-07-11 Thread GitBox
microbuilder commented on issue #1251: Added stubs for I2C simulation URL: https://github.com/apache/mynewt-core/pull/1251#issuecomment-404066699 Sorry to contradict myself, but I went ahead and added the registration and redirection changes to this PR since I got them working here last

[GitHub] microbuilder closed issue #1257: I2C device simulation

2018-07-11 Thread GitBox
microbuilder closed issue #1257: I2C device simulation URL: https://github.com/apache/mynewt-core/issues/1257 This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use

[GitHub] michal-narajowski commented on issue #191: Cmake fixes

2018-07-11 Thread GitBox
michal-narajowski commented on issue #191: Cmake fixes URL: https://github.com/apache/mynewt-newt/pull/191#issuecomment-404093529 I added a comment that explains what sortFields() does and added a commit that sorts and removes duplicate compilation flags to account for possible issues

[GitHub] michal-narajowski opened a new pull request #192: [RFC] syscfg: Add 'deprecated' field to syscfg.defs

2018-07-11 Thread GitBox
michal-narajowski opened a new pull request #192: [RFC] syscfg: Add 'deprecated' field to syscfg.defs URL: https://github.com/apache/mynewt-newt/pull/192 This allows to warn about using deprecated definitions and point users to new ones.

[GitHub] michal-narajowski closed pull request #191: Cmake fixes

2018-07-11 Thread GitBox
michal-narajowski closed pull request #191: Cmake fixes URL: https://github.com/apache/mynewt-newt/pull/191 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 (from

[mynewt-newt] 01/01: Merge pull request #191 from michal-narajowski/cmake-fixes

2018-07-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-newt.git commit 6e1cd5613dbf1be58911c543dd1839d588bee597 Merge: 6f9aa3a cb76194 Author: MichaƂ Narajowski AuthorDate: Wed Jul 11

[mynewt-newt] branch master updated (6f9aa3a -> 6e1cd56)

2018-07-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-newt.git. from 6f9aa3a Merge pull request #189 from kaidokert/master add 0b5e9df cmake: Escape quotes in linker flags

[GitHub] microbuilder commented on a change in pull request #1251: Added stubs for I2C simulation

2018-07-11 Thread GitBox
microbuilder commented on a change in pull request #1251: Added stubs for I2C simulation URL: https://github.com/apache/mynewt-core/pull/1251#discussion_r201617792 ## File path: hw/hal/include/hal/hal_i2c_sim.h ## @@ -0,0 +1,108 @@ +/* Review comment: Just moved

[GitHub] utzig commented on issue #190: Convert from godep to dep for vendoring

2018-07-11 Thread GitBox
utzig commented on issue #190: Convert from godep to dep for vendoring URL: https://github.com/apache/mynewt-newt/pull/190#issuecomment-404118002 LGTM This is an automated message from the Apache Git Service. To respond to

[GitHub] kasjer opened a new pull request #1258: Add State of health for battery interface and fuel gauge driver

2018-07-11 Thread GitBox
kasjer opened a new pull request #1258: Add State of health for battery interface and fuel gauge driver URL: https://github.com/apache/mynewt-core/pull/1258 * Battery state of health added to battery properties. * Fuel gauge driver exposes this property. * Battery shell can

[GitHub] microbuilder opened a new pull request #1259: [WIP] TSL2591 driver w/sim stubs

2018-07-11 Thread GitBox
microbuilder opened a new pull request #1259: [WIP] TSL2591 driver w/sim stubs URL: https://github.com/apache/mynewt-core/pull/1259 This adds a driver for the [TSL2591](https://cdn-shop.adafruit.com/datasheets/TSL25911_Datasheet_EN_v1.pdf) light sensor from Taos, which should be used on

[mynewt-newt] branch master updated (6e1cd56 -> d072db5)

2018-07-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-newt.git. from 6e1cd56 Merge pull request #191 from michal-narajowski/cmake-fixes add 53e155c Convert from godep to

[mynewt-newt] 01/01: Merge pull request #190 from ccollins476ad/dep

2018-07-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-newt.git commit d072db50faabe5c4870ef1eb77f3fe7ecf1ab3e5 Merge: 6e1cd56 53e155c Author: ccollins476ad AuthorDate: Wed Jul 11

[GitHub] microbuilder commented on issue #1251: Added stubs for I2C simulation

2018-07-11 Thread GitBox
microbuilder commented on issue #1251: Added stubs for I2C simulation URL: https://github.com/apache/mynewt-core/pull/1251#issuecomment-404136064 Think this can get merged if there are no other issues you see, and then I can push out some test code for it via an update to PR #1237 ? I

[GitHub] microbuilder closed pull request #1237: Initial TSL2591 driver

2018-07-11 Thread GitBox
microbuilder closed pull request #1237: Initial TSL2591 driver URL: https://github.com/apache/mynewt-core/pull/1237 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] microbuilder commented on issue #1237: Initial TSL2591 driver

2018-07-11 Thread GitBox
microbuilder commented on issue #1237: Initial TSL2591 driver URL: https://github.com/apache/mynewt-core/pull/1237#issuecomment-404170749 Closing this due to API changes. A new PR will be generate shortly. This is an

[GitHub] mkiiskila closed pull request #1251: Added stubs for I2C simulation

2018-07-11 Thread GitBox
mkiiskila closed pull request #1251: Added stubs for I2C simulation URL: https://github.com/apache/mynewt-core/pull/1251 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] 01/01: Merge pull request #1251 from microbuilder/i2csim

2018-07-11 Thread marko
This is an automated email from the ASF dual-hosted git repository. marko pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/mynewt-core.git commit a23c2e0f6d9a2c7f08462d1feaf5a8a0af3b11e7 Merge: e9d4a51 226bdf3 Author: mkiiskila AuthorDate: Wed Jul 11 15:46:23

[mynewt-core] branch master updated (e9d4a51 -> a23c2e0)

2018-07-11 Thread marko
This is an automated email from the ASF dual-hosted git repository. marko pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/mynewt-core.git. from e9d4a51 hw/sensor/test: Exclude CLI code add 6aa1573 Added stubs for I2C simulation add b2254d0

[mynewt-core] 01/01: Merge pull request #1258 from kasjer/battery_soh

2018-07-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 commit d170cf611bab4872b62847372856d34be4d1ee8a Merge: a23c2e0 1a4232c Author: kasjer AuthorDate: Wed Jul 11 15:33:13 2018

[GitHub] kasjer closed pull request #1258: Add State of health for battery interface and fuel gauge driver

2018-07-11 Thread GitBox
kasjer closed pull request #1258: Add State of health for battery interface and fuel gauge driver URL: https://github.com/apache/mynewt-core/pull/1258 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

[mynewt-core] branch master updated (a23c2e0 -> d170cf6)

2018-07-11 Thread jerzy
This is an automated email from the ASF dual-hosted git repository. jerzy pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/mynewt-core.git. from a23c2e0 Merge pull request #1251 from microbuilder/i2csim add b7c23cb hw/bq27z561: Fix build issue

[GitHub] utzig commented on issue #1205: Initial STM32L4 support + NUCLEO-L476RG BSP

2018-07-11 Thread GitBox
utzig commented on issue #1205: Initial STM32L4 support + NUCLEO-L476RG BSP URL: https://github.com/apache/mynewt-core/pull/1205#issuecomment-404220906 @kasjer I broke the commits as requested. This is an automated message

[mynewt-core] 01/01: Merge pull request #1249 from ccollins476ad/log-to-modlog

2018-07-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 6662f0f37aaf66d8a373594fc97e8eb264a74a5b Merge: d170cf6 adb0b27 Author: ccollins476ad AuthorDate: Wed Jul 11

[mynewt-nimble] branch master updated (d5b913d -> 8edad8a)

2018-07-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-nimble.git. from d5b913d Merge pull request #139 from michal-narajowski/mesh-memleaks-fix add 1749c7e apps/bleprph:

[GitHub] ccollins476ad closed pull request #140: Switch everything over to modlog

2018-07-11 Thread GitBox
ccollins476ad closed pull request #140: Switch everything over to modlog URL: https://github.com/apache/mynewt-nimble/pull/140 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

[mynewt-core] branch master updated (d170cf6 -> 6662f0f)

2018-07-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 d170cf6 Merge pull request #1258 from kasjer/battery_soh add 457f717 blesplit - Add missing bootutil

[mynewt-nimble] 01/01: Merge pull request #140 from ccollins476ad/log-to-modlog

2018-07-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-nimble.git commit 8edad8a5a89fbe0d63c08653f4c51dd039df6a04 Merge: d5b913d e8efcf1 Author: ccollins476ad AuthorDate: Wed Jul 11

[GitHub] jacobrosenthal commented on issue #1183: lis2dw12: fix self test to match an5038 rev2

2018-07-11 Thread GitBox
jacobrosenthal commented on issue #1183: lis2dw12: fix self test to match an5038 rev2 URL: https://github.com/apache/mynewt-core/pull/1183#issuecomment-404361655 I would hate to merge on top of @matthewwarnes and @InternetofAwesome without some buy in from them

[GitHub] vrahane commented on a change in pull request #1262: Add lock to charge control and adp5061 and bq27z561 fix

2018-07-11 Thread GitBox
vrahane commented on a change in pull request #1262: Add lock to charge control and adp5061 and bq27z561 fix URL: https://github.com/apache/mynewt-core/pull/1262#discussion_r201905258 ## File path: hw/drivers/bq27z561/include/bq27z561/bq27z561.h ## @@ -429,6 +429,8 @@

[GitHub] vrahane opened a new pull request #1262: Add lock to charge control and adp5061 and bq27z561 fix

2018-07-11 Thread GitBox
vrahane opened a new pull request #1262: Add lock to charge control and adp5061 and bq27z561 fix URL: https://github.com/apache/mynewt-core/pull/1262 - Fix bq27z561 and add lock for adp5061 This is an automated message from

[GitHub] wes3 commented on a change in pull request #1262: Add lock to charge control and adp5061 and bq27z561 fix

2018-07-11 Thread GitBox
wes3 commented on a change in pull request #1262: Add lock to charge control and adp5061 and bq27z561 fix URL: https://github.com/apache/mynewt-core/pull/1262#discussion_r201902449 ## File path: hw/drivers/bq27z561/include/bq27z561/bq27z561.h ## @@ -429,6 +429,8 @@

[mynewt-core] branch master updated: Add lock to charge control and adp5061 and fix (#1262)

2018-07-11 Thread vipulrahane
This is an automated email from the ASF dual-hosted git repository. vipulrahane 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 cc405f4 Add lock to charge control

[GitHub] vrahane closed pull request #1262: Add lock to charge control and adp5061 and bq27z561 fix

2018-07-11 Thread GitBox
vrahane closed pull request #1262: Add lock to charge control and adp5061 and bq27z561 fix URL: https://github.com/apache/mynewt-core/pull/1262 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 closed issue #1231: stop_timer in native hal_timer.c can suspect timer activity for a long time

2018-07-11 Thread GitBox
sterlinghughes closed issue #1231: stop_timer in native hal_timer.c can suspect timer activity for a long time URL: https://github.com/apache/mynewt-core/issues/1231 This is an automated message from the Apache Git Service.

[GitHub] ccollins476ad opened a new pull request #1261: hw/drivers: Fix build errors due to bad c+p

2018-07-11 Thread GitBox
ccollins476ad opened a new pull request #1261: hw/drivers: Fix build errors due to bad c+p URL: https://github.com/apache/mynewt-core/pull/1261 This is an automated message from the Apache Git Service. To respond to the

[GitHub] vrahane closed pull request #1263: adp5061: mutex should unlock on error

2018-07-11 Thread GitBox
vrahane closed pull request #1263: adp5061: mutex should unlock on error URL: https://github.com/apache/mynewt-core/pull/1263 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

[mynewt-core] branch master updated: adp5061: mutex should unlock on error (#1263)

2018-07-11 Thread vipulrahane
This is an automated email from the ASF dual-hosted git repository. vipulrahane 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 c3acba6 adp5061: mutex should unlock

[GitHub] vrahane opened a new pull request #1263: adp5061: mutex should unlock on error

2018-07-11 Thread GitBox
vrahane opened a new pull request #1263: adp5061: mutex should unlock on error URL: https://github.com/apache/mynewt-core/pull/1263 This is an automated message from the Apache Git Service. To respond to the message, please

[GitHub] utzig commented on a change in pull request #1205: Initial STM32L4 support + NUCLEO-L476RG BSP

2018-07-11 Thread GitBox
utzig commented on a change in pull request #1205: Initial STM32L4 support + NUCLEO-L476RG BSP URL: https://github.com/apache/mynewt-core/pull/1205#discussion_r201862523 ## File path: hw/mcu/stm/stm32l4xx/include/mcu/stm32_hal.h ## @@ -0,0 +1,83 @@ +/* + * Licensed to the

[mynewt-core] branch master updated (ef045d2 -> e68f12b)

2018-07-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 ef045d2 Fix STM32 common HAL for L4 add 41a28ec hw/drivers: Fix build errors due to bad c+p new

[mynewt-core] branch master updated (e68f12b -> 44a90e4)

2018-07-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 e68f12b Merge pull request #1261 from ccollins476ad/drivers-log-fix add 955bbe4 hw/sensor: Limit a

[GitHub] ccollins476ad closed pull request #1261: hw/drivers: Fix build errors due to bad c+p

2018-07-11 Thread GitBox
ccollins476ad closed pull request #1261: hw/drivers: Fix build errors due to bad c+p URL: https://github.com/apache/mynewt-core/pull/1261 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

[mynewt-core] 01/01: Merge pull request #1261 from ccollins476ad/drivers-log-fix

2018-07-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 e68f12bc9001c8df65db9488e8b14746761154aa Merge: ef045d2 41a28ec Author: ccollins476ad AuthorDate: Wed Jul 11

[GitHub] ccollins476ad closed pull request #1260: hw/sensor: Limit a sensor to one error callback

2018-07-11 Thread GitBox
ccollins476ad closed pull request #1260: hw/sensor: Limit a sensor to one error callback URL: https://github.com/apache/mynewt-core/pull/1260 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 #1260 from ccollins476ad/sensor_err

2018-07-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 44a90e444d6e8687404b047fee3465f1bb08ec56 Merge: e68f12b 955bbe4 Author: ccollins476ad AuthorDate: Wed Jul 11

[GitHub] ccollins476ad closed pull request #1127: util/cmd: Package for parsing = pairs.

2018-07-11 Thread GitBox
ccollins476ad closed pull request #1127: util/cmd: Package for parsing = pairs. URL: https://github.com/apache/mynewt-core/pull/1127 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] ccollins476ad commented on issue #1127: util/cmd: Package for parsing = pairs.

2018-07-11 Thread GitBox
ccollins476ad commented on issue #1127: util/cmd: Package for parsing = pairs. URL: https://github.com/apache/mynewt-core/pull/1127#issuecomment-404325986 Thanks, all. I have renamed the package to `util/cmdarg`. This is an

[mynewt-core] 01/01: Merge pull request #1127 from ccollins476ad/util/cmd

2018-07-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 5c24fb995a7df394baf7644e2cf0e1ef835be348 Merge: 2142043 f3873b9 Author: ccollins476ad AuthorDate: Wed Jul 11

[GitHub] kasjer commented on a change in pull request #1205: Initial STM32L4 support + NUCLEO-L476RG BSP

2018-07-11 Thread GitBox
kasjer commented on a change in pull request #1205: Initial STM32L4 support + NUCLEO-L476RG BSP URL: https://github.com/apache/mynewt-core/pull/1205#discussion_r201853105 ## File path: hw/mcu/stm/stm32l4xx/include/mcu/stm32_hal.h ## @@ -0,0 +1,83 @@ +/* + * Licensed to

[mynewt-core] branch master updated (2142043 -> 5c24fb9)

2018-07-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 2142043 Merge pull request #1246 from ccollins476ad/log-common add f3873b9 util/cmdarg: Package for

[GitHub] kasjer commented on a change in pull request #1205: Initial STM32L4 support + NUCLEO-L476RG BSP

2018-07-11 Thread GitBox
kasjer commented on a change in pull request #1205: Initial STM32L4 support + NUCLEO-L476RG BSP URL: https://github.com/apache/mynewt-core/pull/1205#discussion_r201853716 ## File path: hw/mcu/stm/stm32l4xx/src/hal_flash.c ## @@ -0,0 +1,167 @@ +/* + * Licensed to the

[GitHub] wes3 closed pull request #1253: hw/mcu/nordic: Disconnect input buffer when gpio made an output.

2018-07-11 Thread GitBox
wes3 closed pull request #1253: hw/mcu/nordic: Disconnect input buffer when gpio made an output. URL: https://github.com/apache/mynewt-core/pull/1253 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

[GitHub] sterlinghughes commented on issue #1205: Initial STM32L4 support + NUCLEO-L476RG BSP

2018-07-11 Thread GitBox
sterlinghughes commented on issue #1205: Initial STM32L4 support + NUCLEO-L476RG BSP URL: https://github.com/apache/mynewt-core/pull/1205#issuecomment-404322773 can we merge this? This is an automated message from the Apache

[GitHub] sterlinghughes commented on issue #1183: lis2dw12: fix self test to match an5038 rev2

2018-07-11 Thread GitBox
sterlinghughes commented on issue #1183: lis2dw12: fix self test to match an5038 rev2 URL: https://github.com/apache/mynewt-core/pull/1183#issuecomment-404323016 Can we merge this? This is an automated message from the

[mynewt-core] branch master updated (6662f0f -> 1c238e7)

2018-07-11 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 6662f0f Merge pull request #1249 from ccollins476ad/log-to-modlog add 1cdfc02 hw/mcu/nordic: Disconnect

[mynewt-core] 01/01: Merge pull request #1253 from wes3/nrf_gpio

2018-07-11 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 1c238e7ba43fcfd9ff8288651e8e2c87fd4c0437 Merge: 6662f0f 1cdfc02 Author: wes3 AuthorDate: Wed Jul 11 14:11:02 2018

[GitHub] wes3 commented on issue #1253: hw/mcu/nordic: Disconnect input buffer when gpio made an output.

2018-07-11 Thread GitBox
wes3 commented on issue #1253: hw/mcu/nordic: Disconnect input buffer when gpio made an output. URL: https://github.com/apache/mynewt-core/pull/1253#issuecomment-404310444 Not sure about other MCU's as I have not looked at how their gpio are handled but it is a good question.

[GitHub] ccollins476ad opened a new pull request #1260: hw/sensor: Limit a sensor to one error callback

2018-07-11 Thread GitBox
ccollins476ad opened a new pull request #1260: hw/sensor: Limit a sensor to one error callback URL: https://github.com/apache/mynewt-core/pull/1260 ### Prior to this PR each sensor had a list of "error listeners." Each listener was associated with one or more sensor data types via a

[GitHub] ccollins476ad closed pull request #1246: sys/log/common: Package for common log API

2018-07-11 Thread GitBox
ccollins476ad closed pull request #1246: sys/log/common: Package for common log API URL: https://github.com/apache/mynewt-core/pull/1246 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] sterlinghughes commented on issue #1150: log/shell: Add support for logging cbor logs in shell

2018-07-11 Thread GitBox
sterlinghughes commented on issue #1150: log/shell: Add support for logging cbor logs in shell URL: https://github.com/apache/mynewt-core/pull/1150#issuecomment-404323653 can we update, so we can merge? This is an automated

[mynewt-core] branch master updated (1c238e7 -> 2142043)

2018-07-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 1c238e7 Merge pull request #1253 from wes3/nrf_gpio add 780774b sys/log/common: Package for common log

[mynewt-core] 01/01: Merge pull request #1246 from ccollins476ad/log-common

2018-07-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 2142043a4442670da341c98fd304eaf69527cddd Merge: 1c238e7 780774b Author: ccollins476ad AuthorDate: Wed Jul 11

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

2018-07-11 Thread GitBox
sterlinghughes commented on issue #873: [WIP] sys/metrics: Add framework for logging events data URL: https://github.com/apache/mynewt-core/pull/873#issuecomment-404323156 Can we update & merge this? This is an automated

[mynewt-core] branch master updated (5c24fb9 -> ef045d2)

2018-07-11 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 5c24fb9 Merge pull request #1127 from ccollins476ad/util/cmd new 59bb4ed Add STM32L4 Cube new

[mynewt-core] 03/04: Add Nucleo-L476RG BSP

2018-07-11 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 8244b9b9def97365a2f7d71995d0e8aa51c4aa5b Author: Fabio Utzig AuthorDate: Tue Jul 10 20:17:41 2018 -0300 Add

[mynewt-core] 02/04: Initial STM32L4 support

2018-07-11 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 e5a1a903ccfa0ccb19497afcd175c2d996e996b1 Author: Fabio Utzig AuthorDate: Tue Jul 10 20:17:09 2018 -0300

[GitHub] utzig commented on a change in pull request #1205: Initial STM32L4 support + NUCLEO-L476RG BSP

2018-07-11 Thread GitBox
utzig commented on a change in pull request #1205: Initial STM32L4 support + NUCLEO-L476RG BSP URL: https://github.com/apache/mynewt-core/pull/1205#discussion_r201862911 ## File path: hw/mcu/stm/stm32l4xx/src/hal_flash.c ## @@ -0,0 +1,167 @@ +/* + * Licensed to the Apache

[mynewt-core] 04/04: Fix STM32 common HAL for L4

2018-07-11 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 ef045d20fa94f42463c8429516ca710c7f79a11e Author: Fabio Utzig AuthorDate: Tue Jul 10 20:18:20 2018 -0300 Fix