添加rtthread相关代码

This commit is contained in:
2025-06-13 14:38:32 +08:00
parent caf2d9f0c5
commit 160f9f8201
1809 changed files with 648100 additions and 10 deletions

View File

@@ -149,6 +149,7 @@ SECTIONS
PROVIDE( _heap_end = . );
. += __stack_size;
PROVIDE( _sp = . );
PROVIDE( __rt_rvstack = . );
. += __stack_size;
PROVIDE( _irq_sp = . );
. += __stack_size;