Skip to content

Commit 6e049f7

Browse files
giulcioffifacchinm
authored andcommitted
Add section sketch_boot for nano 33 IoT
1 parent 166478f commit 6e049f7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

variants/nano_33_iot/linker_scripts/gcc/flash_with_bootloader.ld

+3
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,9 @@ SECTIONS
6767
{
6868
__text_start__ = .;
6969

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

0 commit comments

Comments
 (0)