This commit is contained in:
phil-stumpy
2023-02-16 12:09:23 +00:00
parent 7e20cea6d7
commit 66ba6442b1
35 changed files with 2001 additions and 464 deletions

View File

@@ -41,6 +41,10 @@ SECTIONS
startup : ALIGN(16) SUBALIGN(16)
{
KEEP(*(vectors))
. = ALIGN(0x400);
ASSERT(. == 0x400, "Error: attempting to place firmware information section at incorrect location");
KEEP(*(.firmware_info));
} > flash
constructors : ALIGN(4) SUBALIGN(4)