]> git.sur5r.net Git - freertos/blob - FreeRTOS/Demo/lwIP_Demo_Rowley_ARM7/flash_placement.xml
Minor updates and change version number for V7.5.0 release.
[freertos] / FreeRTOS / Demo / lwIP_Demo_Rowley_ARM7 / flash_placement.xml
1 <!DOCTYPE Linker_Placement_File>
2 <Root name="Flash Section Placement" >
3   <MemorySegment name="FLASH" >
4     <ProgramSection load="Yes" inputsections="*(.vectors .vectors.*)" name=".vectors" />
5     <ProgramSection alignment="4" load="Yes" inputsections="*(.init .init.*)" name=".init" />
6     <ProgramSection alignment="4" load="No" name=".text_load" />
7     <ProgramSection alignment="4" load="Yes" inputsections="*(.text .text.* .glue_7t .glue_7 .gnu.linkonce.t.*)" name=".text" />
8     <ProgramSection alignment="4" load="Yes" inputsections="KEEP (*(SORT(.dtors.*))) KEEP (*(.dtors))" name=".dtors" />
9     <ProgramSection alignment="4" load="Yes" inputsections="KEEP (*(SORT(.ctors.*))) KEEP (*(.ctors))" name=".ctors" />
10     <ProgramSection alignment="4" load="Yes" inputsections="*(.rodata .rodata.* .gnu.linkonce.r.*)" name=".rodata" />
11     <ProgramSection alignment="4" load="Yes" runin=".fast_run" inputsections="*(.fast .fast.*)" name=".fast" />
12     <ProgramSection alignment="4" load="Yes" runin=".data_run" inputsections="*(.data .data.* .gnu.linkonce.d.*)" name=".data" />
13   </MemorySegment>
14   <MemorySegment name="External SRAM;SRAM;SDRAM;DRAM" >
15     <ProgramSection alignment="4" load="No" name=".data_run" />
16     <ProgramSection alignment="4" load="No" inputsections="*(.bss .bss.* .gnu.linkonce.b.*) *(COMMON)" name=".bss" />
17     <ProgramSection alignment="4" size="__HEAPSIZE__" load="No" name=".heap" />
18     <ProgramSection alignment="4" size="__STACKSIZE__" load="No" name=".stack" />
19     <ProgramSection alignment="4" size="0x190" load="No" name=".stack_irq" />
20     <ProgramSection alignment="4" size="0x0" load="No" name=".stack_fiq" />
21     <ProgramSection alignment="4" size="0x190" load="No" name=".stack_svc" />
22     <ProgramSection alignment="4" size="0x0" load="No" name=".stack_abt" />
23     <ProgramSection alignment="4" size="0x0" load="No" name=".stack_und" />
24   </MemorySegment>
25   <MemorySegment name="Internal SRAM;SRAM;SDRAM;DRAM" >
26     <ProgramSection size="0x3C" load="No" name=".vectors_ram" />
27     <ProgramSection alignment="4" load="No" name=".fast_run" />
28   </MemorySegment>
29 </Root>