[GitHub] haukepetersen opened a new pull request #315: host/l2cap: make L2CAP_COC_MTU configurable globally

2019-01-30 Thread GitBox
haukepetersen opened a new pull request #315: host/l2cap: make L2CAP_COC_MTU configurable globally URL: https://github.com/apache/mynewt-nimble/pull/315 This PR fixes #301 (or at least sketches a path...) I removed the `L2CAP_COC_MTU` define from `l2cap_coc_priv.h` in favor of a

[GitHub] kasjer merged pull request #1550: spiflash bus driver support

2019-01-30 Thread GitBox
kasjer merged pull request #1550: spiflash bus driver support URL: https://github.com/apache/mynewt-core/pull/1550 This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and

[GitHub] haukepetersen commented on issue #301: L2CAP: static size of BLE_L2CAP_COC_MTU inefficient?!

2019-01-30 Thread GitBox
haukepetersen commented on issue #301: L2CAP: static size of BLE_L2CAP_COC_MTU inefficient?! URL: https://github.com/apache/mynewt-nimble/issues/301#issuecomment-458884145 > I guess you have issue when testing against 2 devices using Nimble, is this correct? yes, 5-10 devices

[GitHub] rymanluk opened a new pull request #314: nimble/ll: Fix handling directed advertising with privacy

2019-01-30 Thread GitBox
rymanluk opened a new pull request #314: nimble/ll: Fix handling directed advertising with privacy URL: https://github.com/apache/mynewt-nimble/pull/314 Fix incorrect address comparision. advsm->peer_addr is the address provided via HCI, in the advertising packets we use

[GitHub] haukepetersen commented on issue #301: L2CAP: static size of BLE_L2CAP_COC_MTU inefficient?!

2019-01-30 Thread GitBox
haukepetersen commented on issue #301: L2CAP: static size of BLE_L2CAP_COC_MTU inefficient?! URL: https://github.com/apache/mynewt-nimble/issues/301#issuecomment-458894355 So here is my try: https://github.com/apache/mynewt-nimble/pull/315

[mynewt-core] branch master updated (33d2c47 -> 3bb8c1c)

2019-01-30 Thread jerzy
This is an automated email from the ASF dual-hosted git repository. jerzy pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/mynewt-core.git. from 33d2c47 hw/drivers/spiflash: Add auto power down new 44841fb hw/drivers/spiflash: Add bus driver support

[GitHub] utzig commented on a change in pull request #1623: compiler; add package for Cortex-M33 compilation

2019-01-30 Thread GitBox
utzig commented on a change in pull request #1623: compiler; add package for Cortex-M33 compilation URL: https://github.com/apache/mynewt-core/pull/1623#discussion_r252236053 ## File path: kernel/os/src/arch/cortex_m33/os_fault.c ## @@ -0,0 +1,235 @@ +/* + * Licensed to

[GitHub] apache-mynewt-bot commented on issue #1623: compiler; add package for Cortex-M33 compilation

2019-01-30 Thread GitBox
apache-mynewt-bot commented on issue #1623: compiler; add package for Cortex-M33 compilation URL: https://github.com/apache/mynewt-core/pull/1623#issuecomment-458928083 ## RAT Report (2019-01-30 12:34:44) ## New files with unknown licenses *

[GitHub] apache-mynewt-bot removed a comment on issue #1623: compiler; add package for Cortex-M33 compilation

2019-01-30 Thread GitBox
apache-mynewt-bot removed a comment on issue #1623: compiler; add package for Cortex-M33 compilation URL: https://github.com/apache/mynewt-core/pull/1623#issuecomment-458920213 ## RAT Report (2019-01-30 12:04:06) ## New files with unknown licenses *

[GitHub] mkiiskila opened a new pull request #1623: compiler; add package for Cortex-M33 compilation

2019-01-30 Thread GitBox
mkiiskila opened a new pull request #1623: compiler; add package for Cortex-M33 compilation URL: https://github.com/apache/mynewt-core/pull/1623 kernel; first pass at kernel support files for Cortex-M33. This is an automated

[GitHub] apache-mynewt-bot commented on issue #1623: compiler; add package for Cortex-M33 compilation

2019-01-30 Thread GitBox
apache-mynewt-bot commented on issue #1623: compiler; add package for Cortex-M33 compilation URL: https://github.com/apache/mynewt-core/pull/1623#issuecomment-458920213 ## RAT Report (2019-01-30 12:04:06) ## New files with unknown licenses *

[GitHub] utzig commented on a change in pull request #1623: compiler; add package for Cortex-M33 compilation

2019-01-30 Thread GitBox
utzig commented on a change in pull request #1623: compiler; add package for Cortex-M33 compilation URL: https://github.com/apache/mynewt-core/pull/1623#discussion_r252235538 ## File path: kernel/os/src/arch/cortex_m33/m33/SVC_Table.s ## @@ -0,0 +1,56 @@

[GitHub] mkiiskila opened a new pull request #1624: apollo2; remove dependency for compiler from MCU package;

2019-01-30 Thread GitBox
mkiiskila opened a new pull request #1624: apollo2; remove dependency for compiler from MCU package; URL: https://github.com/apache/mynewt-core/pull/1624 this is now specified in bsp.yml This is an automated message from the

[GitHub] michal-narajowski opened a new pull request #316: host: Fix printing included services

2019-01-30 Thread GitBox
michal-narajowski opened a new pull request #316: host: Fix printing included services URL: https://github.com/apache/mynewt-nimble/pull/316 Previously there was a bug when iterating over included services. Moreover the handles for included services were not assigned, which resulted

[mynewt-nimble] branch master updated (430516d -> 24ff866)

2019-01-30 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 430516d nimble/ll: Fix procedure collision as a slave new 5889dcb host/syscfg: introduce L2CAP_COC_MTU

[GitHub] rymanluk closed issue #301: L2CAP: static size of BLE_L2CAP_COC_MTU inefficient?!

2019-01-30 Thread GitBox
rymanluk closed issue #301: L2CAP: static size of BLE_L2CAP_COC_MTU inefficient?! URL: https://github.com/apache/mynewt-nimble/issues/301 This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] rymanluk merged pull request #315: host/l2cap: make L2CAP_COC_MTU configurable globally

2019-01-30 Thread GitBox
rymanluk merged pull request #315: host/l2cap: make L2CAP_COC_MTU configurable globally URL: https://github.com/apache/mynewt-nimble/pull/315 This is an automated message from the Apache Git Service. To respond to the

[GitHub] michal-narajowski opened a new pull request #317: apps/bttester: Add Bluetooth tester application

2019-01-30 Thread GitBox
michal-narajowski opened a new pull request #317: apps/bttester: Add Bluetooth tester application URL: https://github.com/apache/mynewt-nimble/pull/317 Tester application uses binary protocol to control Mynewt Nimble stack and is aimed at automated testing. It uses Bluetooth Testing

[GitHub] mkiiskila commented on a change in pull request #1623: compiler; add package for Cortex-M33 compilation

2019-01-30 Thread GitBox
mkiiskila commented on a change in pull request #1623: compiler; add package for Cortex-M33 compilation URL: https://github.com/apache/mynewt-core/pull/1623#discussion_r252287051 ## File path: kernel/os/src/arch/cortex_m33/m33/SVC_Table.s ## @@ -0,0 +1,56 @@

[GitHub] mkiiskila commented on a change in pull request #1623: compiler; add package for Cortex-M33 compilation

2019-01-30 Thread GitBox
mkiiskila commented on a change in pull request #1623: compiler; add package for Cortex-M33 compilation URL: https://github.com/apache/mynewt-core/pull/1623#discussion_r252287461 ## File path: kernel/os/src/arch/cortex_m33/os_fault.c ## @@ -0,0 +1,235 @@ +/* + * Licensed

[mynewt-core] branch master updated (3bb8c1c -> e0a6db9)

2019-01-30 Thread marko
This is an automated email from the ASF dual-hosted git repository. marko pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/mynewt-core.git. from 3bb8c1c spiflash: Call correct release power down function new 2d6c62a compiler; add package for

[GitHub] michal-narajowski opened a new pull request #318: Sync Mesh with Zephyr's codebase

2019-01-30 Thread GitBox
michal-narajowski opened a new pull request #318: Sync Mesh with Zephyr's codebase URL: https://github.com/apache/mynewt-nimble/pull/318 This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] andrzej-kaczmarek merged pull request #1625: kernel/os: Fix possible race in os_mutex_release()

2019-01-30 Thread GitBox
andrzej-kaczmarek merged pull request #1625: kernel/os: Fix possible race in os_mutex_release() URL: https://github.com/apache/mynewt-core/pull/1625 This is an automated message from the Apache Git Service. To respond to

[mynewt-core] branch master updated: kernel/os: Fix possible race in os_mutex_release()

2019-01-30 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 f4182fe kernel/os: Fix possible race in

[GitHub] vrahane opened a new pull request #1626: lis2dh12: Add missing notification stats

2019-01-30 Thread GitBox
vrahane opened a new pull request #1626: lis2dh12: Add missing notification stats URL: https://github.com/apache/mynewt-core/pull/1626 This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] wes3 commented on issue #1625: kernel/os: Fix possible race in os_mutex_release()

2019-01-30 Thread GitBox
wes3 commented on issue #1625: kernel/os: Fix possible race in os_mutex_release() URL: https://github.com/apache/mynewt-core/pull/1625#issuecomment-459157685 Nice catch. I shoulda checked level before decrementing. Rats. Embarrassing.

[mynewt-core] branch lis2dh12_notif_stats_fix deleted (was 1d9154f)

2019-01-30 Thread vipulrahane
This is an automated email from the ASF dual-hosted git repository. vipulrahane pushed a change to branch lis2dh12_notif_stats_fix in repository https://gitbox.apache.org/repos/asf/mynewt-core.git. was 1d9154f Add missing notification stats This change permanently discards the following

[GitHub] andrzej-kaczmarek opened a new pull request #1625: kernel/os: Fix possible race in os_mutex_release()

2019-01-30 Thread GitBox
andrzej-kaczmarek opened a new pull request #1625: kernel/os: Fix possible race in os_mutex_release() URL: https://github.com/apache/mynewt-core/pull/1625 There is possible race between `os_mutex_release()` and `os_mutex_pend()` due to modification of `mu_level` outside critical section.