blob: aa01a4d6f75a2fa7a14557aebcb0f5f7798d2ff5 [file] [log] [blame]
/* SPDX-License-Identifier: Apache-2.0 */
/*
* SPDX-License-Identifier: Apache-2.0
*
* Extracted from:
* ext/hal/cypress/.../devices/psoc6/linker/gcc/cy8c6xx6_cm0plus.ld
* Size of sections are calculated in the startup scripts,
* so they don't have to be specified here.
*/
. = ALIGN(8);
KEEP(*(.ram_vectors))
. = ALIGN(4);
KEEP(*(.heap))
. = ALIGN(4);
KEEP(*(.stack))