[mynewt-nimble] branch master updated: nimble/ll: Remove not needed NULL checks

2020-01-21 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-nimble.git The following commit(s) were added to refs/heads/master by this push: new daa8be8 nimble/ll: Remove not needed NULL

[GitHub] [mynewt-nimble] sjanc merged pull request #734: nimble/ll: Remove not needed NULL checks

2020-01-21 Thread GitBox
sjanc merged pull request #734: nimble/ll: Remove not needed NULL checks URL: https://github.com/apache/mynewt-nimble/pull/734 This is an automated message from the Apache Git Service. To respond to the message, please log

[GitHub] [mynewt-core] utzig opened a new pull request #2160: Fix more uncrustify issues

2020-01-21 Thread GitBox
utzig opened a new pull request #2160: Fix more uncrustify issues URL: https://github.com/apache/mynewt-core/pull/2160 This brings the uncrustify config closer to matching the current style employed in Mynewt. This is an

[GitHub] [mynewt-core] apache-mynewt-bot commented on issue #2160: Fix more uncrustify issues

2020-01-21 Thread GitBox
apache-mynewt-bot commented on issue #2160: Fix more uncrustify issues URL: https://github.com/apache/mynewt-core/pull/2160#issuecomment-576648273 ## Style check summary No suggestions at this time!

[GitHub] [mynewt-core] apache-mynewt-bot commented on issue #2160: Fix more uncrustify issues

2020-01-21 Thread GitBox
apache-mynewt-bot commented on issue #2160: Fix more uncrustify issues URL: https://github.com/apache/mynewt-core/pull/2160#issuecomment-576651039 ## Style check summary No suggestions at this time!

[GitHub] [mynewt-core] apache-mynewt-bot removed a comment on issue #2160: Fix more uncrustify issues

2020-01-21 Thread GitBox
apache-mynewt-bot removed a comment on issue #2160: Fix more uncrustify issues URL: https://github.com/apache/mynewt-core/pull/2160#issuecomment-576648273 ## Style check summary No suggestions at this time!

[mynewt-core] branch master updated (259432f -> ac13b7e)

2020-01-21 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 259432f Add style checking to the CI add ac13b7e Fix more uncrustify issues No new revisions were added

[GitHub] [mynewt-core] utzig merged pull request #2160: Fix more uncrustify issues

2020-01-21 Thread GitBox
utzig merged pull request #2160: Fix more uncrustify issues URL: https://github.com/apache/mynewt-core/pull/2160 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

[GitHub] [mynewt-core] utzig commented on issue #2138: Add possibility to configure idle task stack size in syscfg.yml

2020-01-21 Thread GitBox
utzig commented on issue #2138: Add possibility to configure idle task stack size in syscfg.yml URL: https://github.com/apache/mynewt-core/pull/2138#issuecomment-576655766 @brianwyld Please update your editor to use Unix line endings (`\n` only), instead of DOS.

[mynewt-mcumgr] branch master updated: Default CBORATTR_MAX_SIZE if CONFIG_MGMT_CBORATTR_MAX_SIZE is not defined.

2020-01-21 Thread mlaz
This is an automated email from the ASF dual-hosted git repository. mlaz 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 bae5b0c Default CBORATTR_MAX_SIZE if

[GitHub] [mynewt-mcumgr] mlaz merged pull request #57: Set CBORATTR_MAX_SIZE default when no Kconfig counterpart is defined.

2020-01-21 Thread GitBox
mlaz merged pull request #57: Set CBORATTR_MAX_SIZE default when no Kconfig counterpart is defined. URL: https://github.com/apache/mynewt-mcumgr/pull/57 This is an automated message from the Apache Git Service. To respond

[GitHub] [mynewt-nimble] sjanc opened a new pull request #735: nimble/ll: Fix HCI checks for periodic advertising

2020-01-21 Thread GitBox
sjanc opened a new pull request #735: nimble/ll: Fix HCI checks for periodic advertising URL: https://github.com/apache/mynewt-nimble/pull/735 Core Specification 5.2 clarified HCI behavior for periodic advertising with regards to reconfiguring advertising instance and checking data

[GitHub] [mynewt-core] apache-mynewt-bot commented on issue #2161: hw/mcu/dialog: Apply trim and preferred values

2020-01-21 Thread GitBox
apache-mynewt-bot commented on issue #2161: hw/mcu/dialog: Apply trim and preferred values URL: https://github.com/apache/mynewt-core/pull/2161#issuecomment-576725550 ## Style check summary hw/mcu/dialog/da1469x/src/da1469x_pd.c ```diff @@ -31,7 +31,7

[GitHub] [mynewt-core] andrzej-kaczmarek opened a new pull request #2161: hw/mcu/dialog: Apply trim and preferred values

2020-01-21 Thread GitBox
andrzej-kaczmarek opened a new pull request #2161: hw/mcu/dialog: Apply trim and preferred values URL: https://github.com/apache/mynewt-core/pull/2161 So far we assumed that 1st stage bootloader applied all trim values stored in CS and they are valid. However, since power domains can be

[GitHub] [mynewt-core] apache-mynewt-bot commented on issue #2161: hw/mcu/dialog: Apply trim and preferred values

2020-01-21 Thread GitBox
apache-mynewt-bot commented on issue #2161: hw/mcu/dialog: Apply trim and preferred values URL: https://github.com/apache/mynewt-core/pull/2161#issuecomment-576729784 ## Style check summary hw/mcu/dialog/da1469x/src/da1469x_pd.c ```diff @@ -31,8 +31,8

[GitHub] [mynewt-core] apache-mynewt-bot removed a comment on issue #2161: hw/mcu/dialog: Apply trim and preferred values

2020-01-21 Thread GitBox
apache-mynewt-bot removed a comment on issue #2161: hw/mcu/dialog: Apply trim and preferred values URL: https://github.com/apache/mynewt-core/pull/2161#issuecomment-576725550 ## Style check summary hw/mcu/dialog/da1469x/src/da1469x_pd.c ```diff @@

[GitHub] [mynewt-core] utzig commented on issue #2162: uncrustify: don't add braces to one-liner while

2020-01-21 Thread GitBox
utzig commented on issue #2162: uncrustify: don't add braces to one-liner while URL: https://github.com/apache/mynewt-core/pull/2162#issuecomment-576753276 Fix the `while` issue seen in #2161 This is an automated message

[GitHub] [mynewt-core] utzig opened a new pull request #2162: uncrustify: don't add braces to one-liner while

2020-01-21 Thread GitBox
utzig opened a new pull request #2162: uncrustify: don't add braces to one-liner while URL: https://github.com/apache/mynewt-core/pull/2162 This is an automated message from the Apache Git Service. To respond to the

[GitHub] [mynewt-core] apache-mynewt-bot removed a comment on issue #2161: hw/mcu/dialog: Apply trim and preferred values

2020-01-21 Thread GitBox
apache-mynewt-bot removed a comment on issue #2161: hw/mcu/dialog: Apply trim and preferred values URL: https://github.com/apache/mynewt-core/pull/2161#issuecomment-576729784 ## Style check summary hw/mcu/dialog/da1469x/src/da1469x_pd.c ```diff @@

[GitHub] [mynewt-core] apache-mynewt-bot commented on issue #2161: hw/mcu/dialog: Apply trim and preferred values

2020-01-21 Thread GitBox
apache-mynewt-bot commented on issue #2161: hw/mcu/dialog: Apply trim and preferred values URL: https://github.com/apache/mynewt-core/pull/2161#issuecomment-576755323 ## Style check summary hw/mcu/dialog/da1469x/src/da1469x_pd.c ```diff @@ -31,7 +31,7

[GitHub] [mynewt-core] apache-mynewt-bot commented on issue #2162: uncrustify: don't add braces to one-liner while

2020-01-21 Thread GitBox
apache-mynewt-bot commented on issue #2162: uncrustify: don't add braces to one-liner while URL: https://github.com/apache/mynewt-core/pull/2162#issuecomment-576756739 ## Style check summary No suggestions at this time!

[GitHub] [mynewt-core] utzig merged pull request #2162: uncrustify: don't add braces to one-liner while

2020-01-21 Thread GitBox
utzig merged pull request #2162: uncrustify: don't add braces to one-liner while URL: https://github.com/apache/mynewt-core/pull/2162 This is an automated message from the Apache Git Service. To respond to the message,

[mynewt-core] branch master updated: uncrustify: don't add braces to one-liner while

2020-01-21 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 32c3cc3 uncrustify: don't add braces to

[GitHub] [mynewt-core] apache-mynewt-bot removed a comment on issue #2161: hw/mcu/dialog: Apply trim and preferred values

2020-01-21 Thread GitBox
apache-mynewt-bot removed a comment on issue #2161: hw/mcu/dialog: Apply trim and preferred values URL: https://github.com/apache/mynewt-core/pull/2161#issuecomment-576755323 ## Style check summary hw/mcu/dialog/da1469x/src/da1469x_pd.c ```diff @@

[GitHub] [mynewt-core] apache-mynewt-bot commented on issue #2161: hw/mcu/dialog: Apply trim and preferred values

2020-01-21 Thread GitBox
apache-mynewt-bot commented on issue #2161: hw/mcu/dialog: Apply trim and preferred values URL: https://github.com/apache/mynewt-core/pull/2161#issuecomment-576783387 ## Style check summary hw/mcu/dialog/da1469x/src/da1469x_pd.c ```diff @@ -31,7 +31,7

[GitHub] [mynewt-core] utzig commented on issue #2161: hw/mcu/dialog: Apply trim and preferred values

2020-01-21 Thread GitBox
utzig commented on issue #2161: hw/mcu/dialog: Apply trim and preferred values URL: https://github.com/apache/mynewt-core/pull/2161#issuecomment-576785579 @andrzej-kaczmarek Please rebase on latest `master`! This is an

[GitHub] [mynewt-nimble] umer-ilyas opened a new issue #736: Issue in init and deInit of BLE and understanding of code

2020-01-21 Thread GitBox
umer-ilyas opened a new issue #736: Issue in init and deInit of BLE and understanding of code URL: https://github.com/apache/mynewt-nimble/issues/736 sometimes i am having this problem after i call `nimble_port_stop(); nimble_port_deinit();` `assertion "ret == pdPASS" failed:

[GitHub] [mynewt-mcumgr] vrahane opened a new pull request #59: smp_svr: Change the stack size to 544

2020-01-21 Thread GitBox
vrahane opened a new pull request #59: smp_svr: Change the stack size to 544 URL: https://github.com/apache/mynewt-mcumgr/pull/59 Based on the investigation we did, it seems the stack was overflowing by 96 bytes, so I am going to increase it by 76 bytes from the previous value which was

[mynewt-mcumgr] branch master updated: smp_svr: Change the stack size to whats needed (#59)

2020-01-21 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-mcumgr.git The following commit(s) were added to refs/heads/master by this push: new 66683c1 smp_svr: Change the stack

[GitHub] [mynewt-mcumgr] vrahane merged pull request #59: smp_svr: Change the stack size to 564

2020-01-21 Thread GitBox
vrahane merged pull request #59: smp_svr: Change the stack size to 564 URL: https://github.com/apache/mynewt-mcumgr/pull/59 This is an automated message from the Apache Git Service. To respond to the message, please log on

[GitHub] [mynewt-core] apache-mynewt-bot commented on issue #2161: hw/mcu/dialog: Apply trim and preferred values

2020-01-21 Thread GitBox
apache-mynewt-bot commented on issue #2161: hw/mcu/dialog: Apply trim and preferred values URL: https://github.com/apache/mynewt-core/pull/2161#issuecomment-576864569 ## Style check summary hw/mcu/dialog/da1469x/src/da1469x_pd.c ```diff @@ -31,7 +31,7

[GitHub] [mynewt-core] apache-mynewt-bot removed a comment on issue #2161: hw/mcu/dialog: Apply trim and preferred values

2020-01-21 Thread GitBox
apache-mynewt-bot removed a comment on issue #2161: hw/mcu/dialog: Apply trim and preferred values URL: https://github.com/apache/mynewt-core/pull/2161#issuecomment-576783387 ## Style check summary hw/mcu/dialog/da1469x/src/da1469x_pd.c ```diff @@

[GitHub] [mynewt-mcumgr] pabigot opened a new pull request #58: cmd: img_mgmt: fix driver include path

2020-01-21 Thread GitBox
pabigot opened a new pull request #58: cmd: img_mgmt: fix driver include path URL: https://github.com/apache/mynewt-mcumgr/pull/58 Zephyr will soon no longer add the drivers subdirectory of the include hierarchy to the search path, so references to driver headers must include the

[GitHub] [mynewt-mcumgr] utzig commented on issue #58: cmd: img_mgmt: fix driver include path

2020-01-21 Thread GitBox
utzig commented on issue #58: cmd: img_mgmt: fix driver include path URL: https://github.com/apache/mynewt-mcumgr/pull/58#issuecomment-576869542 This is related to https://github.com/zephyrproject-rtos/zephyr/pull/21776 This

[GitHub] [mynewt-mcumgr] utzig merged pull request #58: cmd: img_mgmt: fix driver include path

2020-01-21 Thread GitBox
utzig merged pull request #58: cmd: img_mgmt: fix driver include path URL: https://github.com/apache/mynewt-mcumgr/pull/58 This is an automated message from the Apache Git Service. To respond to the message, please log on to

[mynewt-mcumgr] branch master updated: cmd: img_mgmt: fix driver include path

2020-01-21 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-mcumgr.git The following commit(s) were added to refs/heads/master by this push: new ebe898c cmd: img_mgmt: fix driver

[GitHub] [mynewt-mcumgr] pabigot commented on issue #58: cmd: img_mgmt: fix driver include path

2020-01-21 Thread GitBox
pabigot commented on issue #58: cmd: img_mgmt: fix driver include path URL: https://github.com/apache/mynewt-mcumgr/pull/58#issuecomment-576876281 @utzig Thanks for the fast response. This is an automated message from the

[GitHub] [mynewt-newt] ccollins476ad opened a new pull request #365: [RFC] Simplify repo dependencies

2020-01-21 Thread GitBox
ccollins476ad opened a new pull request #365: [RFC] Simplify repo dependencies URL: https://github.com/apache/mynewt-newt/pull/365 This is a massive PR. I separated the work into a few different commits, but reviewing this is still going to suck no matter how you slice it. This PR