[GitHub] [mynewt-nimble] Reynevan94 commented on a change in pull request #796: Apps: central added

2020-05-18 Thread GitBox
Reynevan94 commented on a change in pull request #796: URL: https://github.com/apache/mynewt-nimble/pull/796#discussion_r426451837 ## File path: apps/central/src/main.c ## @@ -0,0 +1,190 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more

[GitHub] [mynewt-core] apache-mynewt-bot removed a comment on pull request #2279: TinyUSB integration

2020-05-18 Thread GitBox
apache-mynewt-bot removed a comment on pull request #2279: URL: https://github.com/apache/mynewt-core/pull/2279#issuecomment-627318407 ## Style check summary ### Our coding style is [here!](https://github.com/apache/mynewt-core/blob/master/CODING_STANDARDS.md)

[GitHub] [mynewt-core] apache-mynewt-bot commented on pull request #2279: TinyUSB integration

2020-05-18 Thread GitBox
apache-mynewt-bot commented on pull request #2279: URL: https://github.com/apache/mynewt-core/pull/2279#issuecomment-630051957 ## Style check summary ### Our coding style is [here!](https://github.com/apache/mynewt-core/blob/master/CODING_STANDARDS.md)

[GitHub] [mynewt-nimble] andrzej-kaczmarek merged pull request #816: nimble/ll: Fix HCI_Le_Set_Host_Features

2020-05-18 Thread GitBox
andrzej-kaczmarek merged pull request #816: URL: https://github.com/apache/mynewt-nimble/pull/816 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[mynewt-nimble] branch master updated: nimble/ll: Fix HCI_Le_Set_Host_Features

2020-05-18 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 1f52f1e nimble/ll: Fix

[GitHub] [mynewt-nimble] apache-mynewt-bot removed a comment on pull request #796: Apps: central added

2020-05-18 Thread GitBox
apache-mynewt-bot removed a comment on pull request #796: URL: https://github.com/apache/mynewt-nimble/pull/796#issuecomment-618230464 ## Style check summary No suggestions at this time! This is

[GitHub] [mynewt-nimble] apache-mynewt-bot commented on pull request #796: Apps: central added

2020-05-18 Thread GitBox
apache-mynewt-bot commented on pull request #796: URL: https://github.com/apache/mynewt-nimble/pull/796#issuecomment-630037842 ## Style check summary No suggestions at this time! This is an

[GitHub] [mynewt-core] apache-mynewt-bot removed a comment on pull request #2279: TinyUSB integration

2020-05-18 Thread GitBox
apache-mynewt-bot removed a comment on pull request #2279: URL: https://github.com/apache/mynewt-core/pull/2279#issuecomment-630051957 ## Style check summary ### Our coding style is [here!](https://github.com/apache/mynewt-core/blob/master/CODING_STANDARDS.md)

[GitHub] [mynewt-core] apache-mynewt-bot commented on pull request #2279: TinyUSB integration

2020-05-18 Thread GitBox
apache-mynewt-bot commented on pull request #2279: URL: https://github.com/apache/mynewt-core/pull/2279#issuecomment-630057534 ## Style check summary ### Our coding style is [here!](https://github.com/apache/mynewt-core/blob/master/CODING_STANDARDS.md)

[mynewt-nimble] branch master updated (225e68a -> 8341bfa)

2020-05-18 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 225e68a nimble/ll: Improve indentation new 2880911 nimble/ll: Do not hand up data PDU with invalid CRC

[mynewt-nimble] 02/02: nimble/ll: Add controller-to-host flow control support

2020-05-18 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 commit 8341bfa7f5844ec1fb379efcd5c5935141e9e0a6 Author: Andrzej Kaczmarek AuthorDate: Mon May 4 15:56:09 2020 +0200

[GitHub] [mynewt-nimble] andrzej-kaczmarek merged pull request #815: nimble/ll: Add controller-to-host flow control support

2020-05-18 Thread GitBox
andrzej-kaczmarek merged pull request #815: URL: https://github.com/apache/mynewt-nimble/pull/815 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[mynewt-nimble] 01/02: nimble/ll: Do not hand up data PDU with invalid CRC to LL

2020-05-18 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 commit 28809112c9ea36301e9c31fd854b009e89025b36 Author: Andrzej Kaczmarek AuthorDate: Thu May 14 12:39:36 2020 +0200

[mynewt-core] 04/07: tinyusb: Add hardware initialization for STM32F4xx STM32L4xx

2020-05-18 Thread jerzy
This is an automated email from the ASF dual-hosted git repository. jerzy pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/mynewt-core.git commit fb9576ca090399a50a5b3794cc97e428b2f10674 Author: Jerzy Kasenberg AuthorDate: Thu Apr 30 14:22:49 2020 +0200

[mynewt-core] 07/07: Update LICENSE file with TinyUSB content

2020-05-18 Thread jerzy
This is an automated email from the ASF dual-hosted git repository. jerzy pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/mynewt-core.git commit 88d9df7090973ed0be6638a73932c3545b8d3ba9 Author: Jerzy Kasenberg AuthorDate: Mon May 11 15:50:23 2020 +0200

[mynewt-core] branch master updated (71bc0c3 -> 88d9df7)

2020-05-18 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 71bc0c3 Merge pull request #2144 from nkaje/HWID_BLE new 63a182f Add package to handle USB stack from

[GitHub] [mynewt-core] kasjer merged pull request #2279: TinyUSB integration

2020-05-18 Thread GitBox
kasjer merged pull request #2279: URL: https://github.com/apache/mynewt-core/pull/2279 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go

[mynewt-core] 03/07: tinyusb: Add hardware initialization for STM32F1xx

2020-05-18 Thread jerzy
This is an automated email from the ASF dual-hosted git repository. jerzy pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/mynewt-core.git commit 4012a75cc1bc349519b50ae924de971bd7df7cdc Author: Jerzy Kasenberg AuthorDate: Thu Apr 30 14:15:34 2020 +0200

[mynewt-core] 02/07: tinyusb: Add hardware initialization for NRF5x

2020-05-18 Thread jerzy
This is an automated email from the ASF dual-hosted git repository. jerzy pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/mynewt-core.git commit 532734cc8181ff036f8938ff8d8e94998288bc02 Author: Jerzy Kasenberg AuthorDate: Thu Apr 30 14:01:56 2020 +0200

[mynewt-core] 01/07: Add package to handle USB stack from tinyusb project

2020-05-18 Thread jerzy
This is an automated email from the ASF dual-hosted git repository. jerzy pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/mynewt-core.git commit 63a182fcce03731fea4562a454d991c6cf698d7c Author: Jerzy Kasenberg AuthorDate: Thu Apr 30 13:38:41 2020 +0200

[mynewt-core] 05/07: tinyusb: Add package for standard descriptors CDC, HID

2020-05-18 Thread jerzy
This is an automated email from the ASF dual-hosted git repository. jerzy pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/mynewt-core.git commit 371c3d0556c7e7b1a38a6c6a1e7f7fb2ee04680d Author: Jerzy Kasenberg AuthorDate: Thu Apr 30 14:57:53 2020 +0200

[mynewt-core] 06/07: console: Add console over USB CDC

2020-05-18 Thread jerzy
This is an automated email from the ASF dual-hosted git repository. jerzy pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/mynewt-core.git commit d2b4b3cf546670a85928e7ccd55439fb9defe1bd Author: Jerzy Kasenberg AuthorDate: Thu Apr 30 15:06:21 2020 +0200

[GitHub] [mynewt-core] apache-mynewt-bot commented on pull request #2290: GCC 10 fixes

2020-05-18 Thread GitBox
apache-mynewt-bot commented on pull request #2290: URL: https://github.com/apache/mynewt-core/pull/2290#issuecomment-630179630 ## Style check summary No suggestions at this time! This is an

[GitHub] [mynewt-nimble] haukepetersen commented on issue #818: L2CAP COC: link throughput inconsistent and fluctuating

2020-05-18 Thread GitBox
haukepetersen commented on issue #818: URL: https://github.com/apache/mynewt-nimble/issues/818#issuecomment-630288259 Forgot to mention, this might be related to #373, but I was not able to make the correct connection (yet).

[GitHub] [mynewt-nimble] haukepetersen opened a new issue #818: L2CAP COC: link throughput inconsistent and fluctuating

2020-05-18 Thread GitBox
haukepetersen opened a new issue #818: URL: https://github.com/apache/mynewt-nimble/issues/818 For my research I am lately conducting some experiments involving measuring the raw data throughput of BLE links between selected nodes. While doing so, I noticed that the throughput between two

[GitHub] [mynewt-core] sjanc opened a new pull request #2291: libc/baselibc: Fix definitions for printing 32bit integers

2020-05-18 Thread GitBox
sjanc opened a new pull request #2291: URL: https://github.com/apache/mynewt-core/pull/2291 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above

[GitHub] [mynewt-core] apache-mynewt-bot commented on pull request #2291: libc/baselibc: Fix definitions for printing 32bit integers

2020-05-18 Thread GitBox
apache-mynewt-bot commented on pull request #2291: URL: https://github.com/apache/mynewt-core/pull/2291#issuecomment-630189953 ## Style check summary No suggestions at this time! This is an

[GitHub] [mynewt-core] sjanc opened a new pull request #2290: GCC 10 fixes

2020-05-18 Thread GitBox
sjanc opened a new pull request #2290: URL: https://github.com/apache/mynewt-core/pull/2290 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above