[mynewt-nimble] branch master updated (1c561c3 -> 9b4ac95)

2020-02-04 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-nimble.git. from 1c561c3 nimble/phy: Fix timings for LE Coded new 643eff9 nimble/ll: Fix SyncInfo units when no offset is

[mynewt-nimble] 02/02: nimble/btshell: Use sane default for sync timeout

2020-02-04 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 commit 9b4ac9529bf9c3ff9e709dbf66eb4b1f4685b9da Author: Szymon Janc AuthorDate: Mon Feb 3 23:34:04 2020 +0100

[GitHub] [mynewt-nimble] sjanc merged pull request #747: nimble/ll: Fix SyncInfo units when no offset is provided

2020-02-04 Thread GitBox
sjanc merged pull request #747: nimble/ll: Fix SyncInfo units when no offset is provided URL: https://github.com/apache/mynewt-nimble/pull/747 This is an automated message from the Apache Git Service. To respond to the

[mynewt-nimble] 01/02: nimble/ll: Fix SyncInfo units when no offset is provided

2020-02-04 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 commit 643eff996c1c3489b2a3fd2ed23f2f8a8e90ccfb Author: Szymon Janc AuthorDate: Mon Feb 3 23:12:33 2020 +0100

[GitHub] [mynewt-newt] ccollins476ad commented on a change in pull request #368: [RFC] Add commands to build and browse man pages

2020-02-04 Thread GitBox
ccollins476ad commented on a change in pull request #368: [RFC] Add commands to build and browse man pages URL: https://github.com/apache/mynewt-newt/pull/368#discussion_r374815338 ## File path: newt/man/man.go ## @@ -0,0 +1,111 @@ +/** + * Licensed to the Apache Software

[GitHub] [mynewt-artifact] ccollins476ad opened a new pull request #20: image: calculate padding when parsing image

2020-02-04 Thread GitBox
ccollins476ad opened a new pull request #20: image: calculate padding when parsing image URL: https://github.com/apache/mynewt-artifact/pull/20 When parsing an image file, if the image indicates an extra-long header, build a slice of bytes to hold the extra leading padding. This is

[GitHub] [mynewt-nimble] dmastain opened a new issue #749: HCI BCSP protocol support

2020-02-04 Thread GitBox
dmastain opened a new issue #749: HCI BCSP protocol support URL: https://github.com/apache/mynewt-nimble/issues/749 I'm wondering if there is any plan to support the BCSP HCI over UART standard. I'm in a situation where I would like to use a UART to send HCI commands from Host to

[GitHub] [mynewt-newt] utzig commented on a change in pull request #368: [RFC] Add commands to build and browse man pages

2020-02-04 Thread GitBox
utzig commented on a change in pull request #368: [RFC] Add commands to build and browse man pages URL: https://github.com/apache/mynewt-newt/pull/368#discussion_r374888309 ## File path: newt/man/man.go ## @@ -0,0 +1,111 @@ +/** + * Licensed to the Apache Software

[mynewt-nimble] branch master updated: nimble/ll: Fix assert in extended scanner

2020-02-04 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 3c9e302 nimble/ll: Fix assert in extended

[GitHub] [mynewt-nimble] sjanc merged pull request #748: nimble/ll: Fix assert in extended scanner

2020-02-04 Thread GitBox
sjanc merged pull request #748: nimble/ll: Fix assert in extended scanner URL: https://github.com/apache/mynewt-nimble/pull/748 This is an automated message from the Apache Git Service. To respond to the message, please log

[GitHub] [mynewt-nimble] sjanc opened a new pull request #748: nimble/ll: Fix assert in extended scanner

2020-02-04 Thread GitBox
sjanc opened a new pull request #748: nimble/ll: Fix assert in extended scanner URL: https://github.com/apache/mynewt-nimble/pull/748 It is possible that scheduler already fired and aux data is NULL so we should unref it only if scheduler item was removed.

[GitHub] [mynewt-mcumgr] nvlsianpu edited a comment on issue #60: [DNM] samples: Removal of Zephyr smp_svr sample

2020-02-04 Thread GitBox
nvlsianpu edited a comment on issue #60: [DNM] samples: Removal of Zephyr smp_svr sample URL: https://github.com/apache/mynewt-mcumgr/pull/60#issuecomment-581837461 > What do you mean by "opposite" Exactly keeping smp_svr exclusively in the zephyr code-base, which force us, so

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

2020-02-04 Thread GitBox
nvlsianpu commented on issue #60: [DNM] samples: Removal of Zephyr smp_svr sample URL: https://github.com/apache/mynewt-mcumgr/pull/60#issuecomment-581837461 > What do you mean by "opposite" Exactly keeping smp_svr exclusively in the zephyr code-base, which force us, so zephyr

[GitHub] [mynewt-artifact] ccollins476ad merged pull request #20: image: calculate padding when parsing image

2020-02-04 Thread GitBox
ccollins476ad merged pull request #20: image: calculate padding when parsing image URL: https://github.com/apache/mynewt-artifact/pull/20 This is an automated message from the Apache Git Service. To respond to the message,

[mynewt-artifact] annotated tag v0.0.15 updated (63f9d94 -> f9ea8fe)

2020-02-04 Thread ccollins
This is an automated email from the ASF dual-hosted git repository. ccollins pushed a change to annotated tag v0.0.15 in repository https://gitbox.apache.org/repos/asf/mynewt-artifact.git. *** WARNING: tag v0.0.15 was modified! *** from 63f9d94 (commit) to f9ea8fe (tag) tagging

[mynewt-artifact] branch master updated: image: calculate padding when parsing image

2020-02-04 Thread ccollins
This is an automated email from the ASF dual-hosted git repository. ccollins pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/mynewt-artifact.git The following commit(s) were added to refs/heads/master by this push: new 63f9d94 image: calculate padding

[GitHub] [mynewt-core] utzig commented on issue #2175: da1469x: add initial crypto driver

2020-02-04 Thread GitBox
utzig commented on issue #2175: da1469x: add initial crypto driver URL: https://github.com/apache/mynewt-core/pull/2175#issuecomment-581932252 > one mutex to rule them... :rofl: yeah, that is one approach, but the `crypto` driver's idea is to add a lower layer that handles the HW