Skip to content

Commit f76d107

Browse files
nordic-seglnordic-piks
authored andcommitted
tests: benchmarks: multicore: Minor fixes
Add missing empty lines in DTS overlays. Remove use of obsolete Kconfig CONFIG_NRF_REGTOOL_VERBOSITY. Signed-off-by: Sebastian Głąb <[email protected]>
1 parent e443dc0 commit f76d107

File tree

9 files changed

+3
-12
lines changed

9 files changed

+3
-12
lines changed

tests/benchmarks/multicore/idle_ppr/prj.conf

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,3 @@ CONFIG_NCS_BOOT_BANNER=n
44
CONFIG_LOG=y
55
CONFIG_ASSERT=y
66
CONFIG_GPIO=y
7-
8-
CONFIG_NRF_REGTOOL_VERBOSITY=1

tests/benchmarks/multicore/idle_ppr/remote/prj.conf

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,3 @@ CONFIG_PRINTK=n
88

99
CONFIG_ASSERT=y
1010
CONFIG_GPIO=y
11-
12-
CONFIG_NRF_REGTOOL_VERBOSITY=1

tests/benchmarks/multicore/idle_pwm_loopback/prj.conf

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,3 @@ CONFIG_LOG=y
44
CONFIG_ASSERT=y
55
CONFIG_PWM=y
66
CONFIG_GPIO=y
7-
8-
CONFIG_NRF_REGTOOL_VERBOSITY=1

tests/benchmarks/multicore/idle_pwm_loopback/remote/prj.conf

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,3 @@ CONFIG_LOG=y
44
CONFIG_ASSERT=y
55
CONFIG_PWM=y
66
CONFIG_GPIO=y
7-
8-
CONFIG_NRF_REGTOOL_VERBOSITY=1

tests/benchmarks/multicore/idle_spim_loopback/boards/nrf54h20dk_nrf54h20_cpuapp.overlay

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@
5757
memory-regions = <&cpuapp_dma_region>;
5858
cs-gpios = <&gpio0 10 GPIO_ACTIVE_LOW>;
5959
zephyr,pm-device-runtime-auto;
60+
6061
dut_spi_dt: test-spi-dev@0 {
6162
compatible = "vnd,spi-device";
6263
reg = <0>;

tests/benchmarks/multicore/idle_spim_loopback/boards/nrf54h20dk_nrf54h20_cpuapp_fast.overlay

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@
6262
memory-regions = <&dma_fast_region>;
6363
cs-gpios = <&gpio0 10 GPIO_ACTIVE_HIGH>;
6464
zephyr,pm-device-runtime-auto;
65+
6566
dut_spi_dt: test-spi-dev@0 {
6667
compatible = "vnd,spi-device";
6768
reg = <0>;

tests/benchmarks/multicore/idle_spim_loopback/boards/nrf54h20dk_nrf54h20_cpuapp_fast_slow_pins.overlay

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@
7070
memory-regions = <&dma_fast_region>;
7171
cs-gpios = <&gpio0 10 GPIO_ACTIVE_HIGH>;
7272
zephyr,pm-device-runtime-auto;
73+
7374
dut_spi_dt: test-spi-dev@0 {
7475
compatible = "vnd,spi-device";
7576
reg = <0>;

tests/benchmarks/multicore/idle_spim_loopback/coverage.conf

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
CONFIG_SPI=y
22
CONFIG_GPIO=y
33

4-
CONFIG_NRF_REGTOOL_VERBOSITY=1
5-
64
CONFIG_PM=y
75
CONFIG_PM_S2RAM=n
86
CONFIG_PM_S2RAM_CUSTOM_MARKING=n

tests/benchmarks/multicore/idle_spim_loopback/prj.conf

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,3 @@ CONFIG_LOG=y
33
CONFIG_SPI=y
44
CONFIG_GPIO=y
55
CONFIG_ASSERT=y
6-
7-
CONFIG_NRF_REGTOOL_VERBOSITY=1

0 commit comments

Comments
 (0)