-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Nrfx 7821 run samples subsys ipc ipc service icmsg on more targets #23019
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Nrfx 7821 run samples subsys ipc ipc service icmsg on more targets #23019
Conversation
The following west manifest projects have changed revision in this Pull Request:
⛔ DNM label due to: 1 project with PR revision Note: This message is automatically posted and updated by the Manifest GitHub Action. |
CI InformationTo view the history of this post, clich the 'edited' button above Inputs:Sources:sdk-nrf: PR head: 271a774dac1d6cdb46903ad7d0bf4c11f8ec7c1b more detailssdk-nrf:
zephyr:
Github labels
List of changed files detected by CI (28)
Outputs:ToolchainVersion: 684b32e022 Test Spec & Results: ✅ Success; ❌ Failure; 🟠 Queued; 🟡 Progress; ◻️ Skipped;
|
8b37fa2
to
0d51959
Compare
4540abc
to
1972095
Compare
You can find the documentation preview for this PR here. |
There are some failures
But generally works in CI:
|
|
||
if(NOT CONFIG_BOARD_NRF54LM20PDK_NRF54LM20A_CPUAPP AND | ||
NOT CONFIG_BOARD_NRF54LV10DK_NRF54LV10A_CPUAPP) | ||
message(FATAL_ERROR "${BOARD} is not supported for this sample") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
error if not using sysbuild?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Isn't SysBuild enabled by default for these targets?
Is CONFIG_BOARD_STM32H747I_DISCO also using SysBuild?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
someone can do west build --no-sysbuild
and would get a broken image, we don't care about stm32 builds not working
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
As stated above, I don't think there is need to improve this sample because this is a temporary solution.
f8382a7
to
7687978
Compare
Copy original sample from Zephyr and enable it on nrf54lv10dk/nrf54lv10a/cpuapp. Signed-off-by: Sebastian Głąb <sebastian.glab@nordicsemi.no>
Include samples: subsys: ipc: ipc_service: icmsg: Enable sample on nRF54H20 nrfconnect/sdk-zephyr#2998 zephyrproject-rtos/zephyr#92287 Signed-off-by: Sebastian Głąb <sebastian.glab@nordicsemi.no>
7687978
to
271a774
Compare
No description provided.