Primary Git Repository for the Zephyr Project. Zephyr is a new generation, scalable, optimized, secure RTOS for multiple hardware architectures.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Anas Nashif 5c8cf1c18c tests: fix various test ids and use existing scheme 3 months ago
..
src scripts: code_relocate: support section filter 5 months ago
test_lib tests: application_development: code_relocation: Add absolute paths 2 years ago
CMakeLists.txt scripts: code_relocate: support section filter 5 months ago
Kconfig
README.rst
custom-sections.ld
linker_arm_sram2.ld tests: code_relocation: use per-SoC linker file for Arm tests 2 years ago
linker_riscv_qemu_sram2.ld tests: remove incorrect comment from code_relocation for RISCV 3 years ago
linker_xtensa_qemu_sram2.ld boards: qemu_xtensa: use dc233c core 2 years ago
prj.conf tests: remove CONFIG_ZTEST_NEW_API in all tests 2 years ago
prj_riscv.conf tests: remove CONFIG_ZTEST_NEW_API in all tests 2 years ago
prj_xtensa.conf tests: remove CONFIG_ZTEST_NEW_API in all tests 2 years ago
testcase.yaml tests: fix various test ids and use existing scheme 3 months ago

README.rst

.. _code_relocation:

Code relocation
#################

Overview
********
A simple example that demonstrates how relocation of code, data or bss sections
using a custom linker script.