[GitHub] [mynewt-core] rymanluk commented on issue #2227: fix incorrect check in lis2ds12_set_full_scale

2020-03-11 Thread GitBox
rymanluk commented on issue #2227: fix incorrect check in lis2ds12_set_full_scale URL: https://github.com/apache/mynewt-core/pull/2227#issuecomment-597492552 @gonccalo , we have noticed that something went wrong when squashing and merging your PR and your patch is in the tree but with

[GitHub] [mynewt-core] nkaje opened a new pull request #2238: Donot Merge: Debug Only: Dialog crypto driver debug

2020-03-11 Thread GitBox
nkaje opened a new pull request #2238: Donot Merge: Debug Only: Dialog crypto driver debug URL: https://github.com/apache/mynewt-core/pull/2238 This is an automated message from the Apache Git Service. To respond to the

[GitHub] [mynewt-core] apache-mynewt-bot commented on issue #2238: Donot Merge: Debug Only: Dialog crypto driver debug

2020-03-11 Thread GitBox
apache-mynewt-bot commented on issue #2238: Donot Merge: Debug Only: Dialog crypto driver debug URL: https://github.com/apache/mynewt-core/pull/2238#issuecomment-598018693 ## Style check summary ### Our coding style is

[GitHub] [mynewt-core] Reynevan94 opened a new pull request #2235: Add advertiser, scanner, peripheral and central apps

2020-03-11 Thread GitBox
Reynevan94 opened a new pull request #2235: Add advertiser, scanner, peripheral and central apps URL: https://github.com/apache/mynewt-core/pull/2235 This is an automated message from the Apache Git Service. To respond to

[GitHub] [mynewt-nimble] Reynevan94 commented on a change in pull request #768: Added advertiser, scanner, peripheral and central to apps

2020-03-11 Thread GitBox
Reynevan94 commented on a change in pull request #768: Added advertiser, scanner, peripheral and central to apps URL: https://github.com/apache/mynewt-nimble/pull/768#discussion_r390972337 ## File path: apps/advertiser/pkg.yml ## @@ -0,0 +1,37 @@ +# +# Licensed to the

[GitHub] [mynewt-nimble] utzig commented on issue #768: Added advertiser, scanner, peripheral and central to apps

2020-03-11 Thread GitBox
utzig commented on issue #768: Added advertiser, scanner, peripheral and central to apps URL: https://github.com/apache/mynewt-nimble/pull/768#issuecomment-597640555 I don't usually review nimble PRs, but since this was opened in mynewt-core before I was a bit curious. So there are some

[GitHub] [mynewt-core] sjanc opened a new issue #2236: Put arduino_zero support into core

2020-03-11 Thread GitBox
sjanc opened a new issue #2236: Put arduino_zero support into core URL: https://github.com/apache/mynewt-core/issues/2236 some time ago atmel relicenced their code available at http://packs.download.atmel.com/ to APL 2.0 which can now be included into Apache Mynewt core. This

[GitHub] [mynewt-nimble] utzig commented on a change in pull request #768: Added advertiser, scanner, peripheral and central to apps

2020-03-11 Thread GitBox
utzig commented on a change in pull request #768: Added advertiser, scanner, peripheral and central to apps URL: https://github.com/apache/mynewt-nimble/pull/768#discussion_r390940536 ## File path: apps/advertiser/pkg.yml ## @@ -0,0 +1,37 @@ +# +# Licensed to the Apache

[GitHub] [mynewt-mcumgr] de-nordic opened a new pull request #70: kconfig: Fix broken ref. to THREAD_STACK_INFO from Zephyr

2020-03-11 Thread GitBox
de-nordic opened a new pull request #70: kconfig: Fix broken ref. to THREAD_STACK_INFO from Zephyr URL: https://github.com/apache/mynewt-mcumgr/pull/70 The CONFIG_ prefix was missing. Found with a work-in-progress scripts/kconfig/lint.py check. This symbol is defined in

[GitHub] [mynewt-core] Reynevan94 closed pull request #2235: Add advertiser, scanner, peripheral and central apps

2020-03-11 Thread GitBox
Reynevan94 closed pull request #2235: Add advertiser, scanner, peripheral and central apps URL: https://github.com/apache/mynewt-core/pull/2235 This is an automated message from the Apache Git Service. To respond to the

[GitHub] [mynewt-nimble] utzig commented on a change in pull request #768: Added advertiser, scanner, peripheral and central to apps

2020-03-11 Thread GitBox
utzig commented on a change in pull request #768: Added advertiser, scanner, peripheral and central to apps URL: https://github.com/apache/mynewt-nimble/pull/768#discussion_r390940536 ## File path: apps/advertiser/pkg.yml ## @@ -0,0 +1,37 @@ +# +# Licensed to the Apache

[GitHub] [mynewt-core] utzig commented on issue #2227: fix incorrect check in lis2ds12_set_full_scale

2020-03-11 Thread GitBox
utzig commented on issue #2227: fix incorrect check in lis2ds12_set_full_scale URL: https://github.com/apache/mynewt-core/pull/2227#issuecomment-597524110 > @gonccalo , we have noticed that something went wrong when squashing and merging your PR and your patch is in the tree but with

[GitHub] [mynewt-mcumgr] de-nordic closed pull request #60: [DNM] samples: Removal of Zephyr smp_svr sample

2020-03-11 Thread GitBox
de-nordic closed pull request #60: [DNM] samples: Removal of Zephyr smp_svr sample URL: https://github.com/apache/mynewt-mcumgr/pull/60 This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [mynewt-mcumgr] de-nordic commented on issue #60: [DNM] samples: Removal of Zephyr smp_svr sample

2020-03-11 Thread GitBox
de-nordic commented on issue #60: [DNM] samples: Removal of Zephyr smp_svr sample URL: https://github.com/apache/mynewt-mcumgr/pull/60#issuecomment-597597717 No longer valid after https://github.com/apache/mynewt-mcumgr/pull/62 has been merged.

[GitHub] [mynewt-core] utzig commented on issue #2227: fix incorrect check in lis2ds12_set_full_scale

2020-03-11 Thread GitBox
utzig commented on issue #2227: fix incorrect check in lis2ds12_set_full_scale URL: https://github.com/apache/mynewt-core/pull/2227#issuecomment-597525674 I'd rather disable both "Squash and merge" and "Create a merge commit" options, one is a Github rather then a git concept, the other

[GitHub] [mynewt-nimble] Reynevan94 opened a new pull request #768: Added advertiser, scanner, peripheral and central to apps

2020-03-11 Thread GitBox
Reynevan94 opened a new pull request #768: Added advertiser, scanner, peripheral and central to apps URL: https://github.com/apache/mynewt-nimble/pull/768 This is an automated message from the Apache Git Service. To respond

[GitHub] [mynewt-mcumgr] utzig merged pull request #70: kconfig: Fix broken ref. to THREAD_STACK_INFO from Zephyr

2020-03-11 Thread GitBox
utzig merged pull request #70: kconfig: Fix broken ref. to THREAD_STACK_INFO from Zephyr URL: https://github.com/apache/mynewt-mcumgr/pull/70 This is an automated message from the Apache Git Service. To respond to the

[mynewt-mcumgr] branch master updated: kconfig: Fix broken ref. to THREAD_STACK_INFO from Zephyr

2020-03-11 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-mcumgr.git The following commit(s) were added to refs/heads/master by this push: new c4716db kconfig: Fix broken ref. to

[GitHub] [mynewt-core] mlaz opened a new pull request #2237: [WIP DNM] Added bsp and mcu packages for dialog_da14695-dk-usb

2020-03-11 Thread GitBox
mlaz opened a new pull request #2237: [WIP DNM] Added bsp and mcu packages for dialog_da14695-dk-usb URL: https://github.com/apache/mynewt-core/pull/2237 This commit adds support for [DA14695 Development Kit –

[GitHub] [mynewt-nimble] rymanluk opened a new pull request #769: nimble/host: Couple of fixes to l2cap coc

2020-03-11 Thread GitBox
rymanluk opened a new pull request #769: nimble/host: Couple of fixes to l2cap coc URL: https://github.com/apache/mynewt-nimble/pull/769 This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [mynewt-core] apache-mynewt-bot commented on issue #2237: [WIP DNM] Added bsp and mcu packages for dialog_da14695-dk-usb

2020-03-11 Thread GitBox
apache-mynewt-bot commented on issue #2237: [WIP DNM] Added bsp and mcu packages for dialog_da14695-dk-usb URL: https://github.com/apache/mynewt-core/pull/2237#issuecomment-597785395 ## Style check summary ### Our coding style is

[GitHub] [mynewt-core] utzig commented on issue #2217: [DNM] Pr2207 copy 2

2020-03-11 Thread GitBox
utzig commented on issue #2217: [DNM] Pr2207 copy 2 URL: https://github.com/apache/mynewt-core/pull/2217#issuecomment-597791577 This was used for testing `mynewt-travis-ci` and the functionality was merged already. This is

[GitHub] [mynewt-core] utzig closed pull request #2217: [DNM] Pr2207 copy 2

2020-03-11 Thread GitBox
utzig closed pull request #2217: [DNM] Pr2207 copy 2 URL: https://github.com/apache/mynewt-core/pull/2217 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use

[GitHub] [mynewt-nimble] rymanluk commented on issue #768: Added advertiser, scanner, peripheral and central to apps

2020-03-11 Thread GitBox
rymanluk commented on issue #768: Added advertiser, scanner, peripheral and central to apps URL: https://github.com/apache/mynewt-nimble/pull/768#issuecomment-597936059 @utzig adding style checker here would be great :) This

[GitHub] [mynewt-nimble] rymanluk opened a new pull request #770: apps/bttester: Add support for Enhanced L2CAP COC

2020-03-11 Thread GitBox
rymanluk opened a new pull request #770: apps/bttester: Add support for Enhanced L2CAP COC URL: https://github.com/apache/mynewt-nimble/pull/770 This is an automated message from the Apache Git Service. To respond to the