Skip to content

Commit d57d382

Browse files
committed
Add sketch boot section to linked script
1 parent 88de9f5 commit d57d382

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

variants/mkrfox1200/linker_scripts/gcc/flash_with_bootloader.ld

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,9 @@ SECTIONS
6767
{
6868
__text_start__ = .;
6969

70+
KEEP(*(.sketch_boot))
71+
72+
. = ALIGN(0x2000);
7073
KEEP(*(.isr_vector))
7174
*(.text*)
7275

0 commit comments

Comments
 (0)