Merge branch 'prepare_for_master' of https://git.trustie.net/xuos/xiuos into develop

This commit is contained in:
Wang_Weigen
2022-08-19 16:17:35 +08:00
1953 changed files with 187432 additions and 21742 deletions
@@ -155,7 +155,7 @@ uint8 KTaskStackSetup(struct TaskDescriptor *task)
StackContex->ExErrorStackContex.lr = (unsigned long)KTaskQuit;
}
#else
StackContex->ExErrorStackContex.lr = (unsigned long)KTaskQuit;
StackContex->ExErrorStackContex.lr = (unsigned long)KTaskQuit;
#endif
#if USE_FPU
@@ -20,7 +20,7 @@ Author: AIIT XUOS Lab
*************************************************/
#include "board.h"
#include <atomic.h>
#include <bsp_atomic.h>
#include <clint.h>
#include <encoding.h>
#include <xs_spinlock.h>