kopia lustrzana https://github.com/majbthrd/pico-debug
18 wiersze
751 B
XML
18 wiersze
751 B
XML
<!DOCTYPE Linker_Placement_File>
|
|
<Root name="picodebug Section Placement">
|
|
<MemorySegment name="BOOT">
|
|
<ProgramSection alignment="4" load="Yes" name=".boot" />
|
|
<ProgramSection alignment="4" load="Yes" name=".bootc" />
|
|
</MemorySegment>
|
|
<MemorySegment name="SRAM">
|
|
<ProgramSection alignment="0x100" load="Yes" name=".vectors" />
|
|
<ProgramSection alignment="4" load="Yes" name=".text" />
|
|
<ProgramSection alignment="4" load="Yes" name=".data" />
|
|
<ProgramSection alignment="4" load="Yes" name=".rodata" />
|
|
<ProgramSection alignment="4" load="No" name=".bss" />
|
|
<ProgramSection alignment="8" size="__STACKSIZE__" load="No" name=".stack" />
|
|
</MemorySegment>
|
|
<MemorySegment name="XIP_SRAM">
|
|
</MemorySegment>
|
|
</Root>
|