[GitHub] [mynewt-core] kasjer commented on a change in pull request #2108: Hardware stack limiter for CM33

2019-11-21 Thread GitBox
kasjer commented on a change in pull request #2108: Hardware stack limiter for CM33 URL: https://github.com/apache/mynewt-core/pull/2108#discussion_r349458407 ## File path: kernel/os/src/arch/cortex_m33/m33/HAL_CM33.s ## @@ -183,6 +183,11 @@ PendSV_Handler: STR

[mynewt-nimble] branch master updated: nimble/ll: Fix verifying incomplete data when enabling periodic adv

2019-11-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 5e0d67d nimble/ll: Fix verifying incomplet

[GitHub] [mynewt-nimble] sjanc merged pull request #677: nimble/ll: Fix verifying incomplete data when enabling periodic adv

2019-11-21 Thread GitBox
sjanc merged pull request #677: nimble/ll: Fix verifying incomplete data when enabling periodic adv URL: https://github.com/apache/mynewt-nimble/pull/677 This is an automated message from the Apache Git Service. To respond t

[GitHub] [mynewt-core] vrahane merged pull request #2110: da1469x, hal_uart: fix typo

2019-11-21 Thread GitBox
vrahane merged pull request #2110: da1469x, hal_uart: fix typo URL: https://github.com/apache/mynewt-core/pull/2110 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

[mynewt-core] branch master updated: da1469x, hal_uart: fix typo

2019-11-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-core.git The following commit(s) were added to refs/heads/master by this push: new 87379ae da1469x, hal_uart: fix typo

[GitHub] [mynewt-core] vrahane opened a new pull request #2110: da1469x, hal_uart: fix typo

2019-11-21 Thread GitBox
vrahane opened a new pull request #2110: da1469x, hal_uart: fix typo URL: https://github.com/apache/mynewt-core/pull/2110 The trace api to be called at the end of the isr should be the exit one and not the entry one. This is

[GitHub] [mynewt-nimble] andrzej-kaczmarek merged pull request #675: nimble/ll: Fix own addr type handling

2019-11-21 Thread GitBox
andrzej-kaczmarek merged pull request #675: nimble/ll: Fix own addr type handling URL: https://github.com/apache/mynewt-nimble/pull/675 This is an automated message from the Apache Git Service. To respond to the message, ple

[mynewt-nimble] branch master updated (3ae1761 -> 591f288)

2019-11-21 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-nimble.git. from 3ae1761 nimble/host: Misc fixes in `ble_gap_unpair` and `ble_hs_pvcy` add f2c5a85 nimble/ll: Add helper t

[GitHub] [mynewt-nimble] sjanc opened a new pull request #677: nimble/ll: Fix verifying incomplete data when enabling periodic adv

2019-11-21 Thread GitBox
sjanc opened a new pull request #677: nimble/ll: Fix verifying incomplete data when enabling periodic adv URL: https://github.com/apache/mynewt-nimble/pull/677 Properties were checked instead of flags. This was affecting HCI/DDI/BI-13-C qualification test case, -

[mynewt-nimble] branch master updated (9ac46a3 -> 3ae1761)

2019-11-21 Thread rymek
This is an automated email from the ASF dual-hosted git repository. rymek pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/mynewt-nimble.git. from 9ac46a3 nimble/ll: Fix not setting HCI reponse properly for ext adv set params add 3ae1761 nimble/host:

[GitHub] [mynewt-nimble] rymanluk merged pull request #636: NimBLE/host: `ble_gap_unpair` should continue un-pairing after connection termination

2019-11-21 Thread GitBox
rymanluk merged pull request #636: NimBLE/host: `ble_gap_unpair` should continue un-pairing after connection termination URL: https://github.com/apache/mynewt-nimble/pull/636 This is an automated message from the Apache Git

[GitHub] [mynewt-nimble] andrzej-kaczmarek commented on issue #675: nimble/ll: Fix own addr type handling

2019-11-21 Thread GitBox
andrzej-kaczmarek commented on issue #675: nimble/ll: Fix own addr type handling URL: https://github.com/apache/mynewt-nimble/pull/675#issuecomment-557274523 fixed typo ;-) This is an automated message from the Apache Git Serv

[mynewt-nimble] branch master updated (440cca7 -> 9ac46a3)

2019-11-21 Thread janc
This is an automated email from the ASF dual-hosted git repository. janc pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/mynewt-nimble.git. from 440cca7 host/l2cap_coc: fix recv of frames with size 1 add 488dfc8 nimble/ll: Don't define functions as i

[GitHub] [mynewt-nimble] sjanc merged pull request #676: Some ext adv fixes

2019-11-21 Thread GitBox
sjanc merged pull request #676: Some ext adv fixes URL: https://github.com/apache/mynewt-nimble/pull/676 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the

[GitHub] [mynewt-nimble] prasad-alatkar commented on a change in pull request #636: NimBLE/host: `ble_gap_unpair` should continue un-pairing after connection termination

2019-11-21 Thread GitBox
prasad-alatkar commented on a change in pull request #636: NimBLE/host: `ble_gap_unpair` should continue un-pairing after connection termination URL: https://github.com/apache/mynewt-nimble/pull/636#discussion_r349223615 ## File path: nimble/host/src/ble_hs_pvcy.c ## @@ -6

[GitHub] [mynewt-nimble] andrzej-kaczmarek commented on a change in pull request #651: Support for BT 5.1 periodic sync transfer

2019-11-21 Thread GitBox
andrzej-kaczmarek commented on a change in pull request #651: Support for BT 5.1 periodic sync transfer URL: https://github.com/apache/mynewt-nimble/pull/651#discussion_r349167519 ## File path: nimble/controller/src/ble_ll_adv.c ## @@ -3133,6 +3133,32 @@ sec_phy_valid(uint

[GitHub] [mynewt-core] kasjer opened a new pull request #2109: libs/baselibc: Fix double fflush definition problem (#2076)

2019-11-21 Thread GitBox
kasjer opened a new pull request #2109: libs/baselibc: Fix double fflush definition problem (#2076) URL: https://github.com/apache/mynewt-core/pull/2109 fflush double definition problem happens when baselibc version (B) collides with tool chain provided one (A). It can happen when oth

[GitHub] [mynewt-nimble] haukepetersen commented on issue #650: host/l2cap_coc: fix receiving of frames with size 1

2019-11-21 Thread GitBox
haukepetersen commented on issue #650: host/l2cap_coc: fix receiving of frames with size 1 URL: https://github.com/apache/mynewt-nimble/pull/650#issuecomment-557147288 thanks @rymanluk ;-) This is an automated message from th

[GitHub] [mynewt-core] andrzej-kaczmarek opened a new pull request #2108: Hardware stack limiter for CM33

2019-11-21 Thread GitBox
andrzej-kaczmarek opened a new pull request #2108: Hardware stack limiter for CM33 URL: https://github.com/apache/mynewt-core/pull/2108 This is an automated message from the Apache Git Service. To respond to the message, ple

[GitHub] [mynewt-nimble] rymanluk commented on a change in pull request #636: NimBLE/host: `ble_gap_unpair` should continue un-pairing after connection termination

2019-11-21 Thread GitBox
rymanluk commented on a change in pull request #636: NimBLE/host: `ble_gap_unpair` should continue un-pairing after connection termination URL: https://github.com/apache/mynewt-nimble/pull/636#discussion_r349122537 ## File path: nimble/host/src/ble_hs_pvcy.c ## @@ -63,17 +

[GitHub] [mynewt-nimble] rymanluk commented on a change in pull request #636: NimBLE/host: `ble_gap_unpair` should continue un-pairing after connection termination

2019-11-21 Thread GitBox
rymanluk commented on a change in pull request #636: NimBLE/host: `ble_gap_unpair` should continue un-pairing after connection termination URL: https://github.com/apache/mynewt-nimble/pull/636#discussion_r349122537 ## File path: nimble/host/src/ble_hs_pvcy.c ## @@ -63,17 +

[mynewt-nimble] branch master updated (a4842c0 -> 440cca7)

2019-11-21 Thread rymek
This is an automated email from the ASF dual-hosted git repository. rymek pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/mynewt-nimble.git. from a4842c0 nimble/ll: Don't allow to modify RL when synchronizing periodic add 440cca7 host/l2cap_coc: fix

[GitHub] [mynewt-nimble] sjanc commented on a change in pull request #675: nimble/ll: Fix own addr type handling

2019-11-21 Thread GitBox
sjanc commented on a change in pull request #675: nimble/ll: Fix own addr type handling URL: https://github.com/apache/mynewt-nimble/pull/675#discussion_r349112312 ## File path: nimble/controller/include/controller/ble_ll.h ## @@ -427,9 +427,19 @@ void ble_ll_init(void);

[GitHub] [mynewt-nimble] rymanluk merged pull request #650: host/l2cap_coc: fix receiving of frames with size 1

2019-11-21 Thread GitBox
rymanluk merged pull request #650: host/l2cap_coc: fix receiving of frames with size 1 URL: https://github.com/apache/mynewt-nimble/pull/650 This is an automated message from the Apache Git Service. To respond to the message

[GitHub] [mynewt-nimble] sjanc merged pull request #674: nimble/ll: Don't allow to modify RL when synchronizing periodic

2019-11-21 Thread GitBox
sjanc merged pull request #674: nimble/ll: Don't allow to modify RL when synchronizing periodic URL: https://github.com/apache/mynewt-nimble/pull/674 This is an automated message from the Apache Git Service. To respond to th

[mynewt-nimble] branch master updated (ba33e02 -> a4842c0)

2019-11-21 Thread janc
This is an automated email from the ASF dual-hosted git repository. janc pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/mynewt-nimble.git. from ba33e02 nimble/ll: Remove ble_ll_xcvr_rfclk_start_now function parameter add a4842c0 nimble/ll: Don't al

[GitHub] [mynewt-nimble] sjanc opened a new pull request #676: Some ext adv fixes

2019-11-21 Thread GitBox
sjanc opened a new pull request #676: Some ext adv fixes URL: https://github.com/apache/mynewt-nimble/pull/676 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and u

[GitHub] [mynewt-nimble] andrzej-kaczmarek opened a new pull request #675: nimble/ll: Fix own addr type handling

2019-11-21 Thread GitBox
andrzej-kaczmarek opened a new pull request #675: nimble/ll: Fix own addr type handling URL: https://github.com/apache/mynewt-nimble/pull/675 This is an automated message from the Apache Git Service. To respond to the messag

[GitHub] [mynewt-newt] michal-narajowski opened a new pull request #355: cmake: Escape ( and ) in flags

2019-11-21 Thread GitBox
michal-narajowski opened a new pull request #355: cmake: Escape ( and ) in flags URL: https://github.com/apache/mynewt-newt/pull/355 Sometimes flag can contain parentheses and when compiling with CMake you would get an error similar to this: /bin/sh: syntax error near unexpected to

[GitHub] [mynewt-nimble] haukepetersen commented on issue #650: host/l2cap_coc: fix receiving of frames with size 1

2019-11-21 Thread GitBox
haukepetersen commented on issue #650: host/l2cap_coc: fix receiving of frames with size 1 URL: https://github.com/apache/mynewt-nimble/pull/650#issuecomment-557084321 @sjanc I am not allowed to merge, seems like my write access has not yet been properly configured... @rymanluk I ag

[GitHub] [mynewt-nimble] rymanluk commented on issue #650: host/l2cap_coc: fix receiving of frames with size 1

2019-11-21 Thread GitBox
rymanluk commented on issue #650: host/l2cap_coc: fix receiving of frames with size 1 URL: https://github.com/apache/mynewt-nimble/pull/650#issuecomment-557065688 > Moved the `pullup` call into the handling for the first frame, looks much neater now. > > Doing this, I was wondering

[mynewt-core] branch master updated (98cfc92 -> 6eeba5b)

2019-11-21 Thread rymek
This is an automated email from the ASF dual-hosted git repository. rymek pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/mynewt-core.git. from 98cfc92 Merge pull request #2101 from mlaz/fix_log add 6eeba5b compiler/sim: Add --gc-sections option to t

[mynewt-core] branch master updated (6eeba5b -> 0a5b8a6)

2019-11-21 Thread rymek
This is an automated email from the ASF dual-hosted git repository. rymek pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/mynewt-core.git. from 6eeba5b compiler/sim: Add --gc-sections option to the linker add 0a5b8a6 bsp/native: Add way to provide hc

[GitHub] [mynewt-core] rymanluk merged pull request #2103: bsp/native: Add way to provide hci index

2019-11-21 Thread GitBox
rymanluk merged pull request #2103: bsp/native: Add way to provide hci index URL: https://github.com/apache/mynewt-core/pull/2103 This is an automated message from the Apache Git Service. To respond to the message, please log

[GitHub] [mynewt-core] rymanluk merged pull request #2104: compiler/sim: Add --gc-sections option to the linker

2019-11-21 Thread GitBox
rymanluk merged pull request #2104: compiler/sim: Add --gc-sections option to the linker URL: https://github.com/apache/mynewt-core/pull/2104 This is an automated message from the Apache Git Service. To respond to the messag

[GitHub] [mynewt-nimble] prasad-alatkar commented on a change in pull request #636: NimBLE/host: `ble_gap_unpair` should continue un-pairing after connection termination

2019-11-21 Thread GitBox
prasad-alatkar commented on a change in pull request #636: NimBLE/host: `ble_gap_unpair` should continue un-pairing after connection termination URL: https://github.com/apache/mynewt-nimble/pull/636#discussion_r349051377 ## File path: nimble/host/src/ble_hs_pvcy.c ## @@ -6

[GitHub] [mynewt-core] apache-mynewt-bot commented on issue #2107: [WIP] Update NRFX to release 2.0.0

2019-11-21 Thread GitBox
apache-mynewt-bot commented on issue #2107: [WIP] Update NRFX to release 2.0.0 URL: https://github.com/apache/mynewt-core/pull/2107#issuecomment-557053408 ## RAT Report (2019-11-21 11:58:16) ## New files with unknown licenses * https://github.com/apache/mynewt-core/

[GitHub] [mynewt-core] kasjer opened a new pull request #2107: [WIP] Update NRFX to release 2.0.0

2019-11-21 Thread GitBox
kasjer opened a new pull request #2107: [WIP] Update NRFX to release 2.0.0 URL: https://github.com/apache/mynewt-core/pull/2107 This is an automated message from the Apache Git Service. To respond to the message, please log o

[GitHub] [mynewt-nimble] sjanc opened a new pull request #674: nimble/ll: Don't allow to modify RL when synchronizing periodic

2019-11-21 Thread GitBox
sjanc opened a new pull request #674: nimble/ll: Don't allow to modify RL when synchronizing periodic URL: https://github.com/apache/mynewt-nimble/pull/674 This was affecting CCO/BI-05-C test case. This is an automated messag

[GitHub] [mynewt-core] brianwyld opened a new pull request #2106: PR for 3 changes : NDEBUG build, fix SPI on STM32, bitbang uart tx only

2019-11-21 Thread GitBox
brianwyld opened a new pull request #2106: PR for 3 changes : NDEBUG build, fix SPI on STM32, bitbang uart tx only URL: https://github.com/apache/mynewt-core/pull/2106 NDEBUG: currently mynewt-core fails to compile due to warnings when NDEBUG is defined (to create release version of code n

[GitHub] [mynewt-nimble] sjanc commented on issue #650: host/l2cap_coc: fix receiving of frames with size 1

2019-11-21 Thread GitBox
sjanc commented on issue #650: host/l2cap_coc: fix receiving of frames with size 1 URL: https://github.com/apache/mynewt-nimble/pull/650#issuecomment-557007511 @haukepetersen looks good, could you try merging this yourself (use 'rebase and merge' policy) ?:) --

[GitHub] [mynewt-nimble] sjanc merged pull request #574: nimble/ll: Randomize initial advertising event

2019-11-21 Thread GitBox
sjanc merged pull request #574: nimble/ll: Randomize initial advertising event URL: https://github.com/apache/mynewt-nimble/pull/574 This is an automated message from the Apache Git Service. To respond to the message, please

[mynewt-nimble] branch master updated (c84464d -> ba33e02)

2019-11-21 Thread janc
This is an automated email from the ASF dual-hosted git repository. janc pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/mynewt-nimble.git. from c84464d call ble_gap_event_listener_call for every ble_gap_notify_tx_event add a9ed4fa nimble/ll: Random

[GitHub] [mynewt-nimble] haukepetersen commented on issue #650: host/l2cap_coc: fix receiving of frames with size 1

2019-11-21 Thread GitBox
haukepetersen commented on issue #650: host/l2cap_coc: fix receiving of frames with size 1 URL: https://github.com/apache/mynewt-nimble/pull/650#issuecomment-556986453 Anyhow, the optimization, if valid, might as well be applied in a follow up PR... Squashed, so we can proceed on t