projects
/
proxmark3-svn
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
added tiwrite command, split LF code from appmain into lfops.c
[proxmark3-svn]
/
bootrom
/
ldscript-ram-jtag
1
SECTIONS
2
{
3
. = 0x00200000;
4
.text : { obj/ram-reset.o(.text) *(.text) }
5
.rodata : { *(.rodata) }
6
.data : { *(.data) }
7
__bss_start__ = .;
8
.bss : { *(.bss) }
9
__bss_end__ = .;
10
}
Impressum
,
Datenschutz