[GitHub] ccollins476ad opened a new pull request #258: larva: Replace `swapkey` with `swapisk`, `swapkek`

2019-01-09 Thread GitBox
ccollins476ad opened a new pull request #258: larva: Replace `swapkey` with `swapisk`, `swapkek` URL: https://github.com/apache/mynewt-newt/pull/258 The two commands are necessary because the KEK length field needs to be updated as well. The ISK (image signing key) is a public key, so its

[GitHub] aditihilbert commented on issue #256: porting: Check FreeRTOS timer status before stopping it

2019-01-09 Thread GitBox
aditihilbert commented on issue #256: porting: Check FreeRTOS timer status before stopping it URL: https://github.com/apache/mynewt-nimble/pull/256#issuecomment-452821313 Hi @yang325 - so is it all working for you now? Can this PR be closed? Thanks! ---

[GitHub] ahshokry opened a new pull request #283: Adding Periodic Advertising Feature

2019-01-09 Thread GitBox
ahshokry opened a new pull request #283: Adding Periodic Advertising Feature URL: https://github.com/apache/mynewt-nimble/pull/283 This PR has all required commands\events implementation for both periodic advertising and scanning feature for BLE 5.0 Only periodic advertising feature was

[GitHub] kasjer opened a new pull request #1592: log: Add functions for log level manipulation

2019-01-09 Thread GitBox
kasjer opened a new pull request #1592: log: Add functions for log level manipulation URL: https://github.com/apache/mynewt-core/pull/1592 Changing log level at runtime for specific logger could be useful for blocking logs that normally would go to the console while newtmgr over seria

[GitHub] andrzej-kaczmarek commented on issue #1582: use float instead of double

2019-01-09 Thread GitBox
andrzej-kaczmarek commented on issue #1582: use float instead of double URL: https://github.com/apache/mynewt-core/pull/1582#issuecomment-452694588 @ccollins476ad since e.g. Cortex-M4 has (optional) FPU which supports single precision operations, on those MCUs `double` will be converted to

[mynewt-core] branch master updated (d75dce4 -> 5a5d530)

2019-01-09 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 d75dce4 Merge pull request #1590 from JuulLabs/bq27z561_flash_write new c75848e hw/bus: Add I2C bus driver

[mynewt-core] 01/02: hw/bus: Add I2C bus driver for nRF52xxx TWIM (DMA)

2019-01-09 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 c75848e1a7b2121e0b27f89713f1740f69d2a2e8 Author: Andrzej Kaczmarek AuthorDate: Mon Dec 17 18:30:11 2018 +0100 hw

[GitHub] andrzej-kaczmarek closed pull request #1575: hw/bus: Add I2C bus driver for nRF52xxx TWIM (DMA)

2019-01-09 Thread GitBox
andrzej-kaczmarek closed pull request #1575: hw/bus: Add I2C bus driver for nRF52xxx TWIM (DMA) URL: https://github.com/apache/mynewt-core/pull/1575 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] 02/02: hw/bus/i2c_nrf52_twim: Fix minor code issues

2019-01-09 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 5a5d530955a2648bde9a972d768e11c217de2f5b Author: Andrzej Kaczmarek AuthorDate: Wed Jan 9 13:12:58 2019 +0100 hw/

[GitHub] mkiiskila closed pull request #1590: Adding Flash Write Functionality

2019-01-09 Thread GitBox
mkiiskila closed pull request #1590: Adding Flash Write Functionality URL: https://github.com/apache/mynewt-core/pull/1590 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 #1590 from JuulLabs/bq27z561_flash_write

2019-01-09 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 d75dce4da4e6fd1cb2ecb8abf0664c066d46da93 Merge: cb9ece0 d069359 Author: mkiiskila AuthorDate: Wed Jan 9 14:15:06 201

[mynewt-core] branch master updated (cb9ece0 -> d75dce4)

2019-01-09 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 cb9ece0 hw/drivers/lps33thw: Restore read error stats add 6222c2b Added bq27z561_wr_flash to header file.

[GitHub] andrzej-kaczmarek commented on issue #1575: hw/bus: Add I2C bus driver for nRF52xxx TWIM (DMA)

2019-01-09 Thread GitBox
andrzej-kaczmarek commented on issue #1575: hw/bus: Add I2C bus driver for nRF52xxx TWIM (DMA) URL: https://github.com/apache/mynewt-core/pull/1575#issuecomment-452676082 Thanks, @kasjer - I pushed fixes in separate commit. T

[GitHub] kasjer commented on a change in pull request #1575: hw/bus: Add I2C bus driver for nRF52xxx TWIM (DMA)

2019-01-09 Thread GitBox
kasjer commented on a change in pull request #1575: hw/bus: Add I2C bus driver for nRF52xxx TWIM (DMA) URL: https://github.com/apache/mynewt-core/pull/1575#discussion_r246342800 ## File path: hw/bus/drivers/i2c_nrf52_twim/src/i2c_nrf52_twim.c ## @@ -0,0 +1,659 @@ +/* + * L

[GitHub] kasjer commented on a change in pull request #1575: hw/bus: Add I2C bus driver for nRF52xxx TWIM (DMA)

2019-01-09 Thread GitBox
kasjer commented on a change in pull request #1575: hw/bus: Add I2C bus driver for nRF52xxx TWIM (DMA) URL: https://github.com/apache/mynewt-core/pull/1575#discussion_r246348889 ## File path: hw/bus/drivers/i2c_nrf52_twim/src/i2c_nrf52_twim.c ## @@ -0,0 +1,659 @@ +/* + * L

[GitHub] kasjer commented on a change in pull request #1575: hw/bus: Add I2C bus driver for nRF52xxx TWIM (DMA)

2019-01-09 Thread GitBox
kasjer commented on a change in pull request #1575: hw/bus: Add I2C bus driver for nRF52xxx TWIM (DMA) URL: https://github.com/apache/mynewt-core/pull/1575#discussion_r246350272 ## File path: hw/bus/drivers/i2c_nrf52_twim/src/i2c_nrf52_twim.c ## @@ -0,0 +1,659 @@ +/* + * L

[GitHub] kasjer commented on a change in pull request #1575: hw/bus: Add I2C bus driver for nRF52xxx TWIM (DMA)

2019-01-09 Thread GitBox
kasjer commented on a change in pull request #1575: hw/bus: Add I2C bus driver for nRF52xxx TWIM (DMA) URL: https://github.com/apache/mynewt-core/pull/1575#discussion_r246349841 ## File path: hw/bus/drivers/i2c_nrf52_twim/src/i2c_nrf52_twim.c ## @@ -0,0 +1,659 @@ +/* + * L

[GitHub] kasjer commented on a change in pull request #1575: hw/bus: Add I2C bus driver for nRF52xxx TWIM (DMA)

2019-01-09 Thread GitBox
kasjer commented on a change in pull request #1575: hw/bus: Add I2C bus driver for nRF52xxx TWIM (DMA) URL: https://github.com/apache/mynewt-core/pull/1575#discussion_r246347923 ## File path: hw/bus/drivers/i2c_nrf52_twim/src/i2c_nrf52_twim.c ## @@ -0,0 +1,659 @@ +/* + * L

[mynewt-core] branch bus-dev-test created (now 563cea5)

2019-01-09 Thread andk
This is an automated email from the ASF dual-hosted git repository. andk pushed a change to branch bus-dev-test in repository https://gitbox.apache.org/repos/asf/mynewt-core.git. at 563cea5 [donotmerge] hw/util/i2cn: debug printouts This branch includes the following new commits: n

[mynewt-core] 05/08: [wip] sys/log: Add pretty-printing option for log_console

2019-01-09 Thread andk
This is an automated email from the ASF dual-hosted git repository. andk pushed a commit to branch bus-dev-test in repository https://gitbox.apache.org/repos/asf/mynewt-core.git commit 16348e78c73c77989917e4d344b9fd7cc1957453 Author: Andrzej Kaczmarek AuthorDate: Wed Nov 21 15:24:01 2018 +0100

[mynewt-core] 07/08: [donotmerge] hw/mcu/nordic: hal_i2c debug printouts (w)

2019-01-09 Thread andk
This is an automated email from the ASF dual-hosted git repository. andk pushed a commit to branch bus-dev-test in repository https://gitbox.apache.org/repos/asf/mynewt-core.git commit 36f1ec0cc7e7a9825a945c0af243b2cc6da9223a Author: Andrzej Kaczmarek AuthorDate: Mon Nov 26 12:16:36 2018 +0100

[mynewt-core] 02/08: [donotmerge] hw/sensor: abi compat mode

2019-01-09 Thread andk
This is an automated email from the ASF dual-hosted git repository. andk pushed a commit to branch bus-dev-test in repository https://gitbox.apache.org/repos/asf/mynewt-core.git commit 2b09fdc93314c63098c028c34bfc3c57127e0910 Author: Andrzej Kaczmarek AuthorDate: Tue Nov 27 15:11:46 2018 +0100

[mynewt-core] 08/08: [donotmerge] hw/util/i2cn: debug printouts

2019-01-09 Thread andk
This is an automated email from the ASF dual-hosted git repository. andk pushed a commit to branch bus-dev-test in repository https://gitbox.apache.org/repos/asf/mynewt-core.git commit 563cea567138b7688fb5a09378c13236fd2a3291 Author: Andrzej Kaczmarek AuthorDate: Fri Jan 4 12:17:09 2019 +0100

[mynewt-core] 06/08: [donotmerge] hw/mcu/nordic: hal_i2c debug printouts

2019-01-09 Thread andk
This is an automated email from the ASF dual-hosted git repository. andk pushed a commit to branch bus-dev-test in repository https://gitbox.apache.org/repos/asf/mynewt-core.git commit 87661531442ce4b548a28b09f20b3956fa4e27d2 Author: Andrzej Kaczmarek AuthorDate: Mon Nov 26 13:58:28 2018 +0100

[mynewt-core] 01/08: [donotmerge] hw/bus: Debug printouts

2019-01-09 Thread andk
This is an automated email from the ASF dual-hosted git repository. andk pushed a commit to branch bus-dev-test in repository https://gitbox.apache.org/repos/asf/mynewt-core.git commit 0c0024770e4e646b01fbfc9c9326bb7cd118e561 Author: Andrzej Kaczmarek AuthorDate: Mon Nov 26 16:16:29 2018 +0100

[mynewt-core] 03/08: [wip] sys/console: Add console_write_str

2019-01-09 Thread andk
This is an automated email from the ASF dual-hosted git repository. andk pushed a commit to branch bus-dev-test in repository https://gitbox.apache.org/repos/asf/mynewt-core.git commit 0277c991919648ade6cc85434266901f39f61ce1 Author: Andrzej Kaczmarek AuthorDate: Wed Dec 5 15:11:52 2018 +0100

[mynewt-core] 04/08: [wip] sys/log: Update log module names

2019-01-09 Thread andk
This is an automated email from the ASF dual-hosted git repository. andk pushed a commit to branch bus-dev-test in repository https://gitbox.apache.org/repos/asf/mynewt-core.git commit a69c1453bfd1d8acfefbb10c90df6ca42dab9788 Author: Andrzej Kaczmarek AuthorDate: Wed Dec 5 15:14:33 2018 +0100