Sign in
pigweed
/
third_party
/
github
/
zephyrproject-rtos
/
zephyr
/
bfc607e38d43b157e05d0db76eb078bec05a6060
/
.
/
soc
/
adi
/
max32
/
max78002.ld
blob: 5dd693c0f584917e7b483fa6b5663bca9355b5ad [
file
] [
log
] [
blame
]
/*
* Copyright (c) 2024 Analog Devices, Inc.
*
* SPDX-License-Identifier: Apache-2.0
*/
SECTION_PROLOGUE
(.
shared
,,
SUBALIGN
(
4
))
{
_shared
=
.;
*(.
mailbox
*)
*(.
shared
*)
_eshared
=
.;
}
GROUP_DATA_LINK_IN
(
RAMABLE_REGION
,
ROMABLE_REGION
)