[GitHub] [mynewt-newt] utzig opened a new pull request #382: Fix skipping the copy of empty dirs on tree copies

2020-03-05 Thread GitBox
utzig opened a new pull request #382: Fix skipping the copy of empty dirs on tree copies URL: https://github.com/apache/mynewt-newt/pull/382 The CopyDir implementation did not copy empty directories which was resulting in a dirty repo after the tree copy with non-cloned submodules (empty

[GitHub] [mynewt-newt] utzig commented on issue #382: Fix skipping the copy of empty dirs on tree copies

2020-03-05 Thread GitBox
utzig commented on issue #382: Fix skipping the copy of empty dirs on tree copies URL: https://github.com/apache/mynewt-newt/pull/382#issuecomment-595198078 @ccollins476ad This fixes the issue with dirty state in mcuboot directory because of submodules that were not copied. I am not so

[GitHub] [mynewt-mcumgr] carlescufi commented on a change in pull request #67: Add rat-excludes and missing licence headers

2020-03-05 Thread GitBox
carlescufi commented on a change in pull request #67: Add rat-excludes and missing licence headers URL: https://github.com/apache/mynewt-mcumgr/pull/67#discussion_r388273165 ## File path: samples/smp_svr/zephyr/src/main.c ## @@ -1,3 +1,22 @@ +/* + * Licensed to the Apache

[GitHub] [mynewt-newt] utzig commented on a change in pull request #382: Fix skipping the copy of empty dirs on tree copies

2020-03-05 Thread GitBox
utzig commented on a change in pull request #382: Fix skipping the copy of empty dirs on tree copies URL: https://github.com/apache/mynewt-newt/pull/382#discussion_r388278583 ## File path: util/util.go ## @@ -525,7 +525,7 @@ func CopyDir(srcDirStr, dstDirStr string) error

[GitHub] [mynewt-mcumgr] sjanc commented on a change in pull request #67: Add rat-excludes and missing licence headers

2020-03-05 Thread GitBox
sjanc commented on a change in pull request #67: Add rat-excludes and missing licence headers URL: https://github.com/apache/mynewt-mcumgr/pull/67#discussion_r388280426 ## File path: samples/smp_svr/zephyr/src/main.c ## @@ -1,3 +1,22 @@ +/* + * Licensed to the Apache

[GitHub] [mynewt-mcumgr] sjanc merged pull request #67: Add rat-excludes and missing licence headers

2020-03-05 Thread GitBox
sjanc merged pull request #67: Add rat-excludes and missing licence headers URL: https://github.com/apache/mynewt-mcumgr/pull/67 This is an automated message from the Apache Git Service. To respond to the message, please log

[mynewt-mcumgr] branch master updated: Add rat-excludes and missing licence headers

2020-03-05 Thread janc
This is an automated email from the ASF dual-hosted git repository. janc pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/mynewt-mcumgr.git The following commit(s) were added to refs/heads/master by this push: new 96d221f Add rat-excludes and missing

[GitHub] [mynewt-nimble] andrzej-kaczmarek commented on a change in pull request #744: Add support for Enhanced LE CoC as per BT 5.2

2020-03-05 Thread GitBox
andrzej-kaczmarek commented on a change in pull request #744: Add support for Enhanced LE CoC as per BT 5.2 URL: https://github.com/apache/mynewt-nimble/pull/744#discussion_r388136398 ## File path: apps/btshell/src/cmd.c ## @@ -3540,6 +3543,24 @@ static const struct

[GitHub] [mynewt-nimble] andrzej-kaczmarek commented on a change in pull request #744: Add support for Enhanced LE CoC as per BT 5.2

2020-03-05 Thread GitBox
andrzej-kaczmarek commented on a change in pull request #744: Add support for Enhanced LE CoC as per BT 5.2 URL: https://github.com/apache/mynewt-nimble/pull/744#discussion_r388137622 ## File path: apps/btshell/src/main.c ## @@ -2253,10 +2280,42 @@

[GitHub] [mynewt-nimble] sjanc commented on a change in pull request #765: nimble/host: Fix check for valid static random address

2020-03-05 Thread GitBox
sjanc commented on a change in pull request #765: nimble/host: Fix check for valid static random address URL: https://github.com/apache/mynewt-nimble/pull/765#discussion_r388152582 ## File path: nimble/host/src/ble_hs_id.c ## @@ -58,14 +58,20 @@ ble_hs_id_set_rnd(const

[mynewt-core] branch master updated: kernel/arch: Add option to use BASEPRI for critical section

2020-03-05 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 The following commit(s) were added to refs/heads/master by this push: new 4e2b2ff kernel/arch: Add option to use

[GitHub] [mynewt-core] andrzej-kaczmarek merged pull request #2225: kernel/arch: Add option to use BASEPRI for critical section

2020-03-05 Thread GitBox
andrzej-kaczmarek merged pull request #2225: kernel/arch: Add option to use BASEPRI for critical section URL: https://github.com/apache/mynewt-core/pull/2225 This is an automated message from the Apache Git Service. To

[GitHub] [mynewt-mcumgr] sjanc commented on a change in pull request #67: Add rat-excludes and missing licence headers

2020-03-05 Thread GitBox
sjanc commented on a change in pull request #67: Add rat-excludes and missing licence headers URL: https://github.com/apache/mynewt-mcumgr/pull/67#discussion_r388214842 ## File path: samples/smp_svr/zephyr/src/main.c ## @@ -1,3 +1,22 @@ +/* + * Licensed to the Apache

[GitHub] [mynewt-mcumgr] sjanc opened a new pull request #68: Remove version.yml

2020-03-05 Thread GitBox
sjanc opened a new pull request #68: Remove version.yml URL: https://github.com/apache/mynewt-mcumgr/pull/68 First version on mynewt-core using mcumgr will be 1.8 which will no longer require version.yml. This is an

[GitHub] [mynewt-mcumgr] utzig commented on a change in pull request #67: Add rat-excludes and missing licence headers

2020-03-05 Thread GitBox
utzig commented on a change in pull request #67: Add rat-excludes and missing licence headers URL: https://github.com/apache/mynewt-mcumgr/pull/67#discussion_r388198556 ## File path: samples/smp_svr/zephyr/src/main.c ## @@ -1,3 +1,22 @@ +/* + * Licensed to the Apache

[GitHub] [mynewt-core] kasjer commented on a change in pull request #2227: fix incorrect check in lis2ds12_set_full_scale

2020-03-05 Thread GitBox
kasjer commented on a change in pull request #2227: fix incorrect check in lis2ds12_set_full_scale URL: https://github.com/apache/mynewt-core/pull/2227#discussion_r388205193 ## File path: hw/drivers/sensors/lis2ds12/src/lis2ds12.c ## @@ -520,7 +520,7 @@

[GitHub] [mynewt-nimble] sjanc commented on a change in pull request #765: nimble/host: Fix check for valid static random address

2020-03-05 Thread GitBox
sjanc commented on a change in pull request #765: nimble/host: Fix check for valid static random address URL: https://github.com/apache/mynewt-nimble/pull/765#discussion_r388152582 ## File path: nimble/host/src/ble_hs_id.c ## @@ -58,14 +58,20 @@ ble_hs_id_set_rnd(const

[GitHub] [mynewt-newt] utzig merged pull request #382: Fix skipping the copy of empty dirs on tree copies

2020-03-05 Thread GitBox
utzig merged pull request #382: Fix skipping the copy of empty dirs on tree copies URL: https://github.com/apache/mynewt-newt/pull/382 This is an automated message from the Apache Git Service. To respond to the message,

[mynewt-newt] 01/02: Remove mcuboot submodule hack

2020-03-05 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-newt.git commit 403de363933b868c7d959567720cb0b0fd6441b2 Author: Fabio Utzig AuthorDate: Thu Mar 5 08:49:07 2020 -0300 Remove

[mynewt-newt] 02/02: Fix skipping the copy of empty dirs on tree copies

2020-03-05 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-newt.git commit 34d7d90344552a47d81d62cc2a354c3752263caa Author: Fabio Utzig AuthorDate: Thu Mar 5 08:53:18 2020 -0300 Fix

[mynewt-newt] branch master updated (db229b2 -> 34d7d90)

2020-03-05 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-newt.git. from db229b2 Remove "final-atom" target specifier type new 403de36 Remove mcuboot submodule hack new

[mynewt-core] branch master updated: add ifdefs to avoid calling watchdog if WATCHDOG_INTERVAL is 0

2020-03-05 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 The following commit(s) were added to refs/heads/master by this push: new 6998514 add ifdefs to avoid calling

[GitHub] [mynewt-core] kasjer merged pull request #2222: add ifdefs to avoid calling watchdog if WATCHDOG_INTERVAL is 0

2020-03-05 Thread GitBox
kasjer merged pull request #: add ifdefs to avoid calling watchdog if WATCHDOG_INTERVAL is 0 URL: https://github.com/apache/mynewt-core/pull/ This is an automated message from the Apache Git Service. To respond to

[GitHub] [mynewt-imgmod] ccollins476ad opened a new pull request #12: Don't print warning if `-q` specified

2020-03-05 Thread GitBox
ccollins476ad opened a new pull request #12: Don't print warning if `-q` specified URL: https://github.com/apache/mynewt-imgmod/pull/12 This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [mynewt-nimble] prasad-alatkar commented on a change in pull request #765: nimble/host: Fix check for valid static random address

2020-03-05 Thread GitBox
prasad-alatkar commented on a change in pull request #765: nimble/host: Fix check for valid static random address URL: https://github.com/apache/mynewt-nimble/pull/765#discussion_r388720848 ## File path: nimble/host/src/ble_hs_id.c ## @@ -58,14 +58,20 @@

[GitHub] [mynewt-core] vrahane merged pull request #2230: da1469x/hal_flash: Add missing include

2020-03-05 Thread GitBox
vrahane merged pull request #2230: da1469x/hal_flash: Add missing include URL: https://github.com/apache/mynewt-core/pull/2230 This is an automated message from the Apache Git Service. To respond to the message, please log

[mynewt-core] branch master updated: da1469x/hal_flash: Add missing include (#2230)

2020-03-05 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 47b257e da1469x/hal_flash: Add

[GitHub] [mynewt-core] apache-mynewt-bot removed a comment on issue #2230: da1469x/hal_flash: Add missing include

2020-03-05 Thread GitBox
apache-mynewt-bot removed a comment on issue #2230: da1469x/hal_flash: Add missing include URL: https://github.com/apache/mynewt-core/pull/2230#issuecomment-595510326 ## Style check summary No suggestions at this time!

[GitHub] [mynewt-core] apache-mynewt-bot commented on issue #2230: da1469x/hal_flash: Add missing include

2020-03-05 Thread GitBox
apache-mynewt-bot commented on issue #2230: da1469x/hal_flash: Add missing include URL: https://github.com/apache/mynewt-core/pull/2230#issuecomment-595519662 ## Style check summary No suggestions at this time!

[GitHub] [mynewt-core] vrahane opened a new pull request #2229: da1469x/hal_flash: Fix write boundaries

2020-03-05 Thread GitBox
vrahane opened a new pull request #2229: da1469x/hal_flash: Fix write boundaries URL: https://github.com/apache/mynewt-core/pull/2229 - Write boundaries in the hal flash write callback were partially correct, 0->0x8 address remap also needs to be considered as per the datasheet.

[mynewt-core] branch master updated: da1469x/hal_flash: Fix write boundaries (#2229)

2020-03-05 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 d879a6d da1469x/hal_flash: Fix write

[GitHub] [mynewt-core] vrahane merged pull request #2229: da1469x/hal_flash: Fix write boundaries

2020-03-05 Thread GitBox
vrahane merged pull request #2229: da1469x/hal_flash: Fix write boundaries URL: https://github.com/apache/mynewt-core/pull/2229 This is an automated message from the Apache Git Service. To respond to the message, please log

[GitHub] [mynewt-core] vrahane opened a new pull request #2230: da1469x/hal_flash: Add missing include

2020-03-05 Thread GitBox
vrahane opened a new pull request #2230: da1469x/hal_flash: Add missing include URL: https://github.com/apache/mynewt-core/pull/2230 This is an automated message from the Apache Git Service. To respond to the message, please

[GitHub] [mynewt-core] vrahane merged pull request #2227: fix incorrect check in lis2ds12_set_full_scale

2020-03-05 Thread GitBox
vrahane merged pull request #2227: fix incorrect check in lis2ds12_set_full_scale URL: https://github.com/apache/mynewt-core/pull/2227 This is an automated message from the Apache Git Service. To respond to the message,

[mynewt-core] branch master updated: fix incorrect check in lis2ds12_set_full_scale (#2227)

2020-03-05 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 9158ebb fix incorrect check in

[mynewt-core] branch hal_flash_fix created (now 9058fde)

2020-03-05 Thread vipulrahane
This is an automated email from the ASF dual-hosted git repository. vipulrahane pushed a change to branch hal_flash_fix in repository https://gitbox.apache.org/repos/asf/mynewt-core.git. at 9058fde da1469x/hal_flash: Fix write boundaries This branch includes the following new commits:

[GitHub] [mynewt-core] apache-mynewt-bot commented on issue #2229: da1469x/hal_flash: Fix write boundaries

2020-03-05 Thread GitBox
apache-mynewt-bot commented on issue #2229: da1469x/hal_flash: Fix write boundaries URL: https://github.com/apache/mynewt-core/pull/2229#issuecomment-595502539 ## Style check summary ### Our coding style is

[GitHub] [mynewt-core] apache-mynewt-bot commented on issue #2230: da1469x/hal_flash: Add missing include

2020-03-05 Thread GitBox
apache-mynewt-bot commented on issue #2230: da1469x/hal_flash: Add missing include URL: https://github.com/apache/mynewt-core/pull/2230#issuecomment-595510326 ## Style check summary No suggestions at this time!

[mynewt-core] 01/01: da1469x/hal_flash: Fix write boundaries

2020-03-05 Thread vipulrahane
This is an automated email from the ASF dual-hosted git repository. vipulrahane pushed a commit to branch hal_flash_fix in repository https://gitbox.apache.org/repos/asf/mynewt-core.git commit 9058fdeab7e4283bc586fa725bb0e825154b192d Author: Vipul Rahane AuthorDate: Thu Mar 5 15:11:46 2020

[GitHub] [mynewt-newt] ccollins476ad opened a new pull request #383: upgrade: Don't warn on fixup to an equivalent URL

2020-03-05 Thread GitBox
ccollins476ad opened a new pull request #383: upgrade: Don't warn on fixup to an equivalent URL URL: https://github.com/apache/mynewt-newt/pull/383 If `project.yml` specifies a repo with a different URL than the current `origin`, newt fixes the `origin` URL and produces a warning like

[GitHub] [mynewt-core] gonccalo commented on issue #2227: fix incorrect check in lis2ds12_set_full_scale

2020-03-05 Thread GitBox
gonccalo commented on issue #2227: fix incorrect check in lis2ds12_set_full_scale URL: https://github.com/apache/mynewt-core/pull/2227#issuecomment-595345794 I also found some problems in the `lis2ds12_set_rate` function. The `LIS2DS12_DATA_RATE_LP_10BIT_800HZ` is defined as 0x70 when

[GitHub] [mynewt-core] apache-mynewt-bot commented on issue #2224: add functionality to allow low power operation for STM32L1xx

2020-03-05 Thread GitBox
apache-mynewt-bot commented on issue #2224: add functionality to allow low power operation for STM32L1xx URL: https://github.com/apache/mynewt-core/pull/2224#issuecomment-595362454 ## Style check summary ### Our coding style is

[GitHub] [mynewt-core] apache-mynewt-bot removed a comment on issue #2224: add functionality to allow low power operation for STM32L1xx

2020-03-05 Thread GitBox
apache-mynewt-bot removed a comment on issue #2224: add functionality to allow low power operation for STM32L1xx URL: https://github.com/apache/mynewt-core/pull/2224#issuecomment-594624924 ## Style check summary ### Our coding style is

[mynewt-imgmod] branch master updated: Don't print warning if `-q` specified

2020-03-05 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-imgmod.git The following commit(s) were added to refs/heads/master by this push: new 973568a Don't print warning if `-q`

[GitHub] [mynewt-imgmod] ccollins476ad merged pull request #12: Don't print warning if `-q` specified

2020-03-05 Thread GitBox
ccollins476ad merged pull request #12: Don't print warning if `-q` specified URL: https://github.com/apache/mynewt-imgmod/pull/12 This is an automated message from the Apache Git Service. To respond to the message, please

[GitHub] [mynewt-core] apache-mynewt-bot commented on issue #2227: fix incorrect check in lis2ds12_set_full_scale

2020-03-05 Thread GitBox
apache-mynewt-bot commented on issue #2227: fix incorrect check in lis2ds12_set_full_scale URL: https://github.com/apache/mynewt-core/pull/2227#issuecomment-595364965 ## Style check summary No suggestions at this time!

[GitHub] [mynewt-core] apache-mynewt-bot removed a comment on issue #2227: fix incorrect check in lis2ds12_set_full_scale

2020-03-05 Thread GitBox
apache-mynewt-bot removed a comment on issue #2227: fix incorrect check in lis2ds12_set_full_scale URL: https://github.com/apache/mynewt-core/pull/2227#issuecomment-594665191 ## Style check summary No suggestions at this time!

[GitHub] [mynewt-core] apache-mynewt-bot removed a comment on issue #2227: fix incorrect check in lis2ds12_set_full_scale

2020-03-05 Thread GitBox
apache-mynewt-bot removed a comment on issue #2227: fix incorrect check in lis2ds12_set_full_scale URL: https://github.com/apache/mynewt-core/pull/2227#issuecomment-595364965 ## Style check summary No suggestions at this time!

[GitHub] [mynewt-core] apache-mynewt-bot commented on issue #2227: fix incorrect check in lis2ds12_set_full_scale

2020-03-05 Thread GitBox
apache-mynewt-bot commented on issue #2227: fix incorrect check in lis2ds12_set_full_scale URL: https://github.com/apache/mynewt-core/pull/2227#issuecomment-595390925 ## Style check summary ### Our coding style is

[GitHub] [mynewt-core] gonccalo edited a comment on issue #2227: fix incorrect check in lis2ds12_set_full_scale

2020-03-05 Thread GitBox
gonccalo edited a comment on issue #2227: fix incorrect check in lis2ds12_set_full_scale URL: https://github.com/apache/mynewt-core/pull/2227#issuecomment-595345794 I also found some problems in the `lis2ds12_set_rate` function. The `LIS2DS12_DATA_RATE_LP_10BIT_800HZ` is defined as 0x70