From 732a07f9ac9025b119713584187e4cc645cc4e27 Mon Sep 17 00:00:00 2001 From: Anas Nashif Date: Wed, 11 Sep 2024 13:27:07 -0400 Subject: [PATCH] Update samples/sample_definition_and_criteria.rst MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Benjamin Cabé --- samples/sample_definition_and_criteria.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/sample_definition_and_criteria.rst b/samples/sample_definition_and_criteria.rst index 0f084ad6d86535a..063e171ec103fb4 100644 --- a/samples/sample_definition_and_criteria.rst +++ b/samples/sample_definition_and_criteria.rst @@ -60,7 +60,7 @@ Sample Criteria run on the documented platforms. Use the ``harness`` option to skip the execution. Twister only attempts to flash and execute the build binary if the harness is set to ``ztest`` or ``console``. - * The default configuration for the sample should be in the ``prj.conf`` + * The default configuration for the sample must be in the :file:`prj.conf` file and should be operational on all supported platforms. Do not rely on the ``extra_args`` or ``extra_configs`` options in the YAML file to build the sample.