-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
tests: benchmarks: multicore: Remote GDF switching #20625
Conversation
CI InformationTo view the history of this post, clich the 'edited' button above Inputs:Sources:sdk-nrf: PR head: c769ef86f95c08596a4c5aaa52b3ace89286e36d more detailssdk-nrf:
Github labels
List of changed files detected by CI (20)
Outputs:ToolchainVersion: aedb4c0245 Test Spec & Results: ✅ Success; ❌ Failure; 🟠 Queued; 🟡 Progress; ◻️ Skipped;
|
63a72ba
to
cd63074
Compare
@@ -1,11 +1,10 @@ | |||
# | |||
# Copyright (c) 2024 Nordic Semiconductor ASA |
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.
I believe that copyright year is a year when a new file was added.
Thus, any change to the existing file shall not change the year.
Am I correct?
6003a4f
to
cd6c2ba
Compare
30e7669
to
ea0c4c6
Compare
You can find the documentation preview for this PR here. |
# Add remote project | ||
ExternalZephyrProject_Add( | ||
if(SB_CONFIG_SOC_NRF54H20) | ||
|
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.
endif() | ||
if(SB_CONFIG_SOC_NRF54H20) | ||
if(SB_CONFIG_REMOTE_GLOBAL_DOMAIN_CLOCK_FREQUENCY_SWITCHING) | ||
set(REMOTE_SOURCE_DIR ${ZEPHYR_NRF_MODULE_DIR}/tests/benchmarks/multicore/common/remote_gdf_switching) |
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.
2 space cmake indent seems have gone to 4 here
fixture: gpio_loopback | ||
pytest_root: | ||
- "${CUSTOM_ROOT_TEST_DIR}/test_measure_power_consumption.py::test_measure_and_data_dump_power_consumption_gated_uarte" | ||
|
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.
Add test cases for fast counter, pwm, spim, uarte instances where global domain frequency is changed from remote application. Use solution for synchronization of host and remote core like in idle_pwm_loopback case. Signed-off-by: Piotr Krzyzanowski <piotr.krzyzanowski@nordicsemi.no>
ea0c4c6
to
c769ef8
Compare
|
Add test cases for fast counter, pwm, spim, uarte instances where global domain frequency is changed from remote application. Use solution for synchronization of host and remote core like in idle_pwm_loopback case.
test_low_level: PR-1912