[GitHub] [mynewt-core] utzig commented on issue #1891: trng driver implemented with software backend

2019-06-25 Thread GitBox
utzig commented on issue #1891: trng driver implemented with software backend URL: https://github.com/apache/mynewt-core/pull/1891#issuecomment-505613875 @mkiiskila oops, more correctly in the question above would be something like `0x`, `0x`, and so on and so forth...

[GitHub] [mynewt-core] utzig commented on issue #1891: trng driver implemented with software backend

2019-06-25 Thread GitBox
utzig commented on issue #1891: trng driver implemented with software backend URL: https://github.com/apache/mynewt-core/pull/1891#issuecomment-505613233 @mkiiskila LGTM. I am curious, not sure how the hmac hash construction works, but wouldn't it be possible that when you add the `pid` man

[GitHub] [mynewt-newt] ccollins476ad commented on issue #299: Add ed25519 signing support

2019-06-25 Thread GitBox
ccollins476ad commented on issue #299: Add ed25519 signing support URL: https://github.com/apache/mynewt-newt/pull/299#issuecomment-505606409 I think it is easiest to just require a newer version of Go (1.12 or "1.x"). This is

[GitHub] [mynewt-core] vrahane merged pull request #1898: fix lis2ds12_set_wake_up_dur

2019-06-25 Thread GitBox
vrahane merged pull request #1898: fix lis2ds12_set_wake_up_dur URL: https://github.com/apache/mynewt-core/pull/1898 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

[mynewt-core] branch master updated: lis2ds12: Changed operation order in lis2ds12_set_wake_up_dur() to fix incorrect shifting (#1898)

2019-06-25 Thread vipulrahane
This is an automated email from the ASF dual-hosted git repository. vipulrahane 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 800556e lis2ds12: Changed operation o

[GitHub] [mynewt-newt] utzig commented on issue #299: Add ed25519 signing support

2019-06-25 Thread GitBox
utzig commented on issue #299: Add ed25519 signing support URL: https://github.com/apache/mynewt-newt/pull/299#issuecomment-505602501 @ccollins476ad Btw, it looks like the reason it was passing before is that `spf13/cobra` and `x/sys/unix` were already present under `vendor/` so they were

[GitHub] [mynewt-newt] utzig commented on issue #299: Add ed25519 signing support

2019-06-25 Thread GitBox
utzig commented on issue #299: Add ed25519 signing support URL: https://github.com/apache/mynewt-newt/pull/299#issuecomment-505601691 @ccollins476ad The CI is failing because I downgraded back to 1.11 to see if it works. It works on my computer with go 1.11.5 but not 1.11.2. And the `GO111

[GitHub] [mynewt-newt] ccollins476ad commented on issue #299: Add ed25519 signing support

2019-06-25 Thread GitBox
ccollins476ad commented on issue #299: Add ed25519 signing support URL: https://github.com/apache/mynewt-newt/pull/299#issuecomment-505594576 The code looks good to me, but CI is failing: ``` go build golang.org/x/sys/unix: module requires Go 1.12 go build github.com/spf13/cobra: mo

[GitHub] [mynewt-core] mlaz closed issue #1397: fs: nffs: during inode update the file name might be corrupted

2019-06-25 Thread GitBox
mlaz closed issue #1397: fs: nffs: during inode update the file name might be corrupted URL: https://github.com/apache/mynewt-core/issues/1397 This is an automated message from the Apache Git Service. To respond to the messa

[GitHub] [mynewt-core] mlaz commented on issue #1397: fs: nffs: during inode update the file name might be corrupted

2019-06-25 Thread GitBox
mlaz commented on issue #1397: fs: nffs: during inode update the file name might be corrupted URL: https://github.com/apache/mynewt-core/issues/1397#issuecomment-505566190 Fixed and merged on https://github.com/apache/mynewt-nffs/pull/9 -

[GitHub] [mynewt-core] apache-mynewt-bot removed a comment on issue #1887: STM32F4 system startup unification

2019-06-25 Thread GitBox
apache-mynewt-bot removed a comment on issue #1887: STM32F4 system startup unification URL: https://github.com/apache/mynewt-core/pull/1887#issuecomment-505481704 ## RAT Report (2019-06-25 14:53:48) ## New files with unknown licenses * https://github.com/apache/myn

[GitHub] [mynewt-core] apache-mynewt-bot commented on issue #1887: STM32F4 system startup unification

2019-06-25 Thread GitBox
apache-mynewt-bot commented on issue #1887: STM32F4 system startup unification URL: https://github.com/apache/mynewt-core/pull/1887#issuecomment-505564478 ## RAT Report (2019-06-25 18:24:08) ## New files with unknown licenses * https://github.com/apache/mynewt-core/

[GitHub] [mynewt-core] andrzej-kaczmarek commented on a change in pull request #1897: os_sem: Preventing token overflow.

2019-06-25 Thread GitBox
andrzej-kaczmarek commented on a change in pull request #1897: os_sem: Preventing token overflow. URL: https://github.com/apache/mynewt-core/pull/1897#discussion_r297322976 ## File path: kernel/os/src/os_sem.c ## @@ -42,6 +42,7 @@ os_sem_init(struct os_sem *sem, uint16_t t

[GitHub] [mynewt-core] mlaz closed pull request #1897: os_sem: Preventing token overflow.

2019-06-25 Thread GitBox
mlaz closed pull request #1897: os_sem: Preventing token overflow. URL: https://github.com/apache/mynewt-core/pull/1897 This is an automated message from the Apache Git Service. To respond to the message, please log on to Git

[GitHub] [mynewt-core] utzig commented on a change in pull request #1897: os_sem: Preventing token overflow.

2019-06-25 Thread GitBox
utzig commented on a change in pull request #1897: os_sem: Preventing token overflow. URL: https://github.com/apache/mynewt-core/pull/1897#discussion_r297316360 ## File path: kernel/os/src/os_sem.c ## @@ -42,6 +42,7 @@ os_sem_init(struct os_sem *sem, uint16_t tokens)

[GitHub] [mynewt-core] mlaz commented on a change in pull request #1897: os_sem: Preventing token overflow.

2019-06-25 Thread GitBox
mlaz commented on a change in pull request #1897: os_sem: Preventing token overflow. URL: https://github.com/apache/mynewt-core/pull/1897#discussion_r297316194 ## File path: kernel/os/src/os_sem.c ## @@ -42,6 +42,7 @@ os_sem_init(struct os_sem *sem, uint16_t tokens)

[GitHub] [mynewt-core] wes3 commented on a change in pull request #1897: os_sem: Preventing token overflow.

2019-06-25 Thread GitBox
wes3 commented on a change in pull request #1897: os_sem: Preventing token overflow. URL: https://github.com/apache/mynewt-core/pull/1897#discussion_r297316043 ## File path: kernel/os/src/os_sem.c ## @@ -42,6 +42,7 @@ os_sem_init(struct os_sem *sem, uint16_t tokens)

[GitHub] [mynewt-core] andrzej-kaczmarek commented on a change in pull request #1896: native; enable os_cputime for native BSP. Make task priority for

2019-06-25 Thread GitBox
andrzej-kaczmarek commented on a change in pull request #1896: native; enable os_cputime for native BSP. Make task priority for URL: https://github.com/apache/mynewt-core/pull/1896#discussion_r297314422 ## File path: hw/mcu/native/syscfg.yml ## @@ -63,6 +63,10 @@ syscfg.de

[GitHub] [mynewt-core] andrzej-kaczmarek commented on a change in pull request #1897: os_sem: Preventing token overflow.

2019-06-25 Thread GitBox
andrzej-kaczmarek commented on a change in pull request #1897: os_sem: Preventing token overflow. URL: https://github.com/apache/mynewt-core/pull/1897#discussion_r297313061 ## File path: kernel/os/src/os_sem.c ## @@ -42,6 +42,7 @@ os_sem_init(struct os_sem *sem, uint16_t t

[GitHub] [mynewt-nimble] ccollins476ad commented on issue #500: nimble/gatt: Add the following sanity checks for Notify/Indicate

2019-06-25 Thread GitBox
ccollins476ad commented on issue #500: nimble/gatt: Add the following sanity checks for Notify/Indicate URL: https://github.com/apache/mynewt-nimble/pull/500#issuecomment-505542584 I'll let others weigh in, but I don't think the host should check for the presence of a CCCD before sending n

[GitHub] [mynewt-core] mlaz commented on issue #1898: fix lis2ds12_set_wake_up_dur

2019-06-25 Thread GitBox
mlaz commented on issue #1898: fix lis2ds12_set_wake_up_dur URL: https://github.com/apache/mynewt-core/pull/1898#issuecomment-505531028 LGTM This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [mynewt-core] gonccalo opened a new pull request #1898: fix lis2ds12_set_wake_up_dur

2019-06-25 Thread GitBox
gonccalo opened a new pull request #1898: fix lis2ds12_set_wake_up_dur URL: https://github.com/apache/mynewt-core/pull/1898 Shifting after and'ing caused the result to be always 0. Only `val` should be shifted to be aligned with `LIS2DS12_WAKE_DUR_DUR` mask. ---

[GitHub] [mynewt-core] mlaz commented on a change in pull request #1897: os_sem: Preventing token overflow.

2019-06-25 Thread GitBox
mlaz commented on a change in pull request #1897: os_sem: Preventing token overflow. URL: https://github.com/apache/mynewt-core/pull/1897#discussion_r297285370 ## File path: kernel/os/src/os_sem.c ## @@ -42,6 +42,7 @@ os_sem_init(struct os_sem *sem, uint16_t tokens)

[mynewt-core] branch master updated: Olimex E407: use standard openocd stm32f4x target

2019-06-25 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 becde08 Olimex E407: use standard openocd s

[GitHub] [mynewt-core] utzig merged pull request #1895: Olimex E407: use standard openocd stm32f4x target

2019-06-25 Thread GitBox
utzig merged pull request #1895: Olimex E407: use standard openocd stm32f4x target URL: https://github.com/apache/mynewt-core/pull/1895 This is an automated message from the Apache Git Service. To respond to the message, ple

[GitHub] [mynewt-core] utzig merged pull request #1894: Add coremark benchmarking app

2019-06-25 Thread GitBox
utzig merged pull request #1894: Add coremark benchmarking app URL: https://github.com/apache/mynewt-core/pull/1894 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

[mynewt-core] branch master updated: Add coremark benchmarking app

2019-06-25 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 1e35b9a Add coremark benchmarking app 1e35b

[GitHub] [mynewt-core] mkiiskila commented on issue #1895: Olimex E407: use standard openocd stm32f4x target

2019-06-25 Thread GitBox
mkiiskila commented on issue #1895: Olimex E407: use standard openocd stm32f4x target URL: https://github.com/apache/mynewt-core/pull/1895#issuecomment-505489804 I don't remember what the reason was for the special openocd script. Might've had something to do with different versions of ope

[GitHub] [mynewt-core] andrzej-kaczmarek commented on a change in pull request #1897: os_sem: Preventing token overflow.

2019-06-25 Thread GitBox
andrzej-kaczmarek commented on a change in pull request #1897: os_sem: Preventing token overflow. URL: https://github.com/apache/mynewt-core/pull/1897#discussion_r297240099 ## File path: kernel/os/src/os_sem.c ## @@ -42,6 +42,7 @@ os_sem_init(struct os_sem *sem, uint16_t t

[mynewt-core] branch master updated (3dd2ca4 -> 3d1e3e5)

2019-06-25 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 3dd2ca4 Add bsp.yml metadata with board info new e88259c Initialize variable to 0. Depending on syscfg val

[GitHub] [mynewt-core] mkiiskila merged pull request #1892: [Fix] Uninitialized Variable

2019-06-25 Thread GitBox
mkiiskila merged pull request #1892: [Fix] Uninitialized Variable URL: https://github.com/apache/mynewt-core/pull/1892 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitH

[GitHub] [mynewt-core] apache-mynewt-bot commented on issue #1887: STM32F4 system startup unification

2019-06-25 Thread GitBox
apache-mynewt-bot commented on issue #1887: STM32F4 system startup unification URL: https://github.com/apache/mynewt-core/pull/1887#issuecomment-505481704 ## RAT Report (2019-06-25 14:53:48) ## New files with unknown licenses * https://github.com/apache/mynewt-core/

[GitHub] [mynewt-core] apache-mynewt-bot removed a comment on issue #1887: STM32F4 system startup unification

2019-06-25 Thread GitBox
apache-mynewt-bot removed a comment on issue #1887: STM32F4 system startup unification URL: https://github.com/apache/mynewt-core/pull/1887#issuecomment-505219313 ## RAT Report (2019-06-24 23:31:07) ## New files with unknown licenses * https://github.com/apache/myn

[GitHub] [mynewt-core] mlaz opened a new pull request #1897: os_sem: Preventing token overflow.

2019-06-25 Thread GitBox
mlaz opened a new pull request #1897: os_sem: Preventing token overflow. URL: https://github.com/apache/mynewt-core/pull/1897 This PR addresses https://github.com/apache/mynewt-core/issues/916 This is an automated message from

[GitHub] [mynewt-nimble] michal-narajowski commented on issue #499: nimble/mesh: Reject invalid remote public key before sending ours

2019-06-25 Thread GitBox
michal-narajowski commented on issue #499: nimble/mesh: Reject invalid remote public key before sending ours URL: https://github.com/apache/mynewt-nimble/pull/499#issuecomment-505462621 @jhedberg That is correct, I updated the description so it is more clear. --

[GitHub] [mynewt-nimble] michal-narajowski commented on a change in pull request #499: nimble/mesh: Reject invalid remote public key before sending ours

2019-06-25 Thread GitBox
michal-narajowski commented on a change in pull request #499: nimble/mesh: Reject invalid remote public key before sending ours URL: https://github.com/apache/mynewt-nimble/pull/499#discussion_r297208077 ## File path: nimble/host/mesh/src/prov.c ## @@ -898,24 +898,14 @@ st

[GitHub] [mynewt-nimble] mkiiskila opened a new pull request #501: nimble/controller/test; adjust priorities of tasks spawned for

2019-06-25 Thread GitBox
mkiiskila opened a new pull request #501: nimble/controller/test; adjust priorities of tasks spawned for URL: https://github.com/apache/mynewt-nimble/pull/501 native MCU. None should conflict with each other. This PR goes together with https://github.com/apache/mynewt-core/pull/1896.

[GitHub] [mynewt-nimble] jhedberg edited a comment on issue #499: nimble/mesh: Reject invalid remote public key

2019-06-25 Thread GitBox
jhedberg edited a comment on issue #499: nimble/mesh: Reject invalid remote public key URL: https://github.com/apache/mynewt-nimble/pull/499#issuecomment-505460475 Btw, just so I'm fully understanding this bug: the issue is not that we don't reject invalid remote public keys, but that we (

[GitHub] [mynewt-nimble] jhedberg commented on issue #499: nimble/mesh: Reject invalid remote public key

2019-06-25 Thread GitBox
jhedberg commented on issue #499: nimble/mesh: Reject invalid remote public key URL: https://github.com/apache/mynewt-nimble/pull/499#issuecomment-505460475 Btw, just so I'm fully understanding this bug: the issue is not that we reject invalid remote public keys, but that we (before this PR

[GitHub] [mynewt-core] mkiiskila opened a new pull request #1896: native; enable os_cputime for native BSP. Make task priority for

2019-06-25 Thread GitBox
mkiiskila opened a new pull request #1896: native; enable os_cputime for native BSP. Make task priority for URL: https://github.com/apache/mynewt-core/pull/1896 hal_timer configurable. This allows writing unittests for subsystems which use os_cputime. This breaks nimble controller u

[GitHub] [mynewt-nimble] jhedberg commented on a change in pull request #499: nimble/mesh: Reject invalid remote public key

2019-06-25 Thread GitBox
jhedberg commented on a change in pull request #499: nimble/mesh: Reject invalid remote public key URL: https://github.com/apache/mynewt-nimble/pull/499#discussion_r297202140 ## File path: nimble/host/mesh/src/prov.c ## @@ -898,24 +898,14 @@ static void send_pub_key(void)

[GitHub] [mynewt-nimble] michal-narajowski commented on a change in pull request #499: nimble/mesh: Reject invalid remote public key

2019-06-25 Thread GitBox
michal-narajowski commented on a change in pull request #499: nimble/mesh: Reject invalid remote public key URL: https://github.com/apache/mynewt-nimble/pull/499#discussion_r297196906 ## File path: nimble/host/mesh/src/prov.c ## @@ -898,24 +898,14 @@ static void send_pub_k

[GitHub] [mynewt-nimble] jhedberg commented on a change in pull request #499: nimble/mesh: Reject invalid remote public key

2019-06-25 Thread GitBox
jhedberg commented on a change in pull request #499: nimble/mesh: Reject invalid remote public key URL: https://github.com/apache/mynewt-nimble/pull/499#discussion_r297195726 ## File path: nimble/host/mesh/src/prov.c ## @@ -898,24 +898,14 @@ static void send_pub_key(void)

[GitHub] [mynewt-nimble] michal-narajowski commented on a change in pull request #499: nimble/mesh: Reject invalid remote public key

2019-06-25 Thread GitBox
michal-narajowski commented on a change in pull request #499: nimble/mesh: Reject invalid remote public key URL: https://github.com/apache/mynewt-nimble/pull/499#discussion_r297194752 ## File path: nimble/host/mesh/src/prov.c ## @@ -898,24 +898,14 @@ static void send_pub_k

[GitHub] [mynewt-nimble] jhedberg commented on a change in pull request #499: nimble/mesh: Reject invalid remote public key

2019-06-25 Thread GitBox
jhedberg commented on a change in pull request #499: nimble/mesh: Reject invalid remote public key URL: https://github.com/apache/mynewt-nimble/pull/499#discussion_r297188464 ## File path: nimble/host/mesh/src/prov.c ## @@ -898,24 +898,14 @@ static void send_pub_key(void)

[GitHub] [mynewt-nimble] mfarag13 opened a new pull request #500: Add the following sanity checks for Notify/Indicate

2019-06-25 Thread GitBox
mfarag13 opened a new pull request #500: Add the following sanity checks for Notify/Indicate URL: https://github.com/apache/mynewt-nimble/pull/500 - Check for the connection handle. - Check for a correct entry for the attribute handle. - Check for enable state for the provided attribu

[GitHub] [mynewt-nimble] jhedberg commented on a change in pull request #488: nimble/mesh: Fix provisioning errors handling

2019-06-25 Thread GitBox
jhedberg commented on a change in pull request #488: nimble/mesh: Fix provisioning errors handling URL: https://github.com/apache/mynewt-nimble/pull/488#discussion_r297178861 ## File path: nimble/host/mesh/src/prov.c ## @@ -1195,6 +1221,12 @@ static void prov_retransmit(st

[GitHub] [mynewt-nimble] szymon-czapracki commented on a change in pull request #488: nimble/mesh: Fix provisioning errors handling

2019-06-25 Thread GitBox
szymon-czapracki commented on a change in pull request #488: nimble/mesh: Fix provisioning errors handling URL: https://github.com/apache/mynewt-nimble/pull/488#discussion_r297176295 ## File path: nimble/host/mesh/src/prov.c ## @@ -1195,6 +1221,12 @@ static void prov_retra

[GitHub] [mynewt-core] utzig opened a new pull request #1895: Olimex E407: use standard openocd stm32f4x target

2019-06-25 Thread GitBox
utzig opened a new pull request #1895: Olimex E407: use standard openocd stm32f4x target URL: https://github.com/apache/mynewt-core/pull/1895 This BSP has a customized open-ocd target which seems to be a relic from a time when open-ocd had no support for STM32F407 (or not good?). Using the

[GitHub] [mynewt-nimble] michal-narajowski commented on issue #499: nimble/mesh: Reject invalid remote public key

2019-06-25 Thread GitBox
michal-narajowski commented on issue #499: nimble/mesh: Reject invalid remote public key URL: https://github.com/apache/mynewt-nimble/pull/499#issuecomment-505430345 I force-pushed a simplified version of this patch. This is

[GitHub] [mynewt-nimble] jhedberg commented on a change in pull request #488: nimble/mesh: Fix provisioning errors handling

2019-06-25 Thread GitBox
jhedberg commented on a change in pull request #488: nimble/mesh: Fix provisioning errors handling URL: https://github.com/apache/mynewt-nimble/pull/488#discussion_r297167487 ## File path: nimble/host/mesh/src/prov.c ## @@ -1195,6 +1221,12 @@ static void prov_retransmit(st

[GitHub] [mynewt-nimble] jhedberg commented on a change in pull request #488: nimble/mesh: Fix provisioning errors handling

2019-06-25 Thread GitBox
jhedberg commented on a change in pull request #488: nimble/mesh: Fix provisioning errors handling URL: https://github.com/apache/mynewt-nimble/pull/488#discussion_r297167164 ## File path: nimble/host/mesh/src/prov.c ## @@ -1195,6 +1221,12 @@ static void prov_retransmit(st

[GitHub] [mynewt-nimble] szymon-czapracki commented on a change in pull request #488: nimble/mesh: Fix provisioning errors handling

2019-06-25 Thread GitBox
szymon-czapracki commented on a change in pull request #488: nimble/mesh: Fix provisioning errors handling URL: https://github.com/apache/mynewt-nimble/pull/488#discussion_r297165912 ## File path: nimble/host/mesh/src/prov.c ## @@ -1195,6 +1221,12 @@ static void prov_retra

[GitHub] [mynewt-nimble] jhedberg commented on a change in pull request #495: nimble/mesh: Generate new public key on each provisioning session

2019-06-25 Thread GitBox
jhedberg commented on a change in pull request #495: nimble/mesh: Generate new public key on each provisioning session URL: https://github.com/apache/mynewt-nimble/pull/495#discussion_r297162220 ## File path: nimble/host/mesh/src/prov.c ## @@ -249,8 +257,10 @@ static void

[GitHub] [mynewt-nimble] andrzej-kaczmarek commented on a change in pull request #499: nimble/mesh: Reject invalid remote public key

2019-06-25 Thread GitBox
andrzej-kaczmarek commented on a change in pull request #499: nimble/mesh: Reject invalid remote public key URL: https://github.com/apache/mynewt-nimble/pull/499#discussion_r297141300 ## File path: nimble/host/src/ble_sm_alg.c ## @@ -418,6 +418,21 @@ ble_sm_alg_g2(uint8_t

[GitHub] [mynewt-nimble] andrzej-kaczmarek commented on a change in pull request #499: nimble/mesh: Reject invalid remote public key

2019-06-25 Thread GitBox
andrzej-kaczmarek commented on a change in pull request #499: nimble/mesh: Reject invalid remote public key URL: https://github.com/apache/mynewt-nimble/pull/499#discussion_r297141147 ## File path: nimble/host/src/ble_sm_alg.c ## @@ -418,6 +418,21 @@ ble_sm_alg_g2(uint8_t

[GitHub] [mynewt-nimble] jhedberg commented on a change in pull request #488: nimble/mesh: Fix provisioning errors handling

2019-06-25 Thread GitBox
jhedberg commented on a change in pull request #488: nimble/mesh: Fix provisioning errors handling URL: https://github.com/apache/mynewt-nimble/pull/488#discussion_r297158155 ## File path: nimble/host/mesh/src/prov.c ## @@ -1195,6 +1221,12 @@ static void prov_retransmit(st

[GitHub] [mynewt-nimble] jhedberg commented on a change in pull request #488: nimble/mesh: Fix provisioning errors handling

2019-06-25 Thread GitBox
jhedberg commented on a change in pull request #488: nimble/mesh: Fix provisioning errors handling URL: https://github.com/apache/mynewt-nimble/pull/488#discussion_r297131481 ## File path: nimble/host/mesh/src/prov.c ## @@ -1195,6 +1221,12 @@ static void prov_retransmit(st

[mynewt-site] branch asf-site updated: asf-site update Tue Jun 25 11:20:19 UTC 2019

2019-06-25 Thread git-site-role
This is an automated email from the ASF dual-hosted git repository. git-site-role pushed a commit to branch asf-site in repository https://gitbox.apache.org/repos/asf/mynewt-site.git The following commit(s) were added to refs/heads/asf-site by this push: new 504a100 asf-site update Tue Jun

[GitHub] [mynewt-site] utzig commented on issue #499: [DNM] Travis site publishing

2019-06-25 Thread GitBox
utzig commented on issue #499: [DNM] Travis site publishing URL: https://github.com/apache/mynewt-site/pull/499#issuecomment-505400016 build/deploy was moved to the apache build farm (jenkins) This is an automated message from

[GitHub] [mynewt-site] utzig closed pull request #499: [DNM] Travis site publishing

2019-06-25 Thread GitBox
utzig closed pull request #499: [DNM] Travis site publishing URL: https://github.com/apache/mynewt-site/pull/499 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

[mynewt-core] branch master updated: Add bsp.yml metadata with board info

2019-06-25 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 3dd2ca4 Add bsp.yml metadata with board inf

[mynewt-site] branch master updated: Auto-generate supported board list from BSP metadata

2019-06-25 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-site.git The following commit(s) were added to refs/heads/master by this push: new 9df374e Auto-generate supported board list

[GitHub] [mynewt-core] utzig merged pull request #1893: Add bsp.yml metadata with board info

2019-06-25 Thread GitBox
utzig merged pull request #1893: Add bsp.yml metadata with board info URL: https://github.com/apache/mynewt-core/pull/1893 This is an automated message from the Apache Git Service. To respond to the message, please log on to

[GitHub] [mynewt-site] utzig merged pull request #523: Auto-generate supported board list from BSP metadata

2019-06-25 Thread GitBox
utzig merged pull request #523: Auto-generate supported board list from BSP metadata URL: https://github.com/apache/mynewt-site/pull/523 This is an automated message from the Apache Git Service. To respond to the message, pl

[GitHub] [mynewt-core] utzig opened a new pull request #1894: Add coremark benchmarking app

2019-06-25 Thread GitBox
utzig opened a new pull request #1894: Add coremark benchmarking app URL: https://github.com/apache/mynewt-core/pull/1894 This is a port of https://github.com/eembc/coremark. The app runs a suite of tests and delivers some performance measure at the end of the test. The test must run

[mynewt-documentation] branch master updated: Add local config for slack url

2019-06-25 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-documentation.git The following commit(s) were added to refs/heads/master by this push: new 949dbf3 Add local config for slack

[GitHub] [mynewt-nimble] michal-narajowski commented on issue #495: nimble/mesh: Generate new public key on each provisioning session

2019-06-25 Thread GitBox
michal-narajowski commented on issue #495: nimble/mesh: Generate new public key on each provisioning session URL: https://github.com/apache/mynewt-nimble/pull/495#issuecomment-505386192 @jhedberg FYI This is an automated mess

[GitHub] [mynewt-nimble] michal-narajowski commented on issue #495: nimble/mesh: Generate new public key on each provisioning session

2019-06-25 Thread GitBox
michal-narajowski commented on issue #495: nimble/mesh: Generate new public key on each provisioning session URL: https://github.com/apache/mynewt-nimble/pull/495#issuecomment-505386107 Fixed a conflict. This is an automated

[GitHub] [mynewt-nimble] michal-narajowski commented on issue #499: nimble/mesh: Reject invalid remote public key

2019-06-25 Thread GitBox
michal-narajowski commented on issue #499: nimble/mesh: Reject invalid remote public key URL: https://github.com/apache/mynewt-nimble/pull/499#issuecomment-505385590 @jhedberg FYI This is an automated message from the Apache

[GitHub] [mynewt-nimble] michal-narajowski opened a new pull request #499: nimble/mesh: Reject invalid remote public key

2019-06-25 Thread GitBox
michal-narajowski opened a new pull request #499: nimble/mesh: Reject invalid remote public key URL: https://github.com/apache/mynewt-nimble/pull/499 Mesh Profile Spec v1.0.1 | Section 5.4.2.3: `The Provisioner and the device shall check whether the public key provided by the peer dev

[mynewt-nimble] 01/02: nimble/mesh: Fix provisioning errors handling

2019-06-25 Thread naraj
This is an automated email from the ASF dual-hosted git repository. naraj pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/mynewt-nimble.git commit bc67ee39665807f1c26fff5358ce5f694626d4cb Author: Szymon Czapracki AuthorDate: Fri Jun 14 14:30:01 2019 +0200

[mynewt-nimble] branch master updated (1dfda9d -> 71191a5)

2019-06-25 Thread naraj
This is an automated email from the ASF dual-hosted git repository. naraj pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/mynewt-nimble.git. from 1dfda9d drivers/nrf52: do not set IRQ prio for RIOT new bc67ee3 nimble/mesh: Fix provisioning errors han

[GitHub] [mynewt-nimble] michal-narajowski merged pull request #488: nimble/mesh: Fix provisioning errors handling

2019-06-25 Thread GitBox
michal-narajowski merged pull request #488: nimble/mesh: Fix provisioning errors handling URL: https://github.com/apache/mynewt-nimble/pull/488 This is an automated message from the Apache Git Service. To respond to the mess

[mynewt-nimble] 02/02: nimble/mesh: Fix Public Key mismatch error handling

2019-06-25 Thread naraj
This is an automated email from the ASF dual-hosted git repository. naraj pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/mynewt-nimble.git commit 71191a5c94f334feaf95d1311fb0c76e175a08b5 Author: Szymon Czapracki AuthorDate: Mon Jun 17 15:17:07 2019 +0200

[GitHub] [mynewt-nimble] jhedberg commented on issue #488: nimble/mesh: Fix provisioning errors handling

2019-06-25 Thread GitBox
jhedberg commented on issue #488: nimble/mesh: Fix provisioning errors handling URL: https://github.com/apache/mynewt-nimble/pull/488#issuecomment-505368081 Looks good to me as well, I'll proceed with backporting these to Zephyr. -

[GitHub] [mynewt-nimble] andrzej-kaczmarek merged pull request #483: drivers/nrf5x: do not assign IRQ prio when building for RIOT

2019-06-25 Thread GitBox
andrzej-kaczmarek merged pull request #483: drivers/nrf5x: do not assign IRQ prio when building for RIOT URL: https://github.com/apache/mynewt-nimble/pull/483 This is an automated message from the Apache Git Service. To resp

[mynewt-nimble] 01/02: drivers/nrf51: do not set IRQ prio for RIOT

2019-06-25 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 fd4f3eb7c32c992af064c3c633c72f0e848f20e9 Author: Hauke Petersen AuthorDate: Thu Jun 13 15:38:31 2019 +0200 dri

[mynewt-nimble] branch master updated (68e295a -> 1dfda9d)

2019-06-25 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 68e295a nimble/ll: Refactor duplicates filtering new fd4f3eb drivers/nrf51: do not set IRQ prio for RIOT

[mynewt-nimble] 02/02: drivers/nrf52: do not set IRQ prio for RIOT

2019-06-25 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 1dfda9db14ed72b9050ca607450d0c8fc9f927e0 Author: Hauke Petersen AuthorDate: Thu Jun 13 15:40:36 2019 +0200 dri

[GitHub] [mynewt-core] kasjer commented on issue #1887: [WIP] STM32F4 system startup unification

2019-06-25 Thread GitBox
kasjer commented on issue #1887: [WIP] STM32F4 system startup unification URL: https://github.com/apache/mynewt-core/pull/1887#issuecomment-505340514 @utzig black_vet6 works correct with this PR, clock settings are OK This is

[mynewt-nimble] branch master updated: nimble/ll: Refactor duplicates filtering

2019-06-25 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 68e295a nimble/ll: Refactor duplicates fil

[GitHub] [mynewt-nimble] andrzej-kaczmarek merged pull request #478: nimble/ll: Refactor duplicates filtering

2019-06-25 Thread GitBox
andrzej-kaczmarek merged pull request #478: nimble/ll: Refactor duplicates filtering URL: https://github.com/apache/mynewt-nimble/pull/478 This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [mynewt-nimble] sjanc merged pull request #497: nimble/ll: Fix regression in chained scan response

2019-06-25 Thread GitBox
sjanc merged pull request #497: nimble/ll: Fix regression in chained scan response URL: https://github.com/apache/mynewt-nimble/pull/497 This is an automated message from the Apache Git Service. To respond to the message, pl

[mynewt-nimble] branch master updated: nimble/ll: Fix regression in chained scan response

2019-06-25 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 f6cd9bb nimble/ll: Fix regression in chain