[GitHub] [mynewt-core] apache-mynewt-bot commented on pull request #2898: stm32f7 dcache

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

[GitHub] [mynewt-core] kasjer opened a new pull request, #2898: stm32f7 dcache

2022-10-06 Thread GitBox
kasjer opened a new pull request, #2898: URL: https://github.com/apache/mynewt-core/pull/2898 - Some inapplicable leftover from STM32F4 removed - Added DCache enabler - vector table moved to DTCM due to apparent NVIC problem with cached SRAM1 -- This is an automated message from the

[mynewt-nimble] branch master updated: nimble/fem: Reset SKY66112 to defaults on HCI reset

2022-10-06 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 801484e4 nimble/fem: Reset SKY66112 to

[GitHub] [mynewt-nimble] sjanc merged pull request #1391: nimble/fem: Reset SKY66112 to defaults on HCI reset

2022-10-06 Thread GitBox
sjanc merged PR #1391: URL: https://github.com/apache/mynewt-nimble/pull/1391 -- 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:

[GitHub] [mynewt-nimble] apache-mynewt-bot commented on pull request #1391: nimble/fem: Reset SKY66112 to defaults on HCI reset

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

[GitHub] [mynewt-nimble] sjanc opened a new pull request, #1391: nimble/fem: Reset SKY66112 to defaults on HCI reset

2022-10-06 Thread GitBox
sjanc opened a new pull request, #1391: URL: https://github.com/apache/mynewt-nimble/pull/1391 Make sure we set all configuration to defaults when HCI reset is issued. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use

[mynewt-core] branch master updated: bsp/pca100121: Init on board pins

2022-10-06 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 The following commit(s) were added to refs/heads/master by this push: new 1975e9eba bsp/pca100121: Init on board pins

[GitHub] [mynewt-core] kasjer merged pull request #2895: bsp/pca100121: Init on board pins

2022-10-06 Thread GitBox
kasjer merged PR #2895: URL: https://github.com/apache/mynewt-core/pull/2895 -- 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:

[GitHub] [mynewt-nimble] apache-mynewt-bot commented on pull request #1390: Fix missing includes and missing return (compiler gives error)

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

[GitHub] [mynewt-nimble] bvdberg commented on pull request #1390: Fix missing includes and missing return (compiler gives error)

2022-10-06 Thread GitBox
bvdberg commented on PR #1390: URL: https://github.com/apache/mynewt-nimble/pull/1390#issuecomment-1269701959 We use FreeRTOS and dont use the Newt build sysetm. I have removed the include. The build also works without. -- This is an automated message from the Apache Git Service. To

[GitHub] [mynewt-nimble] andrzej-kaczmarek commented on pull request #1390: Fix missing includes and missing return (compiler gives error)

2022-10-06 Thread GitBox
andrzej-kaczmarek commented on PR #1390: URL: https://github.com/apache/mynewt-nimble/pull/1390#issuecomment-1269701699 > Also these changes now add a dependency from Mynewt/drivers/ipc5430 to the Nimble stack, which IMHO is a no go. This is not fixes in this request. dependency is

[GitHub] [mynewt-nimble] andrzej-kaczmarek commented on a diff in pull request #1390: Fix missing includes and missing return (compiler gives error)

2022-10-06 Thread GitBox
andrzej-kaczmarek commented on code in PR #1390: URL: https://github.com/apache/mynewt-nimble/pull/1390#discussion_r988813557 ## nimble/transport/nrf5340/src/nrf5340_ble_hci.c: ## @@ -19,11 +19,13 @@ #include #include +#include #include #include #include #include

[GitHub] [mynewt-nimble] apache-mynewt-bot commented on pull request #1390: Fix missing includes and missing return (compiler gives error)

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

[GitHub] [mynewt-nimble] bvdberg opened a new pull request, #1390: Fix missing includes and missing return (compiler gives error)

2022-10-06 Thread GitBox
bvdberg opened a new pull request, #1390: URL: https://github.com/apache/mynewt-nimble/pull/1390 This fixes the build after the recent HCI_IPC changes. Also these changes now add a dependency from Mynewt/drivers/ipc5430 to the Nimble stack, which IMHO is a no go. This is not fixes in

[GitHub] [mynewt-core] kasjer merged pull request #2897: kernel/os: Add t_mutex and t_sem fields

2022-10-06 Thread GitBox
kasjer merged PR #2897: URL: https://github.com/apache/mynewt-core/pull/2897 -- 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: kernel/os: Add t_mutex and t_sem fields

2022-10-06 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 The following commit(s) were added to refs/heads/master by this push: new 760fbd79d kernel/os: Add t_mutex and t_sem

[GitHub] [mynewt-core] apache-mynewt-bot commented on pull request #2897: kernel/os: Add t_mutex and t_sem fields

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

[GitHub] [mynewt-core] kasjer opened a new pull request, #2897: kernel/os: Add t_mutex and t_sem fields

2022-10-06 Thread GitBox
kasjer opened a new pull request, #2897: URL: https://github.com/apache/mynewt-core/pull/2897 t_obj points to semaphore or mutex while task is waiting now t_obj is field in union along with t_mutex and t_sem it just makes debugging easier since IDE can show mutex or semaphore without need

[mynewt-core] branch master updated: ublox-bmd-345: Update syscfg to not use defunct configs

2022-10-06 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 6fef56bf0 ublox-bmd-345: Update syscfg to

[GitHub] [mynewt-core] sjanc merged pull request #2896: ublox-bmd-345: Update syscfg to not use defunct configs

2022-10-06 Thread GitBox
sjanc merged PR #2896: URL: https://github.com/apache/mynewt-core/pull/2896 -- 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: