Home
last modified time | relevance | path

Searched full:code_relocation (Results 1 – 21 of 21) sorted by relevance

/Zephyr-latest/tests/application_development/code_relocation/
Dtestcase.yaml4 application_development.code_relocation:
19 application_development.code_relocation.no_itcm:
34 application_development.code_relocation.riscv:
39 application_development.code_relocation.xtensa:
DCMakeLists.txt7 project(code_relocation) project
/Zephyr-latest/samples/boards/intel/adsp/code_relocation/
Dsample.yaml5 sample.intel_adsp.code_relocation:
DREADME.rst22 :zephyr-app: samples/boards/intel/adsp/code_relocation
/Zephyr-latest/doc/kernel/
Dcode-relocation.rst31 ``code_relocation.c`` files. The ``linker_relocate.ld`` file creates
45 The ``code_relocation.c`` file has code that is needed for
120 the relocation code is not generated in ``code_relocation.c``. This flag can be
157 ``$ZEPHYR_BASE/tests/application_development/code_relocation``
/Zephyr-latest/tests/application_development/code_relocation/src/
Dtest_file4.c14 ZTEST(code_relocation, test_function_genex_relocate_1)
Dtest_file5.c14 ZTEST(code_relocation, test_function_genex_relocate_2)
Dtest_file3.c14 ZTEST(code_relocation, test_function_in_split_multiple)
Dmain.c80 ZTEST_SUITE(code_relocation, NULL, relocate_code_setup, NULL, NULL, NULL);
Dtest_file1.c30 ZTEST(code_relocation, test_function_in_sram2) in ZTEST() argument
/Zephyr-latest/cmake/linker/ld/
Dtarget_relocation.cmake11 set(MEM_RELOCATION_CODE "${PROJECT_BINARY_DIR}/code_relocation.c")
/Zephyr-latest/cmake/linker/arcmwdt/
Dtarget.cmake149 set(MEM_RELOCATION_CODE "${PROJECT_BINARY_DIR}/code_relocation.c")
/Zephyr-latest/doc/_scripts/
Dredirects.py250 …('samples/boards/intel_adsp/code_relocation/README', 'samples/boards/intel/adsp/code_relocation/RE…
/Zephyr-latest/scripts/build/
Dgen_relocate_app.py35 code_relocation.c or not
/Zephyr-latest/doc/releases/
Drelease-notes-1.14.rst1179 * :github:`15107` - samples/application_development/code_relocation fails to build with coverage on…
1798 * :github:`12033` - samples/application_development/code_relocation fails on mps2_an385
Drelease-notes-2.4.rst1658 * :github:`23599` - zephyr/samples/application_development/code_relocation execution stop at z_arm_…
Drelease-notes-2.5.rst1636 * :github:`28847` - code_relocation sample does not work on windows
Drelease-notes-2.7.rst1085 * :github:`38791` - Example code_relocation not compiling.
Drelease-notes-3.1.rst1618 * :github:`43950` - code_relocation: Add NOCOPY feature breaks windows builds
Drelease-notes-3.3.rst3030 * :github:`53656` - twister: samples: Bogus yaml for code_relocation sample
/Zephyr-latest/
DMAINTAINERS.yml2611 - tests/application_development/code_relocation/