移植到 CH32V10x 既 QingKeV3 系列 MCU 上

This commit is contained in:
2026-05-22 18:13:11 +08:00
parent bdfd09eca8
commit 80e32d4fb8
14 changed files with 1194 additions and 7 deletions
+12
View File
@@ -5,6 +5,10 @@
#include "os_types.h"
#endif /* INCLUDED_OS_TYPES_H */
#ifndef INCLUDED_OS_ALIGN_H
#include <os_align.h>
#endif /*INCLUDED_OS_ALIGN_H*/
#ifndef INCLUDED_OS_COMPILER_H
#include "os_compiler.h"
#endif /* INCLUDED_OS_COMPILER_H */
@@ -13,6 +17,10 @@
#include "os_macros.h"
#endif /* INCLUDED_OS_MACROS_H */
#ifndef INCLUDED_OS_ENDIAN_H
#include <os_endian.h>
#endif /*INCLUDED_OS_ENDIAN_H*/
#ifndef INCLUDED_OS_SCHED_H
#include <os_sched.h>
#endif /*INCLUDED_OS_SCHED_H*/
@@ -57,6 +65,10 @@
#include <os_fairlock.h>
#endif /*INCLUDED_OS_FAIRLOCK_H*/
#ifndef INCLUDED_OS_IDLE_H
#include <os_idle.h>
#endif /*INCLUDED_OS_IDLE_H*/
/* ==================================================================================================== */