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

2021-04-14 Thread GitBox
utzig opened a new 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 master updated: crypto: mbedtls: optional montgomery curve support

2021-04-14 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 352e598 crypto: mbedtls: optional

[GitHub] [mynewt-core] utzig merged pull request #2567: crypto: mbedtls: optional montgomery curve support

2021-04-14 Thread GitBox
utzig merged pull request #2567: URL: https://github.com/apache/mynewt-core/pull/2567 -- 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 commented on pull request #970: ll/rand: restructure rand initialization

2021-04-14 Thread GitBox
apache-mynewt-bot commented 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 to the

[GitHub] [mynewt-core] vrahane commented on pull request #2562: hw/ipc_nrf5340: Allow sending data in fragments

2021-04-14 Thread GitBox
vrahane commented on pull request #2562: URL: https://github.com/apache/mynewt-core/pull/2562#issuecomment-819702333 cc: @hardik-proxy -- 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

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

2021-04-14 Thread GitBox
vrahane commented on issue #2535: URL: https://github.com/apache/mynewt-core/issues/2535#issuecomment-819687246 So, I think we can resolve this issue. -- 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

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

2021-04-14 Thread GitBox
vrahane commented on issue #2535: URL: https://github.com/apache/mynewt-core/issues/2535#issuecomment-819686938 So, this can be solved by specifying `pkg.cflags:` for the respective BSP. apps, BSPs, targets and compiler packages when provided with `pkg.cflags` get applied to the entire

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

2021-04-14 Thread GitBox
haukepetersen commented on pull request #967: URL: https://github.com/apache/mynewt-nimble/pull/967#issuecomment-819657196 I found a way to make Travis happy before I merge this: I will temporarily base the NimBLE package in RIOT on my feature branch and merge that PR into RIOT first.

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

2021-04-14 Thread GitBox
haukepetersen commented on pull request #970: URL: https://github.com/apache/mynewt-nimble/pull/970#issuecomment-819651896 Forgot to reference - here is the path towards the bug in RIOT: https://github.com/RIOT-OS/RIOT/pull/16317 -- This is an automated message from the Apache Git

[GitHub] [mynewt-nimble] haukepetersen opened a new pull request #970: ll/rand: restructure rand initialization

2021-04-14 Thread GitBox
haukepetersen opened a new pull request #970: URL: https://github.com/apache/mynewt-nimble/pull/970 This one took me some time to track down :-) Under certain situations, NimBLE on RIOT hard-faulted on nRF boards. This happend maybe every 5th or so time a board was rebootet, mainly

[GitHub] [mynewt-core] apache-mynewt-bot commented on pull request #2567: crypto: mbedtls: optional montgomery curve support

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

[mynewt-site] branch asf-site updated: asf-site update Wed Apr 14 13:53:47 UTC 2021

2021-04-14 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 d2f7aff asf-site update Wed

[GitHub] [mynewt-core] utzig opened a new pull request #2567: crypto: mbedtls: optional montgomery curve support

2021-04-14 Thread GitBox
utzig opened a new pull request #2567: URL: https://github.com/apache/mynewt-core/pull/2567 Add a new syscfg to enable/disable Curve448 support. Both Curve25519 and Curve448 are montgomery form elliptic curves, and bring in a lot of supporting code. Curve25519 was already disabled by

[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-14 Thread GitBox
vrahane commented on pull request #2564: URL: https://github.com/apache/mynewt-core/pull/2564#issuecomment-819464465 @andrzej-kaczmarek added a separate commit for the BUS driver changes. -- This is an automated message from the Apache Git Service. To respond to the message, please log

[GitHub] [mynewt-core] apache-mynewt-bot commented on pull request #2566: flash_map: make mfg support optional

2021-04-14 Thread GitBox
apache-mynewt-bot commented on pull request #2566: URL: https://github.com/apache/mynewt-core/pull/2566#issuecomment-819445607 ## 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 opened a new pull request #2566: flash_map: make mfg support optional

2021-04-14 Thread GitBox
utzig opened a new pull request #2566: URL: https://github.com/apache/mynewt-core/pull/2566 A flash map configuration may be stored in the manufacturing meta region, and be used instead of the one build time generated from bsp.yml. This is currently hard-coded in the flash map code. For

[GitHub] [mynewt-nimble] andrzej-kaczmarek merged pull request #969: transport/cmac: Fix race on LL event write

2021-04-14 Thread GitBox
andrzej-kaczmarek merged pull request #969: URL: https://github.com/apache/mynewt-nimble/pull/969 -- 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-nimble] branch master updated: transport/cmac: Fix race on LL event write

2021-04-14 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 1d073cc transport/cmac: Fix race on LL