移植到 CH32V10x 既 QingKeV3 系列 MCU 上
This commit is contained in:
@@ -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*/
|
||||
|
||||
|
||||
|
||||
/* ==================================================================================================== */
|
||||
|
||||
Reference in New Issue
Block a user