Skip to content

Commit 479a68b

Browse files
nordic-pikrrlubos
authored andcommitted
tests: benchmarks: power_consumption: cleanup
Use common source file for additional "remote" image Change nrf54l15pdk to nrf54l15dk as "pdk" is no longer supported Signed-off-by: Piotr Krzyzanowski <[email protected]>
1 parent 32c41c5 commit 479a68b

File tree

9 files changed

+10
-54
lines changed

9 files changed

+10
-54
lines changed

tests/benchmarks/i2c_endless/README.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,12 +49,12 @@ HOST: DEVICE:
4949
TWIM_SCL - TWIS_SCL
5050
TWIM_SDA - TWIS_SDA
5151

52-
When nrf54l15pdk is HOST and nrf54h20dk is DEVICE then:
52+
When nrf54l15dk is HOST and nrf54h20dk is DEVICE then:
5353
nrf54l nrf54h
5454
SCL: P1.12 - P1.03
5555
SDA: P1.08 - P2.09
5656

57-
When nrf54l15pdk is DEVICE and nrf54h20dk is HOST then:
57+
When nrf54l15dk is DEVICE and nrf54h20dk is HOST then:
5858
nrf54l nrf54h
5959
SCL: P1.13 - P1.02
6060
SDA: P1.09 - P2.08

tests/benchmarks/power_consumption/gpio/remote/CMakeLists.txt

Lines changed: 0 additions & 12 deletions
This file was deleted.

tests/benchmarks/power_consumption/gpio/remote/boards/nrf54h20dk_nrf54h20_cpurad.overlay

Lines changed: 0 additions & 10 deletions
This file was deleted.

tests/benchmarks/power_consumption/gpio/remote/prj.conf

Lines changed: 0 additions & 8 deletions
This file was deleted.

tests/benchmarks/power_consumption/gpio/remote/src/main.c

Lines changed: 0 additions & 14 deletions
This file was deleted.

tests/benchmarks/power_consumption/gpio/sysbuild.cmake

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@
77
if(NOT "${SB_CONFIG_REMOTE_BOARD}" STREQUAL "")
88
# Add remote project
99
ExternalZephyrProject_Add(
10-
APPLICATION remote
11-
SOURCE_DIR ${APP_DIR}/remote
10+
APPLICATION remote_sleep_forever
11+
SOURCE_DIR ${APP_DIR}/../common/remote_sleep_forever
1212
BOARD ${SB_CONFIG_REMOTE_BOARD}
1313
BOARD_REVISION ${BOARD_REVISION}
1414
)
1515

1616
# Add a dependency so that the remote image will be built and flashed first
17-
add_dependencies(gpio remote)
17+
add_dependencies(gpio remote_sleep_forever)
1818
# Add dependency so that the remote image is flashed first.
19-
sysbuild_add_dependencies(FLASH gpio remote)
19+
sysbuild_add_dependencies(FLASH gpio remote_sleep_forever)
2020
endif()

tests/benchmarks/power_consumption/qdec/testcase.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ common:
66
tests:
77
benchmarks.power_consumption.qdec_nrf54l:
88
platform_allow:
9-
- nrf54l15pdk/nrf54l15/cpuapp
9+
- nrf54l15dk/nrf54l15/cpuapp
1010
integration_platforms:
11-
- nrf54l15pdk/nrf54l15/cpuapp
11+
- nrf54l15dk/nrf54l15/cpuapp
1212
harness_config:
1313
fixture: gpio_loopback
1414
pytest_root:

tests/benchmarks/spi_endless/README.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,14 +53,14 @@ SPIM_SCK - SPIS_SCK
5353
SPIM_MISO - SPIS_MISO
5454
SPIM_MOSI - SPIS_MOSI
5555

56-
When nrf54l15pdk is HOST and nrf54h20dk is DEVICE then:
56+
When nrf54l15dk is HOST and nrf54h20dk is DEVICE then:
5757
nrf54l nrf54h
5858
CS: P2.10 - P0.11
5959
SCK: P1.13 - P0.01
6060
MISO: P1.11 - P0.07
6161
MOSI: P1.09 - P0.09
6262

63-
When nrf54l15pdk is DEVICE and nrf54h20dk is HOST then:
63+
When nrf54l15dk is DEVICE and nrf54h20dk is HOST then:
6464
nrf54l nrf54h
6565
CS: P1.14 - P0.10
6666
SCK: P1.12 - P0.00

0 commit comments

Comments
 (0)