[GitHub] [mynewt-nimble] sjanc commented on a change in pull request #899: NimBLE host: Make set Packet Length API public

2021-03-12 Thread GitBox
sjanc commented on a change in pull request #899: URL: https://github.com/apache/mynewt-nimble/pull/899#discussion_r593282087 ## File path: nimble/host/include/host/ble_gap.h ## @@ -1214,6 +1214,23 @@ struct ble_gap_ext_adv_params { uint8_t sid; }; +/** + * Configure LE

[GitHub] [mynewt-nimble] sjanc commented on a change in pull request #899: NimBLE host: Make set Packet Length API public

2021-03-12 Thread GitBox
sjanc commented on a change in pull request #899: URL: https://github.com/apache/mynewt-nimble/pull/899#discussion_r593280779 ## File path: nimble/host/include/host/ble_gap.h ## @@ -1214,6 +1214,23 @@ struct ble_gap_ext_adv_params { uint8_t sid; }; +/** + * Configure LE

[GitHub] [mynewt-nimble] andrzej-kaczmarek opened a new issue #935: Decouple aux scanning from global scansm

2021-03-12 Thread GitBox
andrzej-kaczmarek opened a new issue #935: URL: https://github.com/apache/mynewt-nimble/issues/935 Currently aux chain scanning is handled in the same way as standard scan from LL pov (they share the same LL state) and uses global scansm to keep some state. This means we have lots of code

[GitHub] [mynewt-core] utzig merged pull request #2527: apps: fs_test: Add filesystem testing application

2021-03-12 Thread GitBox
utzig merged pull request #2527: URL: https://github.com/apache/mynewt-core/pull/2527 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 t

[mynewt-core] branch master updated: apps: fs_test: Add filesystem testing application

2021-03-12 Thread utzig
This is an automated email from the ASF dual-hosted git repository. utzig 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 3ff50ac apps: fs_test: Add filesystem testi

[GitHub] [mynewt-newt] sjanc merged pull request #431: Update go.sum and go.mod for Windows build

2021-03-12 Thread GitBox
sjanc merged pull request #431: URL: https://github.com/apache/mynewt-newt/pull/431 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 to

[mynewt-newt] 02/02: Add newt.exe to .gitignore

2021-03-12 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-newt.git commit aa99bceb7864e2cb98c5d49a43e771b42f778a20 Author: Szymon Janc AuthorDate: Fri Mar 12 12:14:44 2021 +0100 Add newt

[mynewt-newt] branch master updated (09f83a7 -> aa99bce)

2021-03-12 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-newt.git. from 09f83a7 travis: Run on Bionic new 62981ad Update go.sum and go.mod for Windows build new aa99bce Add

[mynewt-newt] 01/02: Update go.sum and go.mod for Windows build

2021-03-12 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-newt.git commit 62981ad5d91008b125a633927b564f2a0866cd37 Author: Szymon Janc AuthorDate: Fri Mar 12 11:45:35 2021 +0100 Update g

[GitHub] [mynewt-newt] sjanc commented on pull request #431: Update go.sum and go.mod for Windows build

2021-03-12 Thread GitBox
sjanc commented on pull request #431: URL: https://github.com/apache/mynewt-newt/pull/431#issuecomment-797425470 yes, I've check on linux and on mac This is an automated message from the Apache Git Service. To respond to the

[GitHub] [mynewt-newt] utzig commented on pull request #431: Update go.sum and go.mod for Windows build

2021-03-12 Thread GitBox
utzig commented on pull request #431: URL: https://github.com/apache/mynewt-newt/pull/431#issuecomment-797424772 Both packages have comments for Windows only, eg: https://github.com/StackExchange/wmi/blob/master/wmi.go#L1. I think it should not be a problem. -

[GitHub] [mynewt-nimble] sjanc merged pull request #934: travis: Run on Bionic

2021-03-12 Thread GitBox
sjanc merged pull request #934: URL: https://github.com/apache/mynewt-nimble/pull/934 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 t

[mynewt-nimble] branch master updated: travis: Run on Bionic

2021-03-12 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 904a93f travis: Run on Bionic 904a93f is d

[GitHub] [mynewt-newt] utzig edited a comment on pull request #431: Update go.sum and go.mod for Windows build

2021-03-12 Thread GitBox
utzig edited a comment on pull request #431: URL: https://github.com/apache/mynewt-newt/pull/431#issuecomment-797416077 I wonder if `github.com/StackExchange/wmi` and `github.com/go-ole/go-ole` will just be ignored on other platforms. Have you tried building with those changes on Linux/Mac

[GitHub] [mynewt-newt] utzig commented on pull request #431: Update go.sum and go.mod for Windows build

2021-03-12 Thread GitBox
utzig commented on pull request #431: URL: https://github.com/apache/mynewt-newt/pull/431#issuecomment-797416077 I wonder if `github.com/StackExchange/wmi` and `github.com/go-ole/go-ole` will just be ignore on other platforms. Have you tried building with those changes on Linux/Mac?

[GitHub] [mynewt-newt] sjanc opened a new pull request #431: Update go.sum and go.mod for Windows build

2021-03-12 Thread GitBox
sjanc opened a new pull request #431: URL: https://github.com/apache/mynewt-newt/pull/431 Those seem to be required by build on Windows and result in 'dirty' binary if newt is compiled with by build.sh. This is an automate

[GitHub] [mynewt-core] apache-mynewt-bot commented on pull request #2527: apps: fs_test: Add filesystem testing application

2021-03-12 Thread GitBox
apache-mynewt-bot commented on pull request #2527: URL: https://github.com/apache/mynewt-core/pull/2527#issuecomment-797405458 ## Style check summary No suggestions at this time! This is an automat

[GitHub] [mynewt-core] apache-mynewt-bot removed a comment on pull request #2527: apps: fs_test: Add filesystem testing application

2021-03-12 Thread GitBox
apache-mynewt-bot removed a comment on pull request #2527: URL: https://github.com/apache/mynewt-core/pull/2527#issuecomment-797403046 ## Style check summary No suggestions at this time! This is an

[GitHub] [mynewt-core] apache-mynewt-bot removed a comment on pull request #2527: apps: fs_test: Add filesystem testing application

2021-03-12 Thread GitBox
apache-mynewt-bot removed a comment on pull request #2527: URL: https://github.com/apache/mynewt-core/pull/2527#issuecomment-797397870 ## Style check summary No suggestions at this time! This is an

[GitHub] [mynewt-core] apache-mynewt-bot commented on pull request #2527: apps: fs_test: Add filesystem testing application

2021-03-12 Thread GitBox
apache-mynewt-bot commented on pull request #2527: URL: https://github.com/apache/mynewt-core/pull/2527#issuecomment-797403046 ## Style check summary No suggestions at this time! This is an automat

[GitHub] [mynewt-core] apache-mynewt-bot commented on pull request #2527: apps: fs_test: Add filesystem testing application

2021-03-12 Thread GitBox
apache-mynewt-bot commented on pull request #2527: URL: https://github.com/apache/mynewt-core/pull/2527#issuecomment-797402883 ## RAT Report (2021-03-12 10:41:19) ## New files with unknown licenses * https://github.com/apache/mynewt-core/blob/5cf556f9afb257773ba7110

[GitHub] [mynewt-core] apache-mynewt-bot removed a comment on pull request #2527: apps: fs_test: Add filesystem testing application

2021-03-12 Thread GitBox
apache-mynewt-bot removed a comment on pull request #2527: URL: https://github.com/apache/mynewt-core/pull/2527#issuecomment-797397609 ## RAT Report (2021-03-12 10:31:31) ## New files with unknown licenses * https://github.com/apache/mynewt-core/blob/31277826956df11

[mynewt-core] branch master updated (6ba5b5a -> b833c59)

2021-03-12 Thread utzig
This is an automated email from the ASF dual-hosted git repository. utzig pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/mynewt-core.git. from 6ba5b5a Merge pull request #2524 from utzig/flash-erase-error-check new 68bb14d fs: littlefs: Add LittleFS

[GitHub] [mynewt-core] utzig merged pull request #2522: Add LittleFS as a new filesystem option

2021-03-12 Thread GitBox
utzig merged pull request #2522: URL: https://github.com/apache/mynewt-core/pull/2522 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 t

[GitHub] [mynewt-core] apache-mynewt-bot commented on pull request #2527: apps: fs_test: Add filesystem testing application

2021-03-12 Thread GitBox
apache-mynewt-bot commented on pull request #2527: URL: https://github.com/apache/mynewt-core/pull/2527#issuecomment-797397870 ## Style check summary No suggestions at this time! This is an automat

[GitHub] [mynewt-core] apache-mynewt-bot removed a comment on pull request #2527: apps: fs_test: Add filesystem testing application

2021-03-12 Thread GitBox
apache-mynewt-bot removed a comment on pull request #2527: URL: https://github.com/apache/mynewt-core/pull/2527#issuecomment-797393631 ## 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 #2527: apps: fs_test: Add filesystem testing application

2021-03-12 Thread GitBox
apache-mynewt-bot commented on pull request #2527: URL: https://github.com/apache/mynewt-core/pull/2527#issuecomment-797397609 ## RAT Report (2021-03-12 10:31:31) ## New files with unknown licenses * https://github.com/apache/mynewt-core/blob/31277826956df11f87bc4d5

[GitHub] [mynewt-core] apache-mynewt-bot removed a comment on pull request #2527: apps: fs_test: Add filesystem testing application

2021-03-12 Thread GitBox
apache-mynewt-bot removed a comment on pull request #2527: URL: https://github.com/apache/mynewt-core/pull/2527#issuecomment-797393065 ## RAT Report (2021-03-12 10:24:05) ## New files with unknown licenses * https://github.com/apache/mynewt-core/blob/290b8fa2316fed5

[GitHub] [mynewt-core] apache-mynewt-bot commented on pull request #2527: apps: fs_test: Add filesystem testing application

2021-03-12 Thread GitBox
apache-mynewt-bot commented on pull request #2527: URL: https://github.com/apache/mynewt-core/pull/2527#issuecomment-797393631 ## Style check summary ### Our coding style is [here!](https://github.com/apache/mynewt-core/blob/master/CODING_STANDARDS.md) app

[GitHub] [mynewt-core] apache-mynewt-bot commented on pull request #2527: apps: fs_test: Add filesystem testing application

2021-03-12 Thread GitBox
apache-mynewt-bot commented on pull request #2527: URL: https://github.com/apache/mynewt-core/pull/2527#issuecomment-797393065 ## RAT Report (2021-03-12 10:24:05) ## New files with unknown licenses * https://github.com/apache/mynewt-core/blob/290b8fa2316fed5bab6373a

[GitHub] [mynewt-core] utzig opened a new pull request #2527: apps: fs_test: Add filesystem testing application

2021-03-12 Thread GitBox
utzig opened a new pull request #2527: URL: https://github.com/apache/mynewt-core/pull/2527 The fs_test app exercises all defined `fs/fs` interfaces, and is useful when adding new filesystems' support or debugging filesystem issues.

[mynewt-newt] branch master updated: travis: Run on Bionic

2021-03-12 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-newt.git The following commit(s) were added to refs/heads/master by this push: new 09f83a7 travis: Run on Bionic 09f83a7 is des

[GitHub] [mynewt-newt] sjanc merged pull request #430: travis: Run on Bionic

2021-03-12 Thread GitBox
sjanc merged pull request #430: URL: https://github.com/apache/mynewt-newt/pull/430 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 to

[GitHub] [mynewt-nimble] apache-mynewt-bot commented on pull request #934: travis: Run on Bionic

2021-03-12 Thread GitBox
apache-mynewt-bot commented on pull request #934: URL: https://github.com/apache/mynewt-nimble/pull/934#issuecomment-797377876 ## Style check summary No suggestions at this time! This is an automat

[GitHub] [mynewt-newt] utzig commented on pull request #414: newt: Allow third linker script to maximize split image size

2021-03-12 Thread GitBox
utzig commented on pull request #414: URL: https://github.com/apache/mynewt-newt/pull/414#issuecomment-797377479 GH workflows won't run out of the box, need to first enable it with Apache; I think it'd be better to drop those CI changes and just leave it run on Travis like it is doing alre

[GitHub] [mynewt-nimble] sjanc opened a new pull request #934: travis: Run on Bionic

2021-03-12 Thread GitBox
sjanc opened a new pull request #934: URL: https://github.com/apache/mynewt-nimble/pull/934 Update the Travis environment to use Bionic (18.04) instead of Xenial (16.04) due to issues installing gcc-multilib. This is an au

[GitHub] [mynewt-newt] sjanc opened a new pull request #430: travis: Run on Bionic

2021-03-12 Thread GitBox
sjanc opened a new pull request #430: URL: https://github.com/apache/mynewt-newt/pull/430 Update the Travis environment to use Bionic (18.04) instead of Xenial (16.04) due to issues installing gcc-multilib. This is an auto

[GitHub] [mynewt-newt] sjanc merged pull request #419: builder: Add package names to the environment variables

2021-03-12 Thread GitBox
sjanc merged pull request #419: URL: https://github.com/apache/mynewt-newt/pull/419 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 to

[mynewt-newt] branch master updated: builder: Add package names to the environment variables

2021-03-12 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-newt.git The following commit(s) were added to refs/heads/master by this push: new afc7adf builder: Add package names to the en

[GitHub] [mynewt-newt] sjanc commented on pull request #414: newt: Allow third linker script to maximize split image size

2021-03-12 Thread GitBox
sjanc commented on pull request #414: URL: https://github.com/apache/mynewt-newt/pull/414#issuecomment-797367687 @ccollins476ad this looks like useful feature, any chance you could have a look at this? This is an automated