[GitHub] [mynewt-nimble] sjanc commented on pull request #970: ll/rand: restructure rand initialization

2021-04-15 Thread GitBox
sjanc commented on pull request #970: URL: https://github.com/apache/mynewt-nimble/pull/970#issuecomment-820179809 The commit you mentioned has this in commit message "Use jrand48 instead and provide wrapper for late initialization. This is to avoid seeding on init beacouse trng might not

[GitHub] [mynewt-nimble] sjanc commented on pull request #963: [RFC] targets: Add sample target for controller on NRF5340 bsp

2021-04-15 Thread GitBox
sjanc commented on pull request #963: URL: https://github.com/apache/mynewt-nimble/pull/963#issuecomment-820206685 MSYS_1_BLOCK_COUNT: 12 MSYS_1_BLOCK_SIZE: 292 BLE_LL_CFG_FEAT_DATA_LEN_EXT: 1 BLE_LL_CFG_FEAT_LE_2M_PHY: 1 BLE_LL_CFG_FEAT_LE_CODED_PHY: 1

[GitHub] [mynewt-nimble] haukepetersen commented on pull request #970: ll/rand: restructure rand initialization

2021-04-15 Thread GitBox
haukepetersen commented on pull request #970: URL: https://github.com/apache/mynewt-nimble/pull/970#issuecomment-820187387 Yes and no. Seeding the jrand48 during init of course takes away the (non-deterministic) delay between TRNG init and jrand48 seeding. But if I understand

[GitHub] [mynewt-nimble] apache-mynewt-bot commented on pull request #970: ll/rand: restructure rand initialization

2021-04-15 Thread GitBox
apache-mynewt-bot commented on pull request #970: URL: https://github.com/apache/mynewt-nimble/pull/970#issuecomment-820194409 ## Style check summary No suggestions at this time! -- This is an automated message from the Apache Git Service. To respond to the

[GitHub] [mynewt-nimble] apache-mynewt-bot removed a comment on pull request #970: ll/rand: restructure rand initialization

2021-04-15 Thread GitBox
apache-mynewt-bot removed a comment on pull request #970: URL: https://github.com/apache/mynewt-nimble/pull/970#issuecomment-819802376 ## Style check summary No suggestions at this time! -- This is an automated message from the Apache Git Service. To respond

[GitHub] [mynewt-nimble] apache-mynewt-bot commented on pull request #971: nimble/host: Fix potential MITM vulnerability in case of secure connection pairing

2021-04-15 Thread GitBox
apache-mynewt-bot commented on pull request #971: URL: https://github.com/apache/mynewt-nimble/pull/971#issuecomment-820315413 ## Style check summary No suggestions at this time! -- This is an automated message from the Apache Git Service. To respond to the

[GitHub] [mynewt-core] simonratner commented on issue #2535: Compiler packages for appcore and netcore of nRF5340

2021-04-15 Thread GitBox
simonratner commented on issue #2535: URL: https://github.com/apache/mynewt-core/issues/2535#issuecomment-820256580 Yes, although I am not sure what the result of specifying multiple `-mcpu` options is. Would this prevent the mcu package from specifying a default? I have not tested

[GitHub] [mynewt-core] simonratner edited a comment on issue #2535: Compiler packages for appcore and netcore of nRF5340

2021-04-15 Thread GitBox
simonratner edited a comment on issue #2535: URL: https://github.com/apache/mynewt-core/issues/2535#issuecomment-820256580 Yes, although I am not sure what the result of specifying multiple `-mcpu` options is. Would this prevent the compiler package from specifying a default? I

[GitHub] [mynewt-nimble] prasad-alatkar commented on pull request #971: nimble/host: Fix potential MITM vulnerability in case of secure connection pairing

2021-04-15 Thread GitBox
prasad-alatkar commented on pull request #971: URL: https://github.com/apache/mynewt-nimble/pull/971#issuecomment-820314794 @sjanc @rymanluk Could you guys take a look ? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

[GitHub] [mynewt-nimble] prasad-alatkar commented on pull request #540: nimble/host: Add support to accept or reject pairing request through GAP event

2021-04-15 Thread GitBox
prasad-alatkar commented on pull request #540: URL: https://github.com/apache/mynewt-nimble/pull/540#issuecomment-820253068 @rymanluk Can you please take a look at the PR ? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

[GitHub] [mynewt-nimble] haukepetersen commented on pull request #967: npl/riot: rework to use RIOTs ztimer

2021-04-15 Thread GitBox
haukepetersen commented on pull request #967: URL: https://github.com/apache/mynewt-nimble/pull/967#issuecomment-820275191 Worked, Murdock is happy now :-) All green -> go. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to

[mynewt-nimble] branch master updated (1d073cc -> 940cc0b)

2021-04-15 Thread hauke
This is an automated email from the ASF dual-hosted git repository. hauke pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/mynewt-nimble.git. from 1d073cc transport/cmac: Fix race on LL event write add 940cc0b npl/riot: rework to use RIOTs ztimer No

[GitHub] [mynewt-nimble] haukepetersen merged pull request #967: npl/riot: rework to use RIOTs ztimer

2021-04-15 Thread GitBox
haukepetersen merged pull request #967: URL: https://github.com/apache/mynewt-nimble/pull/967 -- 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 the specific comment. For queries about this

[mynewt-site] branch master updated: Update python requirements with upto date versions

2021-04-15 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 0fab732 Update python requirements with

[GitHub] [mynewt-core] utzig closed pull request #2564: nrf5340/nrf52xxx: Add support for enabling instruction/data cache in hal_system_init() and add dependencies for BUS DRIVER

2021-04-15 Thread GitBox
utzig closed pull request #2564: URL: https://github.com/apache/mynewt-core/pull/2564 -- 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 the specific comment. For queries about this service,

[GitHub] [mynewt-nimble] apache-mynewt-bot removed a comment on pull request #967: npl/riot: rework to use RIOTs ztimer

2021-04-15 Thread GitBox
apache-mynewt-bot removed a comment on pull request #967: URL: https://github.com/apache/mynewt-nimble/pull/967#issuecomment-817832209 ## Style check summary No suggestions at this time! -- This is an automated message from the Apache Git Service. To respond

[GitHub] [mynewt-nimble] apache-mynewt-bot commented on pull request #967: npl/riot: rework to use RIOTs ztimer

2021-04-15 Thread GitBox
apache-mynewt-bot commented on pull request #967: URL: https://github.com/apache/mynewt-nimble/pull/967#issuecomment-820249775 ## Style check summary No suggestions at this time! -- This is an automated message from the Apache Git Service. To respond to the

[GitHub] [mynewt-core] utzig commented on pull request #2564: nrf5340/nrf52xxx: Add support for enabling instruction/data cache in hal_system_init() and add dependencies for BUS DRIVER

2021-04-15 Thread GitBox
utzig commented on pull request #2564: URL: https://github.com/apache/mynewt-core/pull/2564#issuecomment-820352297 @vrahane The Travis fail on the branch is a bit weird, did you first push the branch upstream instead of to your own fork? -- This is an automated message from the Apache

[GitHub] [mynewt-nimble] sjanc commented on pull request #971: nimble/host: Fix potential MITM vulnerability in case of secure connection pairing

2021-04-15 Thread GitBox
sjanc commented on pull request #971: URL: https://github.com/apache/mynewt-nimble/pull/971#issuecomment-820383758 do I get it right that without this patch pairing would end with success even though remote peer is not knowing our private key? How would it calculate valid DHKey and then

[GitHub] [mynewt-core] sjanc commented on a change in pull request #2564: nrf5340/nrf52xxx: Add support for enabling instruction/data cache in hal_system_init() and add dependencies for BUS DRIVER

2021-04-15 Thread GitBox
sjanc commented on a change in pull request #2564: URL: https://github.com/apache/mynewt-core/pull/2564#discussion_r613983459 ## File path: hw/mcu/nordic/nrf5340/src/hal_system.c ## @@ -72,6 +81,7 @@ hal_debugger_connected(void) void hal_system_clock_start(void) { + Review

[GitHub] [mynewt-nimble] prasad-alatkar opened a new pull request #971: nimble/host: Fix potential MITM vulnerability in case of secure connection pairing

2021-04-15 Thread GitBox
prasad-alatkar opened a new pull request #971: URL: https://github.com/apache/mynewt-nimble/pull/971 Issue: In case of secure connection pairing and Paskkey Entry method, there is chance that MITM attacker can reply with same public key as received from vulnerable BLE device. This can

[GitHub] [mynewt-core] sjanc commented on pull request #2564: nrf5340/nrf52xxx: Add support for enabling instruction/data cache in hal_system_init() and add dependencies for BUS DRIVER

2021-04-15 Thread GitBox
sjanc commented on pull request #2564: URL: https://github.com/apache/mynewt-core/pull/2564#issuecomment-820353281 fair enough, two nitpicks though -- 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

[GitHub] [mynewt-site] utzig merged pull request #533: Update python requirements with upto date versions

2021-04-15 Thread GitBox
utzig merged pull request #533: URL: https://github.com/apache/mynewt-site/pull/533 -- 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 the specific comment. For queries about this service,

[mynewt-core] branch aditihilbert-patch-1 created (now 34755c4)

2021-04-15 Thread utzig
This is an automated email from the ASF dual-hosted git repository. utzig pushed a change to branch aditihilbert-patch-1 in repository https://gitbox.apache.org/repos/asf/mynewt-core.git. at 34755c4 Update newtmgr.h No new revisions were added by this update.

[GitHub] [mynewt-core] apache-mynewt-bot commented on pull request #2564: nrf5340/nrf52xxx: Add support for enabling instruction/data cache in hal_system_init() and add dependencies for BUS DRIVER

2021-04-15 Thread GitBox
apache-mynewt-bot commented on pull request #2564: URL: https://github.com/apache/mynewt-core/pull/2564#issuecomment-820390986 ## Style check summary No suggestions at this time! -- This is an automated message from the Apache Git Service. To respond to the

[GitHub] [mynewt-core] apache-mynewt-bot removed a comment on pull request #2564: nrf5340/nrf52xxx: Add support for enabling instruction/data cache in hal_system_init() and add dependencies for BUS DR

2021-04-15 Thread GitBox
apache-mynewt-bot removed a comment on pull request #2564: URL: https://github.com/apache/mynewt-core/pull/2564#issuecomment-819147320 ## Style check summary No suggestions at this time! -- This is an automated message from the Apache Git Service. To respond

[GitHub] [mynewt-nimble] apache-mynewt-bot commented on pull request #963: targets: Add sample target for controller on NRF5340 bsp

2021-04-15 Thread GitBox
apache-mynewt-bot commented on pull request #963: URL: https://github.com/apache/mynewt-nimble/pull/963#issuecomment-820444879 ## Style check summary No suggestions at this time! -- This is an automated message from the Apache Git Service. To respond to the

[GitHub] [mynewt-nimble] apache-mynewt-bot removed a comment on pull request #963: targets: Add sample target for controller on NRF5340 bsp

2021-04-15 Thread GitBox
apache-mynewt-bot removed a comment on pull request #963: URL: https://github.com/apache/mynewt-nimble/pull/963#issuecomment-816570593 ## Style check summary No suggestions at this time! -- This is an automated message from the Apache Git Service. To respond

[GitHub] [mynewt-nimble] kasjer commented on pull request #963: targets: Add sample target for controller on NRF5340 bsp

2021-04-15 Thread GitBox
kasjer commented on pull request #963: URL: https://github.com/apache/mynewt-nimble/pull/963#issuecomment-820392565 Settings recommended by @sjanc applied. Added on setting that can be removed later ```yml IPC_NRF5340_BUF_SZ: 1024 ``` -- This is an automated message from

[mynewt-site] branch asf-site updated: asf-site update Thu Apr 15 13:36:47 UTC 2021

2021-04-15 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 24ac7ca asf-site update Thu

[mynewt-core] branch master updated: hw/ipc_nrf5340: Allow sending data in fragments

2021-04-15 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-core.git The following commit(s) were added to refs/heads/master by this push: new 716f6f1 hw/ipc_nrf5340: Allow sending data

[GitHub] [mynewt-core] sjanc merged pull request #2562: hw/ipc_nrf5340: Allow sending data in fragments

2021-04-15 Thread GitBox
sjanc merged pull request #2562: URL: https://github.com/apache/mynewt-core/pull/2562 -- 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 the specific comment. For queries about this service,

[GitHub] [mynewt-nimble] apache-mynewt-bot removed a comment on pull request #540: nimble/host: Add support to accept or reject pairing request through GAP event

2021-04-15 Thread GitBox
apache-mynewt-bot removed a comment on pull request #540: URL: https://github.com/apache/mynewt-nimble/pull/540#issuecomment-813635131 ## Style check summary No suggestions at this time! -- This is an automated message from the Apache Git Service. To respond

[GitHub] [mynewt-nimble] apache-mynewt-bot commented on pull request #540: nimble/host: Add support to accept or reject pairing request through GAP event

2021-04-15 Thread GitBox
apache-mynewt-bot commented on pull request #540: URL: https://github.com/apache/mynewt-nimble/pull/540#issuecomment-820402832 ## Style check summary No suggestions at this time! -- This is an automated message from the Apache Git Service. To respond to the

[mynewt-site] 01/05: asf-site update Wed Apr 14 22:00:17 UTC 2021

2021-04-15 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 commit f37fd18887998859cf89a67aff283f4c3166 Author: jenkins AuthorDate: Wed Apr 14 22:00:17 2021 +

[mynewt-site] branch asf-site updated (ff03e69 -> b603985)

2021-04-15 Thread git-site-role
This is an automated email from the ASF dual-hosted git repository. git-site-role pushed a change to branch asf-site in repository https://gitbox.apache.org/repos/asf/mynewt-site.git. discard ff03e69 asf-site update Thu Apr 15 11:54:27 UTC 2021 discard dc67019 asf-site update Wed Apr 14

[mynewt-site] 05/05: asf-site update Thu Apr 15 13:30:18 UTC 2021

2021-04-15 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 commit b603985d792739fb992e63300fe460633ec18d31 Author: jenkins AuthorDate: Thu Apr 15 13:30:18 2021 +

[mynewt-site] 04/05: asf-site update Thu Apr 15 11:49:11 UTC 2021

2021-04-15 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 commit 491f2aa20713beb162af14c55b052c680c3727b9 Author: jenkins AuthorDate: Thu Apr 15 11:49:11 2021 +

[GitHub] [mynewt-core] vrahane commented on a change in pull request #2564: nrf5340/nrf52xxx: Add support for enabling instruction/data cache in hal_system_init() and add dependencies for BUS DRIVER

2021-04-15 Thread GitBox
vrahane commented on a change in pull request #2564: URL: https://github.com/apache/mynewt-core/pull/2564#discussion_r614273425 ## File path: hw/mcu/nordic/nrf5340/src/hal_system.c ## @@ -72,6 +81,7 @@ hal_debugger_connected(void) void hal_system_clock_start(void) { +

[GitHub] [mynewt-core] vrahane commented on pull request #2564: nrf5340/nrf52xxx: Add support for enabling instruction/data cache in hal_system_init() and add dependencies for BUS DRIVER

2021-04-15 Thread GitBox
vrahane commented on pull request #2564: URL: https://github.com/apache/mynewt-core/pull/2564#issuecomment-820616250 @utzig your are right, I did push to origin by mistake and then deleted it right after. The recent commits should fix that I guess. -- This is an automated message from

[GitHub] [mynewt-core] utzig commented on pull request #2564: nrf5340/nrf52xxx: Add support for enabling instruction/data cache in hal_system_init() and add dependencies for BUS DRIVER

2021-04-15 Thread GitBox
utzig commented on pull request #2564: URL: https://github.com/apache/mynewt-core/pull/2564#issuecomment-820617171 > @utzig your are right, I did push to origin by mistake and then deleted it right after. The recent commits should fix that I guess. Looks like it did, seems to

[GitHub] [mynewt-core] vrahane commented on pull request #2564: nrf5340/nrf52xxx: Add support for enabling instruction/data cache in hal_system_init() and add dependencies for BUS DRIVER

2021-04-15 Thread GitBox
vrahane commented on pull request #2564: URL: https://github.com/apache/mynewt-core/pull/2564#issuecomment-820623728 @utzig done! -- 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 the specific

[GitHub] [mynewt-core] apache-mynewt-bot removed a comment on pull request #2564: nrf5340/nrf52xxx: Add support for enabling instruction/data cache in hal_system_init() and add dependencies for BUS DR

2021-04-15 Thread GitBox
apache-mynewt-bot removed a comment on pull request #2564: URL: https://github.com/apache/mynewt-core/pull/2564#issuecomment-820390986 ## Style check summary No suggestions at this time! -- This is an automated message from the Apache Git Service. To respond

[GitHub] [mynewt-core] apache-mynewt-bot commented on pull request #2564: nrf5340/nrf52xxx: Add support for enabling instruction/data cache in hal_system_init() and add dependencies for BUS DRIVER

2021-04-15 Thread GitBox
apache-mynewt-bot commented on pull request #2564: URL: https://github.com/apache/mynewt-core/pull/2564#issuecomment-820678141 ## Style check summary No suggestions at this time! -- This is an automated message from the Apache Git Service. To respond to the