Skip to content

Commit 0710311

Browse files
nordic-seglnordicjm
authored andcommitted
tests: benchmarks: multicore: Improve definition of KConfig
Remove duplicated explanation from config TEST_SLEEP_DURATION_MS definition. Signed-off-by: Sebastian Głąb <[email protected]>
1 parent ed0d58b commit 0710311

File tree

10 files changed

+10
-10
lines changed

10 files changed

+10
-10
lines changed

tests/benchmarks/multicore/idle_ppr/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
#
66

77
config TEST_SLEEP_DURATION_MS
8-
int "Amount of time (in miliseconds) the core is sleeping"
8+
int "Core sleep duration (miliseconds)"
99
default 1000
1010
help
1111
Set sleep duration to TEST_SLEEP_DURATION_MS miliseconds.

tests/benchmarks/multicore/idle_ppr/remote/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
#
66

77
config TEST_SLEEP_DURATION_MS
8-
int "Amount of time (in miliseconds) the core is sleeping"
8+
int "Core sleep duration (miliseconds)"
99
default 1000
1010
help
1111
Set sleep duration to TEST_SLEEP_DURATION_MS miliseconds.

tests/benchmarks/multicore/idle_pwm_led/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
#
66

77
config TEST_SLEEP_DURATION_MS
8-
int "Amount of time (in miliseconds) the core is sleeping"
8+
int "Core sleep duration (miliseconds)"
99
default 1000
1010
help
1111
Set sleep duration to TEST_SLEEP_DURATION_MS miliseconds.

tests/benchmarks/multicore/idle_pwm_led/remote/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
#
66

77
config TEST_SLEEP_DURATION_MS
8-
int "Amount of time (in miliseconds) the core is sleeping"
8+
int "Core sleep duration (miliseconds)"
99
default 1000
1010
help
1111
Set sleep duration to TEST_SLEEP_DURATION_MS miliseconds.

tests/benchmarks/multicore/idle_pwm_loopback/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
#
66

77
config TEST_SLEEP_DURATION_MS
8-
int "Amount of time (in miliseconds) the core is sleeping"
8+
int "Core sleep duration (miliseconds)"
99
default 1000
1010
help
1111
Set sleep duration to TEST_SLEEP_DURATION_MS miliseconds.

tests/benchmarks/multicore/idle_pwm_loopback/remote/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
#
66

77
config TEST_SLEEP_DURATION_MS
8-
int "Amount of time (in miliseconds) the core is sleeping"
8+
int "Core sleep duration (miliseconds)"
99
default 1000
1010
help
1111
Set sleep duration to TEST_SLEEP_DURATION_MS miliseconds.

tests/benchmarks/multicore/idle_stm/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
#
66

77
config TEST_SLEEP_DURATION_MS
8-
int "Amount of time (in miliseconds) the core is sleeping"
8+
int "Core sleep duration (miliseconds)"
99
default 1000
1010
help
1111
Set sleep duration to TEST_SLEEP_DURATION_MS miliseconds.

tests/benchmarks/multicore/idle_stm/remote/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
#
66

77
config TEST_SLEEP_DURATION_MS
8-
int "Amount of time (in miliseconds) the core is sleeping"
8+
int "Core sleep duration (miliseconds)"
99
default 1000
1010
help
1111
Set sleep duration to TEST_SLEEP_DURATION_MS miliseconds.

tests/benchmarks/multicore/idle_wdt/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
#
66

77
config TEST_SLEEP_DURATION_MS
8-
int "Amount of time (in miliseconds) the core is sleeping"
8+
int "Core sleep duration (miliseconds)"
99
default 1000
1010
help
1111
Set sleep duration to TEST_SLEEP_DURATION_MS miliseconds.

tests/benchmarks/multicore/idle_wdt/remote/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
#
66

77
config TEST_SLEEP_DURATION_MS
8-
int "Amount of time (in miliseconds) the core is sleeping"
8+
int "Core sleep duration (miliseconds)"
99
default 1000
1010
help
1111
Set sleep duration to TEST_SLEEP_DURATION_MS miliseconds.

0 commit comments

Comments
 (0)