-
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: Collect coverage data from multicore benchmarks
Add coverage calculation test case for each multicore idle* test Signed-off-by: Bartosz Miller <[email protected]>
- Loading branch information
1 parent
5e12525
commit 4065e8a
Showing
38 changed files
with
579 additions
and
30 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
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_ADC=y | ||
CONFIG_GPIO=y | ||
|
||
CONFIG_PM=y | ||
CONFIG_PM_S2RAM=n | ||
CONFIG_PM_S2RAM_CUSTOM_MARKING=n | ||
CONFIG_PM_DEVICE=y | ||
CONFIG_PM_DEVICE_RUNTIME=y | ||
CONFIG_POWEROFF=y | ||
|
||
CONFIG_BOOT_BANNER=n | ||
CONFIG_ASSERT=n | ||
CONFIG_CLOCK_CONTROL=n | ||
|
||
CONFIG_PRINTK=y | ||
CONFIG_LOG=n | ||
CONFIG_CONSOLE=y | ||
CONFIG_UART_CONSOLE=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
1 change: 0 additions & 1 deletion
1
tests/benchmarks/multicore/idle_adc/sysbuild/nrf54h20dk_nrf54h20_cpurad.conf
This file was deleted.
Oops, something went wrong.
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
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_COMPARATOR=y | ||
CONFIG_GPIO=y | ||
|
||
CONFIG_PM=y | ||
CONFIG_PM_S2RAM=n | ||
CONFIG_PM_S2RAM_CUSTOM_MARKING=n | ||
CONFIG_PM_DEVICE=y | ||
CONFIG_PM_DEVICE_RUNTIME=y | ||
CONFIG_POWEROFF=y | ||
|
||
CONFIG_BOOT_BANNER=n | ||
CONFIG_ASSERT=n | ||
CONFIG_CLOCK_CONTROL=n | ||
|
||
CONFIG_PRINTK=y | ||
CONFIG_LOG=n | ||
CONFIG_CONSOLE=y | ||
CONFIG_UART_CONSOLE=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
1 change: 0 additions & 1 deletion
1
tests/benchmarks/multicore/idle_comp/sysbuild/nrf54h20dk_nrf54h20_cpurad.conf
This file was deleted.
Oops, something went wrong.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
CONFIG_MSPI=y | ||
|
||
CONFIG_PM=y | ||
CONFIG_PM_S2RAM=n | ||
CONFIG_PM_S2RAM_CUSTOM_MARKING=n | ||
CONFIG_PM_DEVICE=y | ||
CONFIG_PM_DEVICE_RUNTIME=y | ||
CONFIG_POWEROFF=y | ||
|
||
CONFIG_BOOT_BANNER=n | ||
CONFIG_ASSERT=n | ||
CONFIG_CLOCK_CONTROL=n | ||
|
||
CONFIG_PRINTK=y | ||
CONFIG_LOG=n | ||
CONFIG_CONSOLE=y | ||
CONFIG_UART_CONSOLE=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
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,19 @@ | ||
CONFIG_GPIO=y | ||
|
||
CONFIG_PM=y | ||
CONFIG_PM_S2RAM=n | ||
CONFIG_PM_S2RAM_CUSTOM_MARKING=n | ||
CONFIG_PM_DEVICE=y | ||
CONFIG_PM_DEVICE_RUNTIME=y | ||
CONFIG_POWEROFF=y | ||
|
||
CONFIG_BOOT_BANNER=n | ||
CONFIG_ASSERT=n | ||
CONFIG_CLOCK_CONTROL=n | ||
|
||
CONFIG_PRINTK=y | ||
CONFIG_LOG=n | ||
CONFIG_CONSOLE=y | ||
CONFIG_UART_CONSOLE=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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
CONFIG_HEAP_MEM_POOL_SIZE=4096 | ||
CONFIG_MBOX=y | ||
CONFIG_IPC_SERVICE=y | ||
|
||
CONFIG_PM=y | ||
CONFIG_PM_S2RAM=n | ||
CONFIG_PM_S2RAM_CUSTOM_MARKING=n | ||
CONFIG_PM_DEVICE=y | ||
CONFIG_PM_DEVICE_RUNTIME=y | ||
CONFIG_POWEROFF=y | ||
|
||
CONFIG_BOOT_BANNER=n | ||
CONFIG_ASSERT=n | ||
CONFIG_CLOCK_CONTROL=n | ||
|
||
CONFIG_PRINTK=y | ||
CONFIG_LOG=n | ||
CONFIG_CONSOLE=y | ||
CONFIG_UART_CONSOLE=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
Oops, something went wrong.