[mynewt-nimble] branch master updated: nimble/host: Fix compilation error when asserts are disabled

2019-06-13 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 d5ede9c nimble/host: Fix compilation error

[GitHub] [mynewt-nimble] sjanc merged pull request #481: nimble/host: Fix compilation error when asserts are disabled

2019-06-13 Thread GitBox
sjanc merged pull request #481: nimble/host: Fix compilation error when asserts are disabled URL: https://github.com/apache/mynewt-nimble/pull/481 This is an automated message from the Apache Git Service. To respond to the m

[GitHub] [mynewt-nimble] sjanc commented on issue #441: nimble\hci : Add Constant Tone Extension (CTE) feature (5.1) commands and events to HCI

2019-06-13 Thread GitBox
sjanc commented on issue #441: nimble\hci : Add Constant Tone Extension (CTE) feature (5.1) commands and events to HCI URL: https://github.com/apache/mynewt-nimble/pull/441#issuecomment-501581904 Hi, this is to let you know that this PR is not forgotten, we just need to first figure out

[GitHub] [mynewt-nimble] andrzej-kaczmarek commented on issue #478: [DNM] nimble/ll: Refactor duplicates filtering

2019-06-13 Thread GitBox
andrzej-kaczmarek commented on issue #478: [DNM] nimble/ll: Refactor duplicates filtering URL: https://github.com/apache/mynewt-nimble/pull/478#issuecomment-501603211 this PR works better with https://github.com/apache/mynewt-nimble/pull/466 so probably that one should be merged first ---

[GitHub] [mynewt-nimble] sjanc commented on a change in pull request #478: [DNM] nimble/ll: Refactor duplicates filtering

2019-06-13 Thread GitBox
sjanc commented on a change in pull request #478: [DNM] nimble/ll: Refactor duplicates filtering URL: https://github.com/apache/mynewt-nimble/pull/478#discussion_r293245401 ## File path: nimble/controller/src/ble_ll_scan.c ## @@ -2847,6 +2709,187 @@ check_periodic_sync(con

[GitHub] [mynewt-nimble] sjanc commented on a change in pull request #478: [DNM] nimble/ll: Refactor duplicates filtering

2019-06-13 Thread GitBox
sjanc commented on a change in pull request #478: [DNM] nimble/ll: Refactor duplicates filtering URL: https://github.com/apache/mynewt-nimble/pull/478#discussion_r293262247 ## File path: nimble/controller/src/ble_ll_scan.c ## @@ -2847,6 +2709,187 @@ check_periodic_sync(con

[GitHub] [mynewt-nimble] andrzej-kaczmarek commented on a change in pull request #478: [DNM] nimble/ll: Refactor duplicates filtering

2019-06-13 Thread GitBox
andrzej-kaczmarek commented on a change in pull request #478: [DNM] nimble/ll: Refactor duplicates filtering URL: https://github.com/apache/mynewt-nimble/pull/478#discussion_r293266405 ## File path: nimble/controller/src/ble_ll_scan.c ## @@ -2847,6 +2709,187 @@ check_perio

[GitHub] [mynewt-nimble] sjanc commented on a change in pull request #466: nimble/ll: Fix aux_data ref counter [WIP]

2019-06-13 Thread GitBox
sjanc commented on a change in pull request #466: nimble/ll: Fix aux_data ref counter [WIP] URL: https://github.com/apache/mynewt-nimble/pull/466#discussion_r293296886 ## File path: nimble/controller/src/ble_ll_scan.c ## @@ -1294,34 +1280,28 @@ ble_ll_scan_aux_data_ref(str

[GitHub] [mynewt-nimble] sjanc commented on a change in pull request #466: nimble/ll: Fix aux_data ref counter [WIP]

2019-06-13 Thread GitBox
sjanc commented on a change in pull request #466: nimble/ll: Fix aux_data ref counter [WIP] URL: https://github.com/apache/mynewt-nimble/pull/466#discussion_r293294732 ## File path: nimble/controller/src/ble_ll_scan.c ## @@ -3131,10 +3081,12 @@ ble_ll_scan_rx_pkt_in(uint8_

[GitHub] [mynewt-nimble] sjanc commented on a change in pull request #466: nimble/ll: Fix aux_data ref counter [WIP]

2019-06-13 Thread GitBox
sjanc commented on a change in pull request #466: nimble/ll: Fix aux_data ref counter [WIP] URL: https://github.com/apache/mynewt-nimble/pull/466#discussion_r293295013 ## File path: nimble/controller/src/ble_ll_sched.c ## @@ -1761,6 +1761,13 @@ ble_ll_sched_aux_scan(struct

[GitHub] [mynewt-nimble] sjanc commented on a change in pull request #466: nimble/ll: Fix aux_data ref counter [WIP]

2019-06-13 Thread GitBox
sjanc commented on a change in pull request #466: nimble/ll: Fix aux_data ref counter [WIP] URL: https://github.com/apache/mynewt-nimble/pull/466#discussion_r293292291 ## File path: nimble/controller/src/ble_ll_conn.c ## @@ -2678,21 +2678,22 @@ ble_ll_init_rx_pkt_in(uint8_

[GitHub] [mynewt-nimble] sjanc commented on a change in pull request #466: nimble/ll: Fix aux_data ref counter [WIP]

2019-06-13 Thread GitBox
sjanc commented on a change in pull request #466: nimble/ll: Fix aux_data ref counter [WIP] URL: https://github.com/apache/mynewt-nimble/pull/466#discussion_r293304507 ## File path: nimble/controller/include/controller/ble_ll_scan.h ## @@ -88,14 +88,15 @@ struct ble_ll_sca

[GitHub] [mynewt-core] mkiiskila opened a new pull request #1874: bsp/dialog_da1469x-dk-pro; fix download for bootloader on MacOS.

2019-06-13 Thread GitBox
mkiiskila opened a new pull request #1874: bsp/dialog_da1469x-dk-pro; fix download for bootloader on MacOS. URL: https://github.com/apache/mynewt-core/pull/1874 Not sure what happened, but LANG is not doing this for me. LC_CTYPE makes it do the right thing. I could've sworn that this wa

[GitHub] [mynewt-nimble] dhrishi commented on a change in pull request #467: nimble/host: Add support to stop/de-init ports

2019-06-13 Thread GitBox
dhrishi commented on a change in pull request #467: nimble/host: Add support to stop/de-init ports URL: https://github.com/apache/mynewt-nimble/pull/467#discussion_r293336246 ## File path: porting/nimble/src/nimble_port.c ## @@ -55,17 +58,79 @@ nimble_port_init(void) #end

[GitHub] [mynewt-core] mkiiskila merged pull request #1874: bsp/dialog_da1469x-dk-pro; fix download for bootloader on MacOS.

2019-06-13 Thread GitBox
mkiiskila merged pull request #1874: bsp/dialog_da1469x-dk-pro; fix download for bootloader on MacOS. URL: https://github.com/apache/mynewt-core/pull/1874 This is an automated message from the Apache Git Service. To respond

[mynewt-core] branch master updated: bsp/dialog_da1469x-dk-pro; fix download for bootloader on MacOS.

2019-06-13 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 The following commit(s) were added to refs/heads/master by this push: new c67f17c bsp/dialog_da1469x-dk-pro; fix down

[GitHub] [mynewt-core] mkiiskila commented on issue #1874: bsp/dialog_da1469x-dk-pro; fix download for bootloader on MacOS.

2019-06-13 Thread GitBox
mkiiskila commented on issue #1874: bsp/dialog_da1469x-dk-pro; fix download for bootloader on MacOS. URL: https://github.com/apache/mynewt-core/pull/1874#issuecomment-501671289 I was wondering if I should leave that one in as well. Should do no harm. ---

[GitHub] [mynewt-core] mkiiskila opened a new pull request #1875: drivers/*da1469x; don't depend on MCU specific header file directly.

2019-06-13 Thread GitBox
mkiiskila opened a new pull request #1875: drivers/*da1469x; don't depend on MCU specific header file directly. URL: https://github.com/apache/mynewt-core/pull/1875 This allows use of the driver on different MCU with same type of peripheral. Direct them to find the proper definition via

[GitHub] [mynewt-nimble] sjanc opened a new pull request #482: Use common config option for periodic syncs count

2019-06-13 Thread GitBox
sjanc opened a new pull request #482: Use common config option for periodic syncs count URL: https://github.com/apache/mynewt-nimble/pull/482 This avoids accidental inconsistency in combined build. This is an automated messag

[GitHub] [mynewt-nimble] sjanc commented on issue #482: Use common config option for periodic syncs count

2019-06-13 Thread GitBox
sjanc commented on issue #482: Use common config option for periodic syncs count URL: https://github.com/apache/mynewt-nimble/pull/482#issuecomment-501705007 @ahshokry @bassammohy FYI This is an automated message from the Apac

[GitHub] [mynewt-nimble] haukepetersen opened a new pull request #483: drivers/nrf5x: do not assign IRQ prio when building for RIOT

2019-06-13 Thread GitBox
haukepetersen opened a new pull request #483: drivers/nrf5x: do not assign IRQ prio when building for RIOT URL: https://github.com/apache/mynewt-nimble/pull/483 RIOT does not allow for nested interrupts and initializes all IRQs to the same priority during system initialization. Assigning d

[GitHub] [mynewt-core] utzig opened a new pull request #1876: [RFC][WIP] Add cryptographic HASH driver

2019-06-13 Thread GitBox
utzig opened a new pull request #1876: [RFC][WIP] Add cryptographic HASH driver URL: https://github.com/apache/mynewt-core/pull/1876 This adds initial support for the HASH HW in K64F and STM32. Missing some tests, FIXMEs and doxygen updates remaining... --

[GitHub] [mynewt-nimble] sjanc opened a new pull request #484: porting/linux_blemesh: Fix ble_mesh_adv task init

2019-06-13 Thread GitBox
sjanc opened a new pull request #484: porting/linux_blemesh: Fix ble_mesh_adv task init URL: https://github.com/apache/mynewt-nimble/pull/484 This is an automated message from the Apache Git Service. To respond to the messag

[GitHub] [mynewt-core] mkiiskila merged pull request #1875: drivers/*da1469x; don't depend on MCU specific header file directly.

2019-06-13 Thread GitBox
mkiiskila merged pull request #1875: drivers/*da1469x; don't depend on MCU specific header file directly. URL: https://github.com/apache/mynewt-core/pull/1875 This is an automated message from the Apache Git Service. To resp

[mynewt-core] branch master updated: drivers/*da1469x; don't depend on MCU specific header file directly. This allows use of the driver on different MCU with same type of peripheral. Direct them to fi

2019-06-13 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 The following commit(s) were added to refs/heads/master by this push: new bb3b766 drivers/*da1469x; don't depend on M

[GitHub] [mynewt-nimble] rymanluk opened a new pull request #485: mesh: Use different bdaddr for proxy instance [WIP]

2019-06-13 Thread GitBox
rymanluk opened a new pull request #485: mesh: Use different bdaddr for proxy instance [WIP] URL: https://github.com/apache/mynewt-nimble/pull/485 This is an automated message from the Apache Git Service. To respond to the m

[GitHub] [mynewt-core] mkiiskila commented on a change in pull request #1870: i2c da1469x bus driver

2019-06-13 Thread GitBox
mkiiskila commented on a change in pull request #1870: i2c da1469x bus driver URL: https://github.com/apache/mynewt-core/pull/1870#discussion_r293443319 ## File path: hw/bus/drivers/i2c_da1469x/src/i2c_da1469x.c ## @@ -0,0 +1,677 @@ +/* + * Licensed to the Apache Software F

[GitHub] [mynewt-core] mkiiskila commented on a change in pull request #1870: i2c da1469x bus driver

2019-06-13 Thread GitBox
mkiiskila commented on a change in pull request #1870: i2c da1469x bus driver URL: https://github.com/apache/mynewt-core/pull/1870#discussion_r293446115 ## File path: hw/bus/drivers/i2c_da1469x/src/i2c_da1469x.c ## @@ -0,0 +1,677 @@ +/* + * Licensed to the Apache Software F

[GitHub] [mynewt-core] mkiiskila commented on a change in pull request #1870: i2c da1469x bus driver

2019-06-13 Thread GitBox
mkiiskila commented on a change in pull request #1870: i2c da1469x bus driver URL: https://github.com/apache/mynewt-core/pull/1870#discussion_r293444747 ## File path: hw/bus/drivers/i2c_da1469x/src/i2c_da1469x.c ## @@ -0,0 +1,677 @@ +/* + * Licensed to the Apache Software F

[GitHub] [mynewt-core] mkiiskila commented on a change in pull request #1870: i2c da1469x bus driver

2019-06-13 Thread GitBox
mkiiskila commented on a change in pull request #1870: i2c da1469x bus driver URL: https://github.com/apache/mynewt-core/pull/1870#discussion_r293441615 ## File path: hw/bus/drivers/i2c_da1469x/syscfg.yml ## @@ -0,0 +1,33 @@ +# Licensed to the Apache Software Foundation (AS

[GitHub] [mynewt-core] mkiiskila commented on a change in pull request #1870: i2c da1469x bus driver

2019-06-13 Thread GitBox
mkiiskila commented on a change in pull request #1870: i2c da1469x bus driver URL: https://github.com/apache/mynewt-core/pull/1870#discussion_r293447600 ## File path: hw/bus/drivers/i2c_da1469x/src/i2c_da1469x.c ## @@ -0,0 +1,677 @@ +/* + * Licensed to the Apache Software F

[GitHub] [mynewt-core] mkiiskila commented on a change in pull request #1870: i2c da1469x bus driver

2019-06-13 Thread GitBox
mkiiskila commented on a change in pull request #1870: i2c da1469x bus driver URL: https://github.com/apache/mynewt-core/pull/1870#discussion_r293448725 ## File path: hw/bus/drivers/i2c_da1469x/src/i2c_da1469x.c ## @@ -0,0 +1,677 @@ +/* + * Licensed to the Apache Software F

[GitHub] [mynewt-core] mkiiskila commented on a change in pull request #1870: i2c da1469x bus driver

2019-06-13 Thread GitBox
mkiiskila commented on a change in pull request #1870: i2c da1469x bus driver URL: https://github.com/apache/mynewt-core/pull/1870#discussion_r293447945 ## File path: hw/bus/drivers/i2c_da1469x/src/i2c_da1469x.c ## @@ -0,0 +1,677 @@ +/* + * Licensed to the Apache Software F

[GitHub] [mynewt-nimble] hardik-proxy opened a new issue #486: mesh: advertising and relay memory pool depletion after some time sending messages

2019-06-13 Thread GitBox
hardik-proxy opened a new issue #486: mesh: advertising and relay memory pool depletion after some time sending messages URL: https://github.com/apache/mynewt-nimble/issues/486 **This is my mesh network:** - **Number of Nodes:** 7 - **Type of Nodes:** Proxy - **Models o

[GitHub] [mynewt-core] iandmorris opened a new pull request #1877: bsp/dialog_da1469x-dk-pro: Fix download to empty flash

2019-06-13 Thread GitBox
iandmorris opened a new pull request #1877: bsp/dialog_da1469x-dk-pro: Fix download to empty flash URL: https://github.com/apache/mynewt-core/pull/1877 If a valid image is present in flash then the ROM based bootloader configures the QSPI controller using values found in the product head

[GitHub] [mynewt-core] utzig commented on a change in pull request #1845: Fixes to crypto driver and STM32

2019-06-13 Thread GitBox
utzig commented on a change in pull request #1845: Fixes to crypto driver and STM32 URL: https://github.com/apache/mynewt-core/pull/1845#discussion_r293592515 ## File path: hw/drivers/crypto/crypto_stm32/src/crypto_stm32.c ## @@ -119,18 +129,25 @@ stm32_crypto_op(struct c

[GitHub] [mynewt-core] utzig commented on a change in pull request #1845: Fixes to crypto driver and STM32

2019-06-13 Thread GitBox
utzig commented on a change in pull request #1845: Fixes to crypto driver and STM32 URL: https://github.com/apache/mynewt-core/pull/1845#discussion_r293592515 ## File path: hw/drivers/crypto/crypto_stm32/src/crypto_stm32.c ## @@ -119,18 +129,25 @@ stm32_crypto_op(struct c

[GitHub] [mynewt-core] utzig commented on a change in pull request #1845: Fixes to crypto driver and STM32

2019-06-13 Thread GitBox
utzig commented on a change in pull request #1845: Fixes to crypto driver and STM32 URL: https://github.com/apache/mynewt-core/pull/1845#discussion_r293593472 ## File path: hw/drivers/crypto/crypto_stm32/src/crypto_stm32.c ## @@ -119,18 +129,25 @@ stm32_crypto_op(struct c

[GitHub] [mynewt-core] utzig commented on a change in pull request #1845: Fixes to crypto driver and STM32

2019-06-13 Thread GitBox
utzig commented on a change in pull request #1845: Fixes to crypto driver and STM32 URL: https://github.com/apache/mynewt-core/pull/1845#discussion_r293594823 ## File path: hw/drivers/crypto/crypto_stm32/src/crypto_stm32.c ## @@ -119,18 +129,25 @@ stm32_crypto_op(struct c

[GitHub] [mynewt-core] apache-mynewt-bot removed a comment on issue #1863: Add B-L475E-IOT01A BSP

2019-06-13 Thread GitBox
apache-mynewt-bot removed a comment on issue #1863: Add B-L475E-IOT01A BSP URL: https://github.com/apache/mynewt-core/pull/1863#issuecomment-498721498 ## RAT Report (2019-06-04 15:28:24) ## New files with unknown licenses * https://github.com/apache/mynewt-core/blob

[GitHub] [mynewt-core] apache-mynewt-bot commented on issue #1863: Add B-L475E-IOT01A BSP

2019-06-13 Thread GitBox
apache-mynewt-bot commented on issue #1863: Add B-L475E-IOT01A BSP URL: https://github.com/apache/mynewt-core/pull/1863#issuecomment-501901703 ## RAT Report (2019-06-13 22:28:44) ## New files with unknown licenses * https://github.com/apache/mynewt-core/blob/9a3bb46

[GitHub] [mynewt-nimble] andrzej-kaczmarek merged pull request #471: nimble/ll: Add GPIOs for HCI debugging

2019-06-13 Thread GitBox
andrzej-kaczmarek merged pull request #471: nimble/ll: Add GPIOs for HCI debugging URL: https://github.com/apache/mynewt-nimble/pull/471 This is an automated message from the Apache Git Service. To respond to the message, pl

[mynewt-nimble] branch master updated: nimble/ll: Add GPIOs for HCI debugging

2019-06-13 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-nimble.git The following commit(s) were added to refs/heads/master by this push: new d6dfb6c nimble/ll: Add GPIOs for HCI debug

[GitHub] [mynewt-nimble] andrzej-kaczmarek commented on issue #478: [DNM] nimble/ll: Refactor duplicates filtering

2019-06-13 Thread GitBox
andrzej-kaczmarek commented on issue #478: [DNM] nimble/ll: Refactor duplicates filtering URL: https://github.com/apache/mynewt-nimble/pull/478#issuecomment-501923920 this is now rebased on top of https://github.com/apache/mynewt-nimble/pull/466 ---