Skip to content

Commit 24fda04

Browse files
authored
esp32c3: Fix alignment of ram text (#759)
1 parent bd6bcd3 commit 24fda04

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

port/espressif/esp/ld/esp32_c3/direct_boot_sections.ld

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ SECTIONS
2626
microzig_ram_text_end = .;
2727
} > IRAM
2828

29+
. = ALIGN(4);
2930
_iram_size = . - microzig_ram_text_start;
3031

3132
_dram_start = ORIGIN(DRAM) + _iram_size;

0 commit comments

Comments
 (0)