zephyr/tests/application_development
Sylvain Chouleur 4454734d12 scripts: code_relocate: support section filter
One might want to select the symbols to be relocated inside a file or
a library. To do this, one can use the FILTER argument of
zephyr_code_relocate which must contain a regular expression of the
section names to be selected for relocation.

The test_function_in_sram2 test case in
`tests/application_development/code_relocation` has been updated to
verify that only one function `function_in_sram()` is relocated to ram
and that the function `function_not_relocated()` is not being relocated
when using relocation filter.

Signed-off-by: Sylvain Chouleur <sylvain.chouleur@gmail.com>
Signed-off-by: Torsten Rasmussen <Torsten.Rasmussen@nordicsemi.no>
2025-02-14 03:02:56 +01:00
..
code_relocation scripts: code_relocate: support section filter 2025-02-14 03:02:56 +01:00
gen_inc_file tests/*: Switch integration platform to native_sim 2023-11-30 09:42:25 -05:00
software_bill_of_materials tests: application_development: Add spdx SBOM test 2025-01-15 15:03:59 +01:00