1/* 2 * SPDX-License-Identifier: Apache-2.0 3 * Extracted from: 4 * ext/hal/cypress/.../devices/psoc6/linker/gcc/cy8c6xx6_cm0plus.ld 5 * 6 * Size of sections are calculated in the startup scripts, 7 * so they don't have to be specified here. 8 */ 9 10. = ALIGN(8); 11KEEP(*(.ram_vectors)) 12 13. = ALIGN(4); 14KEEP(*(.heap)) 15 16. = ALIGN(4); 17KEEP(*(.stack)) 18