From 1f13c8dddddb81c9c57cdc4fcfb4426a8b2938f7 Mon Sep 17 00:00:00 2001 From: Grzegorz Ferenc Date: Fri, 16 Aug 2024 09:21:58 +0200 Subject: [PATCH] doc: optimization: link to sysbuild commands Added links pointing to the Dedicated image build targets from Optimization tools page for ram_report, rom_report, footprint, puncover, and pahole. Reported by @markaj-nordic. Signed-off-by: Grzegorz Ferenc --- doc/develop/optimizations/tools.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/develop/optimizations/tools.rst b/doc/develop/optimizations/tools.rst index 630696c9f1b..4f36051031a 100644 --- a/doc/develop/optimizations/tools.rst +++ b/doc/develop/optimizations/tools.rst @@ -50,6 +50,7 @@ per symbol and the percentage it uses. The data is grouped based on the file system location of the object in the tree and the file containing the symbol. Use the ``ram_report`` target with your board, as in the following example. +If you are using :ref:`sysbuild`, see :ref:`sysbuild_dedicated_image_build_targets` instead. .. zephyr-app-commands:: :tool: all @@ -111,6 +112,7 @@ per symbol and the percentage it uses. The data is grouped based on the file system location of the object in the tree and the file containing the symbol. Use the ``rom_report`` target with your board, as in the following example. +If you are using :ref:`sysbuild`, see :ref:`sysbuild_dedicated_image_build_targets` instead. .. zephyr-app-commands:: :tool: all @@ -176,6 +178,7 @@ target, install the puncover Python module:: After you installed the Python module, use ``puncover`` target with your board, as in the following example. +If you are using :ref:`sysbuild`, see :ref:`sysbuild_dedicated_image_build_targets` instead. .. zephyr-app-commands:: :tool: all @@ -220,6 +223,7 @@ Alternatively, you can get it from fedora:: After you installed the package, use ``pahole`` target with your board, as in the following example. +If you are using :ref:`sysbuild`, see :ref:`sysbuild_dedicated_image_build_targets` instead. .. zephyr-app-commands:: :tool: all