diff options
| author | hathach <[email protected]> | 2018-12-05 14:02:48 +0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2018-12-05 14:02:48 +0700 |
| commit | cf60b206528fc955bbdd1bfec2c7016a985313ea (patch) | |
| tree | 50411de91abbd898b9f191932dc256dd30637bd6 /examples/device/device_virtual_com/segger/flash_placement.xml | |
| parent | 861e7e6a7982c3e2b7e3c05b566eb06cd32b15c4 (diff) | |
| parent | 734b3ada8a57ca4c8c90a7502c5547a891886481 (diff) | |
Merge pull request #18 from hathach/devlocal
Devlocal
Diffstat (limited to 'examples/device/device_virtual_com/segger/flash_placement.xml')
| -rw-r--r-- | examples/device/device_virtual_com/segger/flash_placement.xml | 37 |
1 files changed, 0 insertions, 37 deletions
diff --git a/examples/device/device_virtual_com/segger/flash_placement.xml b/examples/device/device_virtual_com/segger/flash_placement.xml deleted file mode 100644 index 951d23710..000000000 --- a/examples/device/device_virtual_com/segger/flash_placement.xml +++ /dev/null @@ -1,37 +0,0 @@ -<!DOCTYPE Linker_Placement_File> -<Root name="Flash Section Placement"> - <MemorySegment name="$(FLASH_NAME:FLASH)"> - <ProgramSection alignment="0x100" load="Yes" name=".vectors" start="$(FLASH_START:)" /> - <ProgramSection alignment="4" load="Yes" name=".init" /> - <ProgramSection alignment="4" load="Yes" name=".init_rodata" /> - <ProgramSection alignment="4" load="Yes" name=".text" /> - <ProgramSection alignment="4" load="Yes" name=".dtors" /> - <ProgramSection alignment="4" load="Yes" name=".ctors" /> - <ProgramSection alignment="4" load="Yes" name=".rodata" /> - <ProgramSection alignment="4" load="Yes" name=".ARM.exidx" address_symbol="__exidx_start" end_symbol="__exidx_end" /> - <ProgramSection alignment="4" load="Yes" runin=".fast_run" name=".fast" /> - <ProgramSection alignment="4" load="Yes" runin=".data_run" name=".data" /> - <ProgramSection alignment="4" load="Yes" runin=".tdata_run" name=".tdata" /> - </MemorySegment> - <MemorySegment name="$(RAM_NAME:RAM);SRAM"> - <ProgramSection alignment="0x100" load="No" name=".vectors_ram" start="$(RAM_START:$(SRAM_START:))" /> - <ProgramSection alignment="4" load="No" name=".fast_run" /> - <ProgramSection alignment="4" load="No" name=".data_run" /> - <ProgramSection alignment="4" load="No" name=".tdata_run" /> - <ProgramSection alignment="4" load="No" name=".bss" /> - <ProgramSection alignment="4" load="No" name=".tbss" /> - <ProgramSection alignment="4" load="No" name=".non_init" /> - <ProgramSection alignment="4" size="__HEAPSIZE__" load="No" name=".heap" /> - <ProgramSection alignment="8" size="__STACKSIZE__" load="No" place_from_segment_end="Yes" name=".stack" /> - <ProgramSection alignment="8" size="__STACKSIZE_PROCESS__" load="No" name=".stack_process" /> - </MemorySegment> - <MemorySegment name="$(FLASH2_NAME:FLASH2)"> - <ProgramSection alignment="4" load="Yes" name=".text2" /> - <ProgramSection alignment="4" load="Yes" name=".rodata2" /> - <ProgramSection alignment="4" load="Yes" runin=".data2_run" name=".data2" /> - </MemorySegment> - <MemorySegment name="$(RAM2_NAME:RAM2)"> - <ProgramSection alignment="4" load="No" name=".data2_run" /> - <ProgramSection alignment="4" load="No" name=".bss2" /> - </MemorySegment> -</Root> |
