-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tests: benchmarks: multicore: Fix core synchronization in idle_pwm_lo…
…opback Execute k_msleep(100) no matter if core uses Clock Control (cpuapp) or not (cpurad). Otherwise, cores will enter low power state at different moments. Signed-off-by: Sebastian Głąb <[email protected]> (cherry picked from commit 2e0fec2)
- Loading branch information
1 parent
9e42f82
commit 8e2855d
Showing
3 changed files
with
10 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,7 +13,6 @@ | |
*/ | ||
|
||
/ { | ||
|
||
aliases { | ||
led = &led0; | ||
/delete-property/ led1; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters