zephyr/samples/application_development/code_relocation
Adithya Baglody 21fa43387e samples: code_relocation: An example for code relocation feature.
This sample provides an example for using the code relocation
feature. This example will place text,data,bss from 3 files to
various parts in the SRAM. For this a custom linker file is used
which is derived from include/arch/arm/cortex_m/scripts/linker.ld.

Signed-off-by: Varun Sharma <varun.sharma@intel.com>
Signed-off-by: Adithya Baglody <adithya.nagaraj.baglody@intel.com>
2018-12-07 10:32:41 -05:00
..
src samples: code_relocation: An example for code relocation feature. 2018-12-07 10:32:41 -05:00
CMakeLists.txt samples: code_relocation: An example for code relocation feature. 2018-12-07 10:32:41 -05:00
custom-sections.ld samples: code_relocation: An example for code relocation feature. 2018-12-07 10:32:41 -05:00
linker_arm_sram2.ld samples: code_relocation: An example for code relocation feature. 2018-12-07 10:32:41 -05:00
prj.conf samples: code_relocation: An example for code relocation feature. 2018-12-07 10:32:41 -05:00
sample.yaml samples: code_relocation: An example for code relocation feature. 2018-12-07 10:32:41 -05:00