-
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: idle_pwm_loopback: GDF switching #20604
Conversation
After documentation is built, you will find the preview for this PR here. |
CI InformationTo view the history of this post, clich the 'edited' button above Inputs:Sources:sdk-nrf: PR head: 9de0f0de7a12a2d2240be4a4a70eeaafe462ecb8 more detailssdk-nrf:
Github labels
List of changed files detected by CI (3)
Outputs:ToolchainVersion: aedb4c0245 Test Spec & Results: ✅ Success; ❌ Failure; 🟠 Queued; 🟡 Progress; ◻️ Skipped;
|
@@ -37,4 +37,8 @@ config GLOBAL_DOMAIN_CLOCK_FREQUENCY_MHZ | |||
default 128 if GLOBAL_DOMAIN_CLOCK_FREQUENCY_OPTION_128MHZ | |||
default 64 if GLOBAL_DOMAIN_CLOCK_FREQUENCY_OPTION_64MHZ | |||
|
|||
config GLOBAL_DOMAIN_CLOCK_FREQUENCY_SWITCHING | |||
bool "Enable global domain frequency changing when driver is active" | |||
default n |
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.
default n |
Add test case for changing GD frequency when driver is active. Signed-off-by: Piotr Krzyzanowski <piotr.krzyzanowski@nordicsemi.no>
|
Add test case for changing GD frequency when driver is active.