Commit 35e04ef6 authored by Benjamin Cabé's avatar Benjamin Cabé Committed by Alberto Escolar
Browse files

doc: ztest: fix reference to kconfig options



Use proper identifiers and sphinx roles to reference Kconfigs.

Signed-off-by: default avatarBenjamin Cabé <benjamin@zephyrproject.org>
parent f414400b
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -457,9 +457,9 @@ Configuration

Static configuration of Ztress contains:

 - :c:macro:`ZTRESS_MAX_THREADS` - number of supported threads.
 - :c:macro:`ZTRESS_STACK_SIZE` - Stack size of created threads.
 - :c:macro:`ZTRESS_REPORT_PROGRESS_MS` - Test progress report interval.
 - :kconfig:option:`CONFIG_ZTRESS_MAX_THREADS` - number of supported threads.
 - :kconfig:option:`CONFIG_ZTRESS_STACK_SIZE` - Stack size of created threads.
 - :kconfig:option:`CONFIG_ZTRESS_REPORT_PROGRESS_MS` - Test progress report interval.

API reference
*************