Sign in
opensecura
/
3p
/
tock
/
libtock-rs
/
328503a66be1c3741f6f86b0cf9a18c0c88af7cc
/
.
/
runtime
/
layouts
/
hail.ld
blob: db48142a17cfca5da3021d3c43609c6fa2440527 [
file
] [
log
] [
blame
]
/* Layout for the Hail board, used by the examples in this repository. */
MEMORY
{
FLASH
(
X
)
:
ORIGIN
=
0x00030000
,
LENGTH
=
0x00060000
RAM
(
W
)
:
ORIGIN
=
0x20004000
,
LENGTH
=
62K
}
TBF_HEADER_SIZE
=
0x40
;
INCLUDE libtock_layout
.
ld