Skip to content

Commit 580dccd

Browse files
nordic-seglnordicjm
authored andcommitted
tests: benchmarks: multicore: Rename idle_with_pwm to idle_pwm_led
Second test idle_pwm_loopback will be added. Signed-off-by: Sebastian Głąb <[email protected]>
1 parent bb7f122 commit 580dccd

File tree

17 files changed

+28
-28
lines changed

17 files changed

+28
-28
lines changed

CODEOWNERS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -801,7 +801,7 @@
801801

802802
/tests/benchmarks/multicore/idle/*.rst @nrfconnect/ncs-si-bluebagel-doc
803803
/tests/benchmarks/multicore/idle_gpio/*.rst @nrfconnect/ncs-si-bluebagel-doc
804-
/tests/benchmarks/multicore/idle_with_pwm/*.rst @nrfconnect/ncs-si-bluebagel-doc
804+
/tests/benchmarks/multicore/idle_pwm_led/*.rst @nrfconnect/ncs-si-bluebagel-doc
805805

806806
# CI specific west
807807
/test-manifests/99-default-test-nrf.yml @nrfconnect/ncs-ci

tests/benchmarks/multicore/idle_with_pwm/CMakeLists.txt renamed to tests/benchmarks/multicore/idle_pwm_led/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ if(NOT SYSBUILD)
1414
" Add --sysbuild argument to west build command to prepare all the images.")
1515
endif()
1616

17-
project(idle_with_pwm)
17+
project(idle_pwm_led)
1818

1919
target_sources(app PRIVATE src/main.c)

tests/benchmarks/multicore/idle_with_pwm/README.rst renamed to tests/benchmarks/multicore/idle_pwm_led/README.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -34,27 +34,27 @@ The radio core uses pwm131 to generate PWM signal on GPIO port 0, pin 7.
3434

3535
There are three test configurations in the :file:`testcase.yaml`.
3636

37-
* ``benchmarks.multicore.idle_with_pwm.nrf54h20dk_cpuapp_cpurad.s2ram``
37+
* ``benchmarks.multicore.idle_pwm_led.nrf54h20dk_cpuapp_cpurad.s2ram``
3838

3939
This configuration uses Kconfig options that enable entering low power modes.
4040
Logging is disabled.
4141
Core sleeps for time sufficient to enter the ``suspend-to-ram`` power state.
4242

43-
* ``benchmarks.multicore.idle_with_pwm.nrf54h20dk_cpuapp_cpurad.sleep``
43+
* ``benchmarks.multicore.idle_pwm_led.nrf54h20dk_cpuapp_cpurad.sleep``
4444

4545
This configuration uses Kconfig options that enable entering low power modes.
4646
Logging is disabled.
4747
Core sleeps for time sufficient to enter the ``suspend-to-idle`` power state.
4848

49-
* ``benchmarks.multicore.idle_with_pwm.nrf54h20dk_cpuapp_cpurad.no_sleep``
49+
* ``benchmarks.multicore.idle_pwm_led.nrf54h20dk_cpuapp_cpurad.no_sleep``
5050

5151
You can use this configuration for debug purposes.
5252
Logging is enabled while power mode is disabled.
5353

5454
Building and running
5555
********************
5656

57-
.. |test path| replace:: :file:`tests/benchmarks/multicore/idle_with_pwm`
57+
.. |test path| replace:: :file:`tests/benchmarks/multicore/idle_pwm_led`
5858

5959
.. include:: /includes/build_and_run_test.txt
6060

@@ -63,7 +63,7 @@ See the example:
6363

6464
.. code-block:: console
6565
66-
west build -p -b nrf54h20dk/nrf54h20/cpuapp -T benchmarks.multicore.idle_with_pwm.nrf54h20dk_cpuapp_cpurad.s2ram .
66+
west build -p -b nrf54h20dk/nrf54h20/cpuapp -T benchmarks.multicore.idle_pwm_led.nrf54h20dk_cpuapp_cpurad.s2ram .
6767
6868
Testing
6969
=======

0 commit comments

Comments
 (0)