[GitHub] [mynewt-core] apache-mynewt-bot commented on pull request #2902: hw/ipc_nrf5340: Some updates

2022-10-13 Thread GitBox
apache-mynewt-bot commented on PR #2902: URL: https://github.com/apache/mynewt-core/pull/2902#issuecomment-1277352684 ## Style check summary No suggestions at this time! -- This is an automated message from the Apache Git Service. To respond to the message,

[mynewt-site] branch asf-site updated: asf-site update Thu Oct 13 09:04:30 UTC 2022

2022-10-13 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 e2c9e75eb1 asf-site update Thu

[GitHub] [mynewt-core] sjanc commented on issue #2840: macOS Monterey NEWT installation issue

2022-10-13 Thread GitBox
sjanc commented on issue #2840: URL: https://github.com/apache/mynewt-core/issues/2840#issuecomment-1277276913 I suggest you try with binaries provided in download section: https://mynewt.apache.org/download/ -- This is an automated message from the Apache Git Service. To respond to the

[mynewt-core] 02/02: mcu/nrf5340: Include TFM module to allow MCU GPIO assignment

2022-10-13 Thread jerzy
This is an automated email from the ASF dual-hosted git repository. jerzy pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/mynewt-core.git commit 1ccc0a2dfe17209cf9051d565279d8281f410533 Author: Jerzy Kasenberg AuthorDate: Tue Oct 11 09:35:16 2022 +0200

[GitHub] [mynewt-core] kasjer merged pull request #2899: mcu/nrf5340: Add secure functions package

2022-10-13 Thread GitBox
kasjer merged PR #2899: URL: https://github.com/apache/mynewt-core/pull/2899 -- 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. To unsubscribe, e-mail:

[mynewt-core] branch master updated (1683b5210 -> 1ccc0a2df)

2022-10-13 Thread jerzy
This is an automated email from the ASF dual-hosted git repository. jerzy pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/mynewt-core.git from 1683b5210 hw/mcu/nrf5340: Enable cache by default new 8f225f96e mcu/nrf5340: Add secure functions package

[mynewt-core] 01/02: mcu/nrf5340: Add secure functions package

2022-10-13 Thread jerzy
This is an automated email from the ASF dual-hosted git repository. jerzy pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/mynewt-core.git commit 8f225f96e4fdd236e8a0beaa7d46b7133d6f6c1a Author: Jerzy Kasenberg AuthorDate: Tue Oct 11 09:27:23 2022 +0200

[GitHub] [mynewt-core] andrzej-kaczmarek commented on a diff in pull request #2902: hw/ipc_nrf5340: Some updates

2022-10-13 Thread GitBox
andrzej-kaczmarek commented on code in PR #2902: URL: https://github.com/apache/mynewt-core/pull/2902#discussion_r994233856 ## hw/drivers/ipc_nrf5340/src/ipc_nrf5340.c: ## @@ -470,6 +470,25 @@ ipc_nrf5340_available_buf(int channel, void **dptr) return 0; } +uint16_t

[GitHub] [mynewt-core] sjanc commented on a diff in pull request #2902: hw/ipc_nrf5340: Some updates

2022-10-13 Thread GitBox
sjanc commented on code in PR #2902: URL: https://github.com/apache/mynewt-core/pull/2902#discussion_r994226671 ## hw/drivers/ipc_nrf5340/src/ipc_nrf5340.c: ## @@ -470,6 +470,25 @@ ipc_nrf5340_available_buf(int channel, void **dptr) return 0; } +uint16_t

[GitHub] [mynewt-core] andrzej-kaczmarek commented on a diff in pull request #2902: hw/ipc_nrf5340: Some updates

2022-10-13 Thread GitBox
andrzej-kaczmarek commented on code in PR #2902: URL: https://github.com/apache/mynewt-core/pull/2902#discussion_r994224174 ## hw/drivers/ipc_nrf5340/src/ipc_nrf5340.c: ## @@ -470,6 +470,25 @@ ipc_nrf5340_available_buf(int channel, void **dptr) return 0; } +uint16_t

[mynewt-site] branch asf-site updated: asf-site update Thu Oct 13 06:47:33 UTC 2022

2022-10-13 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 aa0009755e asf-site update Thu

[GitHub] [mynewt-core] sjanc commented on a diff in pull request #2902: hw/ipc_nrf5340: Some updates

2022-10-13 Thread GitBox
sjanc commented on code in PR #2902: URL: https://github.com/apache/mynewt-core/pull/2902#discussion_r994219259 ## hw/drivers/ipc_nrf5340/include/ipc_nrf5340/ipc_nrf5340.h: ## @@ -131,6 +131,32 @@ uint16_t ipc_nrf5340_available(int channel); */ uint16_t

[GitHub] [mynewt-core] sjanc commented on a diff in pull request #2902: hw/ipc_nrf5340: Some updates

2022-10-13 Thread GitBox
sjanc commented on code in PR #2902: URL: https://github.com/apache/mynewt-core/pull/2902#discussion_r994213234 ## hw/drivers/ipc_nrf5340/src/ipc_nrf5340.c: ## @@ -470,6 +470,25 @@ ipc_nrf5340_available_buf(int channel, void **dptr) return 0; } +uint16_t

[mynewt-nimble] branch master updated: nimble/host: Add APIs to handle vs HCI commands and events

2022-10-13 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 c3b05eb4 nimble/host: Add APIs to handle

[GitHub] [mynewt-nimble] andrzej-kaczmarek merged pull request #1389: nimble/host: Add APIs to handle vs HCI commands and events

2022-10-13 Thread GitBox
andrzej-kaczmarek merged PR #1389: URL: https://github.com/apache/mynewt-nimble/pull/1389 -- 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. To unsubscribe, e-mail:

[mynewt-core] branch master updated (4c5522a9e -> 1683b5210)

2022-10-13 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-core.git from 4c5522a9e da1469x: Add option to not disable watchdog on init add 1683b5210 hw/mcu/nrf5340: Enable cache by

[GitHub] [mynewt-core] andrzej-kaczmarek merged pull request #2901: hw/mcu/nrf5340: Enable cache by default

2022-10-13 Thread GitBox
andrzej-kaczmarek merged PR #2901: URL: https://github.com/apache/mynewt-core/pull/2901 -- 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. To unsubscribe, e-mail: