-
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: Extend testing for clock control
Test on CPURAD Enable coverage Signed-off-by: Bartosz Miller <[email protected]>
- Loading branch information
1 parent
852ae66
commit 2fb2a62
Showing
4 changed files
with
89 additions
and
16 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
20 changes: 20 additions & 0 deletions
20
tests/benchmarks/multicore/idle_clock_control/coverage.conf
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 |
---|---|---|
@@ -0,0 +1,20 @@ | ||
CONFIG_PM=n | ||
CONFIG_PM_S2RAM=n | ||
CONFIG_PM_S2RAM_CUSTOM_MARKING=n | ||
CONFIG_PM_DEVICE=n | ||
CONFIG_PM_DEVICE_RUNTIME=n | ||
CONFIG_POWEROFF=n | ||
|
||
CONFIG_GPIO=n | ||
|
||
CONFIG_NRFS=y | ||
CONFIG_CLOCK_CONTROL=y | ||
CONFIG_ASSERT=n | ||
|
||
CONFIG_PRINTK=y | ||
CONFIG_LOG=n | ||
CONFIG_CONSOLE=y | ||
CONFIG_UART_CONSOLE=y | ||
CONFIG_SERIAL=y | ||
|
||
CONFIG_LOG_BUFFER_SIZE=16384 |
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