Merge pull request #5314 from GuEe-GUI/master

fixup .bss size define in link.lds and set spsel=1 in aarch64
This commit is contained in:
Bernard Xiong
2021-12-01 09:18:50 +08:00
committed by GitHub
8 changed files with 33 additions and 41 deletions
+1
View File
@@ -31,6 +31,7 @@
#include <rthw.h>
#include <rtthread.h>
#include <stddef.h>
#ifdef RT_USING_HOOK
static void (*rt_thread_suspend_hook)(rt_thread_t thread);