[mynewt-core] branch master updated: adding 380kbps to nrf52840_bitfields.c for twi and twim

2019-05-31 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 The following commit(s) were added to refs/heads/master by this push: new 53a34eb adding 380kbps to nrf52840_bitfi

[GitHub] [mynewt-core] ccollins476ad merged pull request #1854: nrfx: add 380kbps to nrf52840_bitfields.c for twi and twim

2019-05-31 Thread GitBox
ccollins476ad merged pull request #1854: nrfx: add 380kbps to nrf52840_bitfields.c for twi and twim URL: https://github.com/apache/mynewt-core/pull/1854 This is an automated message from the Apache Git Service. To respond to

[GitHub] [mynewt-core] alvarop opened a new pull request #1855: Trying to add NRF52811 support

2019-05-31 Thread GitBox
alvarop opened a new pull request #1855: Trying to add NRF52811 support URL: https://github.com/apache/mynewt-core/pull/1855 Removed STATIC_ASSERT() since C99 doesn't define it Updated TWI definitions to use new struct. Added various NRF52811 specific defines (and sometimes NRF5281

[GitHub] [mynewt-core] mlaz commented on issue #1854: nrfx: add 380kbps to nrf52840_bitfields.c for twi and twim

2019-05-31 Thread GitBox
mlaz commented on issue #1854: nrfx: add 380kbps to nrf52840_bitfields.c for twi and twim URL: https://github.com/apache/mynewt-core/pull/1854#issuecomment-497894428 LGTM This is an automated message from the Apache Git Servi

[GitHub] [mynewt-core] mlaz removed a comment on issue #1854: nrfx: add 380kbps to nrf52840_bitfields.c for twi and twim

2019-05-31 Thread GitBox
mlaz removed a comment on issue #1854: nrfx: add 380kbps to nrf52840_bitfields.c for twi and twim URL: https://github.com/apache/mynewt-core/pull/1854#issuecomment-497894428 LGTM This is an automated message from the Apache G

[GitHub] [mynewt-core] ccollins476ad opened a new pull request #1854: nrfx: add 380kbps to nrf52840_bitfields.c for twi and twim

2019-05-31 Thread GitBox
ccollins476ad opened a new pull request #1854: nrfx: add 380kbps to nrf52840_bitfields.c for twi and twim URL: https://github.com/apache/mynewt-core/pull/1854 nrfx used to be customized with this change - support for TWI/TWIM 380kbps. This change was lost when nrfx was recently upgraded.

[GitHub] [mynewt-core] ccollins476ad merged pull request #1853: Fix some CI test failures

2019-05-31 Thread GitBox
ccollins476ad merged pull request #1853: Fix some CI test failures URL: https://github.com/apache/mynewt-core/pull/1853 This is an automated message from the Apache Git Service. To respond to the message, please log on to Git

[mynewt-core] branch master updated: Fix some CI test failures

2019-05-31 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 The following commit(s) were added to refs/heads/master by this push: new ee31457 Fix some CI test failures ee3145

[GitHub] [mynewt-core] ccollins476ad opened a new pull request #1853: Fix some CI test failures

2019-05-31 Thread GitBox
ccollins476ad opened a new pull request #1853: Fix some CI test failures URL: https://github.com/apache/mynewt-core/pull/1853 `newt test all` in a project containing the nimble repo fails with the following errors: ``` va_start(ap, fmt); Failed tests: [nimble/host/test]

[mynewt-core] 10/10: flash_test: Change shell cmds to extended

2019-05-31 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 e4c46a7eaee5cc55ae786ed8b94d670b392c8211 Author: Christopher Collins AuthorDate: Thu May 30 17:51:27 2019 -0700

[mynewt-core] 03/10: sys/console: console_vprintf

2019-05-31 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 385e381d9783ae430bcdf4580df44c87d15d97e9 Author: Christopher Collins AuthorDate: Fri May 10 12:54:21 2019 -0700

[mynewt-core] 02/10: encoding/tinycbor: encode indefinite text strings

2019-05-31 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 b9e9544ec3c0ee7ead72ac974436a82cf4cde146 Author: Christopher Collins AuthorDate: Fri May 10 12:51:32 2019 -0700

[mynewt-core] 04/10: util/streamer: generic data streaming interface

2019-05-31 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 15d991048f905d7c4595cdd29bdd3189f923b675 Author: Christopher Collins AuthorDate: Fri May 10 10:04:19 2019 -0700

[mynewt-core] branch master updated (02ff200 -> e4c46a7)

2019-05-31 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 02ff200 [Feature]: Main Task OS Sanity Check (#1838) new 31f54a1 kernel/os: Fn to convert OS_ codes to

[mynewt-core] 01/10: kernel/os: Fn to convert OS_ codes to SYS_E codes

2019-05-31 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 31f54a1e4449ec7afc1b471bc81efd713568cfb1 Author: Christopher Collins AuthorDate: Thu May 30 14:05:39 2019 -0700

[mynewt-core] 08/10: sys/shell: Change the OS cmds to extended

2019-05-31 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 65c47238a5c3d7d5c6e931376f4e7e630ac59cc4 Author: Christopher Collins AuthorDate: Fri May 10 18:40:04 2019 -0700

[mynewt-core] 07/10: sys/shell: shell-newtmgr bridge

2019-05-31 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 4d37e68313f9dbae9f5abd6cc695372b57f58fdc Author: Christopher Collins AuthorDate: Fri May 10 18:59:39 2019 -0700

[mynewt-core] 06/10: hw/battery: Fix shell command definitions

2019-05-31 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 f6f145b5d20a0f7af454c8a3e2ce3e386ad24020 Author: Christopher Collins AuthorDate: Fri May 10 18:59:30 2019 -0700

[mynewt-core] 05/10: sys/shell: Use the util/streamer interface

2019-05-31 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 e178c3d79cf526fbc146bce25f3a1e15b15a51b8 Author: Christopher Collins AuthorDate: Fri May 10 18:51:50 2019 -0700

[mynewt-core] 09/10: sys/stats: Change the stats shell cmds to extended

2019-05-31 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 84faab7679d12f50b791d1aa2c0483f7b5a91ac3 Author: Christopher Collins AuthorDate: Fri May 10 18:40:46 2019 -0700

[GitHub] [mynewt-core] ccollins476ad merged pull request #1809: Shell newtmgr bridge

2019-05-31 Thread GitBox
ccollins476ad merged pull request #1809: Shell newtmgr bridge URL: https://github.com/apache/mynewt-core/pull/1809 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub a

[GitHub] [mynewt-nimble] mlaz commented on a change in pull request #444: Adding System ID characteristic to DIS.

2019-05-31 Thread GitBox
mlaz commented on a change in pull request #444: Adding System ID characteristic to DIS. URL: https://github.com/apache/mynewt-nimble/pull/444#discussion_r289521177 ## File path: nimble/host/services/dis/syscfg.yml ## @@ -92,6 +92,17 @@ syscfg.defs: Defines a

[mynewt-core] branch master updated: [Feature]: Main Task OS Sanity Check (#1838)

2019-05-31 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 The following commit(s) were added to refs/heads/master by this push: new 02ff200 [Feature]: Main Task OS Sanity Check

[GitHub] [mynewt-core] wes3 merged pull request #1838: [Feature]: Main Task OS Sanity Check

2019-05-31 Thread GitBox
wes3 merged pull request #1838: [Feature]: Main Task OS Sanity Check URL: https://github.com/apache/mynewt-core/pull/1838 This is an automated message from the Apache Git Service. To respond to the message, please log on to G

[GitHub] [mynewt-core] utzig closed issue #1829: Wrong SystemCoreClock value in b-l072z-lrwan1 bsp

2019-05-31 Thread GitBox
utzig closed issue #1829: Wrong SystemCoreClock value in b-l072z-lrwan1 bsp URL: https://github.com/apache/mynewt-core/issues/1829 This is an automated message from the Apache Git Service. To respond to the message, please lo

[GitHub] [mynewt-core] utzig merged pull request #1842: STM32L0 Cube 1.11.2

2019-05-31 Thread GitBox
utzig merged pull request #1842: STM32L0 Cube 1.11.2 URL: https://github.com/apache/mynewt-core/pull/1842 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use th

[mynewt-core] 02/02: Update B-L072Z-LRWAN1 startup

2019-05-31 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 97338b0e28dd649116c3070e6322134c6956f13b Author: Fabio Utzig AuthorDate: Fri May 24 09:24:05 2019 -0300 Update

[mynewt-core] branch master updated (d92e012 -> 97338b0)

2019-05-31 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 d92e012 Merge pull request #1841 from alvarop/nrfx_1.7.1 new 771dfb7 Update STM32L0 Cube to 1.11.2 ne

[GitHub] [mynewt-core] mlaz merged pull request #1841: Updating to NRFX 1.7.1

2019-05-31 Thread GitBox
mlaz merged pull request #1841: Updating to NRFX 1.7.1 URL: https://github.com/apache/mynewt-core/pull/1841 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use

[GitHub] [mynewt-core] mlaz commented on issue #1841: Updating to NRFX 1.7.1

2019-05-31 Thread GitBox
mlaz commented on issue #1841: Updating to NRFX 1.7.1 URL: https://github.com/apache/mynewt-core/pull/1841#issuecomment-497774196 I talked with @alvarop on slack and we agreed to have nrf52811 support coming in on a separate PR. -

[mynewt-nimble] branch master updated (aceb946 -> 9bc2304)

2019-05-31 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 aceb946 apps/bttester: Add configurable Limited Advertising timeout add 9bc2304 apps/bttester: Fix l2cap

[GitHub] [mynewt-nimble] michal-narajowski merged pull request #455: apps/bttester: Fix l2cap set data to use updated API

2019-05-31 Thread GitBox
michal-narajowski merged pull request #455: apps/bttester: Fix l2cap set data to use updated API URL: https://github.com/apache/mynewt-nimble/pull/455 This is an automated message from the Apache Git Service. To respond to t

[GitHub] [mynewt-nimble] michal-narajowski merged pull request #452: nimble/sm: Fix storing encryption key size in legacy mode

2019-05-31 Thread GitBox
michal-narajowski merged pull request #452: nimble/sm: Fix storing encryption key size in legacy mode URL: https://github.com/apache/mynewt-nimble/pull/452 This is an automated message from the Apache Git Service. To respond

[mynewt-nimble] branch master updated (bf5ed69 -> 099b1c4)

2019-05-31 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 bf5ed69 nimble/ll: Fix settings offset units in SyncInfo add 099b1c4 nimble/sm: Fix storing encryption k

[GitHub] [mynewt-nimble] michal-narajowski merged pull request #453: apps/bttester: Add configurable Limited Advertising timeout

2019-05-31 Thread GitBox
michal-narajowski merged pull request #453: apps/bttester: Add configurable Limited Advertising timeout URL: https://github.com/apache/mynewt-nimble/pull/453 This is an automated message from the Apache Git Service. To respo

[mynewt-nimble] branch master updated: apps/bttester: Add configurable Limited Advertising timeout

2019-05-31 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 The following commit(s) were added to refs/heads/master by this push: new aceb946 apps/bttester: Add configurable L

[GitHub] [mynewt-nimble] rymanluk opened a new pull request #456: nimble/host: Change host-stop procedure

2019-05-31 Thread GitBox
rymanluk opened a new pull request #456: nimble/host: Change host-stop procedure URL: https://github.com/apache/mynewt-nimble/pull/456 With this PR host is sending in the raw Disconnect Command to all the active connections and then start graceful disconnect timeout 2s. Host notifies

[GitHub] [mynewt-nimble] michal-narajowski opened a new pull request #455: apps/bttester: Fix l2cap set data to use updated API

2019-05-31 Thread GitBox
michal-narajowski opened a new pull request #455: apps/bttester: Fix l2cap set data to use updated API URL: https://github.com/apache/mynewt-nimble/pull/455 This is an automated message from the Apache Git Service. To respon

[GitHub] [mynewt-core] kasjer merged pull request #1781: da1469x charger

2019-05-31 Thread GitBox
kasjer merged pull request #1781: da1469x charger URL: https://github.com/apache/mynewt-core/pull/1781 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the U

[mynewt-core] 02/03: da1469x_charger: Add charger for DA1469x

2019-05-31 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 49a09e53045c7aa74c75d5bd8ccecccea602c493 Author: Jerzy Kasenberg AuthorDate: Thu Apr 25 16:08:38 2019 +0200 da1

[mynewt-core] 03/03: hw/mcu/da1469x: Add charger to MCU

2019-05-31 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 6b62430c7939371309d4a96e93198a31cef0d906 Author: Jerzy Kasenberg AuthorDate: Thu Apr 25 16:13:47 2019 +0200 hw/

[mynewt-core] branch master updated (e3bbcc0 -> 6b62430)

2019-05-31 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 e3bbcc0 Added null device check in os_dev_close (#1850) new 712aea0 hw/drivers/adc: Add battery reading ch

[mynewt-core] 01/03: hw/drivers/adc: Add battery reading channel

2019-05-31 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 712aea0f27d1bc5b0c7b5bb017e08bf39208f8e0 Author: Jerzy Kasenberg AuthorDate: Tue Apr 23 14:51:13 2019 +0200 hw/

[GitHub] [mynewt-nimble] michal-narajowski opened a new pull request #454: apps/bttester: Add support for Read by UUID

2019-05-31 Thread GitBox
michal-narajowski opened a new pull request #454: apps/bttester: Add support for Read by UUID URL: https://github.com/apache/mynewt-nimble/pull/454 This can be used to pass GAP/IDLE/NAMP/BV-01-C. This is an automated message

[GitHub] [mynewt-nimble] michal-narajowski opened a new pull request #453: apps/bttester: Add configurable Limited Advertising timeout

2019-05-31 Thread GitBox
michal-narajowski opened a new pull request #453: apps/bttester: Add configurable Limited Advertising timeout URL: https://github.com/apache/mynewt-nimble/pull/453 This is required to pass some GAP/DISC/LIMM/BV-03-C and GAP/DISC/LIMM/BV-04-C testcases. --

[GitHub] [mynewt-core] andrzej-kaczmarek opened a new pull request #1852: hw/sensor/creator: Fix line endings

2019-05-31 Thread GitBox
andrzej-kaczmarek opened a new pull request #1852: hw/sensor/creator: Fix line endings URL: https://github.com/apache/mynewt-core/pull/1852 This was broken by https://github.com/apache/mynewt-core/pull/1801. This is an automa

[GitHub] [mynewt-core] asmitajha opened a new issue #1851: Mynewt install error

2019-05-31 Thread GitBox
asmitajha opened a new issue #1851: Mynewt install error URL: https://github.com/apache/mynewt-core/issues/1851 Hello, I recently started with Mynewt OS. I went through the step by documentation for its installation. I have successfully installed newt on my Windows10 PC. I am