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.
 
 
 
 
 
 
Torsten Rasmussen 1cccc8a8fe cmake: increase minimal required version to 3.20.0 4 years ago
..
src zephyr: replace zephyr integer types with C99 types 5 years ago
CMakeLists.txt cmake: increase minimal required version to 3.20.0 4 years ago
README.rst samples: code_relocation: Add readme for code relocation sample 5 years ago
custom-sections.ld linker: Port usage of custom-sections to use Cmake 6 years ago
linker_arm_sram2.ld dts: Rename generated_dts_board*.{h,conf} to devicetree*.{h,conf} 6 years ago
prj.conf linker: Port usage of custom-sections to use Cmake 6 years ago
sample.yaml sanitycheck: inclusive language 5 years 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.