[GitHub] [mynewt-core] apache-mynewt-bot commented on issue #2247: bsp/native: Don't use deprecated BASELIBC_ASSERT_FILE_LINE

2020-03-23 Thread GitBox
apache-mynewt-bot commented on issue #2247: bsp/native: Don't use deprecated BASELIBC_ASSERT_FILE_LINE URL: https://github.com/apache/mynewt-core/pull/2247#issuecomment-602482491 ## Style check summary No suggestions at this time!

[GitHub] [mynewt-nimble] rymanluk commented on a change in pull request #777: nimble/host: Clear master and slave states on host reset

2020-03-23 Thread GitBox
rymanluk commented on a change in pull request #777: nimble/host: Clear master and slave states on host reset URL: https://github.com/apache/mynewt-nimble/pull/777#discussion_r396291147 ## File path: nimble/host/src/ble_gap_priv.h ## @@ -136,6 +136,7 @@ void

[GitHub] [mynewt-nimble] rymanluk commented on a change in pull request #777: nimble/host: Clear master and slave states on host reset

2020-03-23 Thread GitBox
rymanluk commented on a change in pull request #777: nimble/host: Clear master and slave states on host reset URL: https://github.com/apache/mynewt-nimble/pull/777#discussion_r396296255 ## File path: nimble/host/src/ble_gap.c ## @@ -737,6 +737,30 @@

[GitHub] [mynewt-nimble] rymanluk commented on a change in pull request #777: nimble/host: Clear master and slave states on host reset

2020-03-23 Thread GitBox
rymanluk commented on a change in pull request #777: nimble/host: Clear master and slave states on host reset URL: https://github.com/apache/mynewt-nimble/pull/777#discussion_r396301225 ## File path: nimble/host/src/ble_gap.c ## @@ -737,6 +737,30 @@

[GitHub] [mynewt-core] sjanc opened a new pull request #2247: bsp/native: Don't use deprecated BASELIBC_ASSERT_FILE_LINE

2020-03-23 Thread GitBox
sjanc opened a new pull request #2247: bsp/native: Don't use deprecated BASELIBC_ASSERT_FILE_LINE URL: https://github.com/apache/mynewt-core/pull/2247 Use OS_CRASH_FILE_LINE instead to avoid following message: Override of defunct settings detected: BASELIBC_ASSERT_FILE_LINE:

[GitHub] [mynewt-nimble] sjanc commented on issue #779: Fixes for 1.3 release

2020-03-23 Thread GitBox
sjanc commented on issue #779: Fixes for 1.3 release URL: https://github.com/apache/mynewt-nimble/pull/779#issuecomment-602575836 @justinmclean could you have a look at this PR? If this is good I'll work on cleaning up core too

[GitHub] [mynewt-nimble] apache-mynewt-bot commented on issue #779: Fixes for 1.3 release

2020-03-23 Thread GitBox
apache-mynewt-bot commented on issue #779: Fixes for 1.3 release URL: https://github.com/apache/mynewt-nimble/pull/779#issuecomment-602579674 ## Style check summary ### Our coding style is [here!](https://github.com/apache/mynewt-core/blob/master/CODING_STANDARDS.md)

[GitHub] [mynewt-newtmgr] sjanc opened a new pull request #157: Fixes for 1.8 release

2020-03-23 Thread GitBox
sjanc opened a new pull request #157: Fixes for 1.8 release URL: https://github.com/apache/mynewt-newtmgr/pull/157 Updates dates and removes no longer bundled vendor/ libraries from LICENSE file. This is an automated

[GitHub] [mynewt-core] w277277w commented on issue #2246: newt upgrade failed - Error: usage: git rev-list [OPTION] ... [ -- paths... ]

2020-03-23 Thread GitBox
w277277w commented on issue #2246: newt upgrade failed - Error: usage: git rev-list [OPTION] ... [ -- paths... ] URL: https://github.com/apache/mynewt-core/issues/2246#issuecomment-602534642 @utzig Execute me, could you help me?

[GitHub] [mynewt-nimble] sjanc opened a new pull request #779: Fixes for 1.3 release

2020-03-23 Thread GitBox
sjanc opened a new pull request #779: Fixes for 1.3 release URL: https://github.com/apache/mynewt-nimble/pull/779 This fixes dates, license headers and NOTICE. This is an automated message from the Apache Git Service. To

[GitHub] [mynewt-newt] sjanc opened a new pull request #386: Fixes for 1.8 release

2020-03-23 Thread GitBox
sjanc opened a new pull request #386: Fixes for 1.8 release URL: https://github.com/apache/mynewt-newt/pull/386 Updates dates and removes no longer bundled vendor/ libraries from LICENSE file. This is an automated message

[GitHub] [mynewt-blinky] sjanc opened a new pull request #14: Update dates in NOTICE

2020-03-23 Thread GitBox
sjanc opened a new pull request #14: Update dates in NOTICE URL: https://github.com/apache/mynewt-blinky/pull/14 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 #2245: STM32 Allow reboot to bootloader

2020-03-23 Thread GitBox
utzig commented on issue #2245: STM32 Allow reboot to bootloader URL: https://github.com/apache/mynewt-core/pull/2245#issuecomment-602593613 @kasjer This looks nice, I'm gonna try to test it this afternoon. This is an

[GitHub] [mynewt-core] sjanc commented on issue #2246: newt upgrade failed - Error: usage: git rev-list [OPTION] ... [ -- paths... ]

2020-03-23 Thread GitBox
sjanc commented on issue #2246: newt upgrade failed - Error: usage: git rev-list [OPTION] ... [ -- paths... ] URL: https://github.com/apache/mynewt-core/issues/2246#issuecomment-602595519 Hi, this is probably due to broken escaping of "@" on windows. Please try with 1.7 (or 1.8-rc1) with

[GitHub] [mynewt-nimble] prasad-alatkar commented on a change in pull request #777: nimble/host: Clear master and slave states on host reset

2020-03-23 Thread GitBox
prasad-alatkar commented on a change in pull request #777: nimble/host: Clear master and slave states on host reset URL: https://github.com/apache/mynewt-nimble/pull/777#discussion_r396568391 ## File path: nimble/host/src/ble_gap.c ## @@ -737,6 +737,30 @@

[mynewt-mcumgr] branch master updated: fs_mgmt: Fix file download for Zephyr

2020-03-23 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 c4919da fs_mgmt: Fix file download for

[GitHub] [mynewt-mcumgr] sjanc merged pull request #72: fs_mgmt: Fix file download for Zephyr

2020-03-23 Thread GitBox
sjanc merged pull request #72: fs_mgmt: Fix file download for Zephyr URL: https://github.com/apache/mynewt-mcumgr/pull/72 This is an automated message from the Apache Git Service. To respond to the message, please log on to

[GitHub] [mynewt-nimble] apache-mynewt-bot removed a comment on issue #779: Fixes for 1.3 release

2020-03-23 Thread GitBox
apache-mynewt-bot removed a comment on issue #779: Fixes for 1.3 release URL: https://github.com/apache/mynewt-nimble/pull/779#issuecomment-602579674 ## Style check summary ### Our coding style is

[GitHub] [mynewt-nimble] apache-mynewt-bot commented on issue #779: Fixes for 1.3 release

2020-03-23 Thread GitBox
apache-mynewt-bot commented on issue #779: Fixes for 1.3 release URL: https://github.com/apache/mynewt-nimble/pull/779#issuecomment-602748459 ## Style check summary No suggestions at this time!

[GitHub] [mynewt-nimble] prasad-alatkar commented on a change in pull request #777: nimble/host: Clear master and slave states on host reset

2020-03-23 Thread GitBox
prasad-alatkar commented on a change in pull request #777: nimble/host: Clear master and slave states on host reset URL: https://github.com/apache/mynewt-nimble/pull/777#discussion_r396553102 ## File path: nimble/host/src/ble_gap.c ## @@ -737,6 +737,30 @@

[GitHub] [mynewt-nimble] prasad-alatkar commented on a change in pull request #777: nimble/host: Clear master and slave states on host reset

2020-03-23 Thread GitBox
prasad-alatkar commented on a change in pull request #777: nimble/host: Clear master and slave states on host reset URL: https://github.com/apache/mynewt-nimble/pull/777#discussion_r396552550 ## File path: nimble/host/src/ble_gap_priv.h ## @@ -136,6 +136,7 @@ void

[GitHub] [mynewt-mcumgr] carlescufi commented on issue #72: fs_mgmt: Fix file download for Zephyr

2020-03-23 Thread GitBox
carlescufi commented on issue #72: fs_mgmt: Fix file download for Zephyr URL: https://github.com/apache/mynewt-mcumgr/pull/72#issuecomment-602717705 @ccollins476ad, @mlaz or @vrahane could you merge this please? This is an

[GitHub] [mynewt-nimble] sjanc removed a comment on issue #779: Fixes for 1.3 release

2020-03-23 Thread GitBox
sjanc removed a comment on issue #779: Fixes for 1.3 release URL: https://github.com/apache/mynewt-nimble/pull/779#issuecomment-602575836 @justinmclean could you have a look at this PR? If this is good I'll work on cleaning up core too

[GitHub] [mynewt-nimble] apache-mynewt-bot removed a comment on issue #777: nimble/host: Clear master and slave states on host reset

2020-03-23 Thread GitBox
apache-mynewt-bot removed a comment on issue #777: nimble/host: Clear master and slave states on host reset URL: https://github.com/apache/mynewt-nimble/pull/777#issuecomment-601703747 ## Style check summary No suggestions at this time!

[GitHub] [mynewt-nimble] apache-mynewt-bot commented on issue #777: nimble/host: Clear master and slave states on host reset

2020-03-23 Thread GitBox
apache-mynewt-bot commented on issue #777: nimble/host: Clear master and slave states on host reset URL: https://github.com/apache/mynewt-nimble/pull/777#issuecomment-602703331 ## Style check summary ### Our coding style is

[GitHub] [mynewt-nimble] zacwbond opened a new issue #780: Should 40s timeout apply to connection parameter updates?

2020-03-23 Thread GitBox
zacwbond opened a new issue #780: Should 40s timeout apply to connection parameter updates? URL: https://github.com/apache/mynewt-nimble/issues/780 I have a connection using a connection interval of 120, latency of 90, and timeout of 3000. The spec says in section 6.B.5.4, >The

[GitHub] [mynewt-core] sjanc merged pull request #2247: bsp/native: Don't use deprecated BASELIBC_ASSERT_FILE_LINE

2020-03-23 Thread GitBox
sjanc merged pull request #2247: bsp/native: Don't use deprecated BASELIBC_ASSERT_FILE_LINE URL: https://github.com/apache/mynewt-core/pull/2247 This is an automated message from the Apache Git Service. To respond to the

[mynewt-core] branch master updated: bsp/native: Don't use deprecated BASELIBC_ASSERT_FILE_LINE

2020-03-23 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-core.git The following commit(s) were added to refs/heads/master by this push: new 3fe8044 bsp/native: Don't use deprecated

[GitHub] [mynewt-nimble] apache-mynewt-bot commented on issue #781: Make connection update process timeout variable

2020-03-23 Thread GitBox
apache-mynewt-bot commented on issue #781: Make connection update process timeout variable URL: https://github.com/apache/mynewt-nimble/pull/781#issuecomment-602885623 ## Style check summary ### Our coding style is

[GitHub] [mynewt-nimble] apache-mynewt-bot commented on issue #781: Make connection update process timeout variable

2020-03-23 Thread GitBox
apache-mynewt-bot commented on issue #781: Make connection update process timeout variable URL: https://github.com/apache/mynewt-nimble/pull/781#issuecomment-602891381 ## Style check summary No suggestions at this time!

[GitHub] [mynewt-nimble] apache-mynewt-bot removed a comment on issue #781: Make connection update process timeout variable

2020-03-23 Thread GitBox
apache-mynewt-bot removed a comment on issue #781: Make connection update process timeout variable URL: https://github.com/apache/mynewt-nimble/pull/781#issuecomment-602885623 ## Style check summary ### Our coding style is

[GitHub] [mynewt-nimble] zacwbond opened a new pull request #781: Make connection update process timeout variable

2020-03-23 Thread GitBox
zacwbond opened a new pull request #781: Make connection update process timeout variable URL: https://github.com/apache/mynewt-nimble/pull/781 This is a fix for #780, an issue I submitted earlier today. I am connecting as a central to a remote peripheral using a connection