chore: blinky

This commit is contained in:
2024-12-07 03:52:01 +06:00
parent 88bffa691d
commit 9e48697f3d
16 changed files with 19200 additions and 87 deletions

View File

@@ -32,8 +32,12 @@ SECTIONS
.bss : {
. = ALIGN(4);
_bss_start = .;
*(.bss* COMMON)
_bss_end = .;
} > RAM
. = ALIGN(8);
_end = .;
_image_size = SIZEOF(.text);
}