This commit is contained in:
2026-05-19 11:49:22 +08:00
commit add7af4222
96 changed files with 8635 additions and 0 deletions
+25
View File
@@ -0,0 +1,25 @@
#include "os_priority.h"
#include "cpu_clz.h"
#include "os_macros.h"
#include "os_config.h"
#include "os_align.h"
/* ======================================================================================================================== */
/* 私有数据 */
OS_ALIGNED(OS_ALIGN_SIZE)
volatile os_priority_t g_os_priority_table[OS_PRIORITY_TABLE_SIZE];
/* ======================================================================================================================== */
/* 接口方法实现 */