Read SoC temp via mailboxes

This commit is contained in:
2025-07-18 14:41:19 +02:00
parent fe8e5e000a
commit fbc2fcff72
11 changed files with 91 additions and 51 deletions

View File

@@ -27,10 +27,9 @@ SECTIONS {
KEEP(*(.vector_table))
}
.stack 0x8008000 : ALIGN(16)
.stack 0x8018000 : ALIGN(16)
{
__stack_start = .;
.+=0x10000;
__stack_end = .;
}